I am looking for the same kind of idea as ERC20Votes , but in an upgradability way. I saw this https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/tree/v3.3.0/contracts/token/ERC20 but none of those contain:
- delegation
- I don't like to get balanceOfAtwithsnapshotId. ERC20Votes have itgetPastVotes withblock.number.
Doesn't openzeppelin provide such thing ? It's really a pity....
Any good advice what I can do ?
             
            
              
              
              
            
            
           
          
            
            
              For some reason you're looking at the v3.3.0 tag. The contract doesn't exist on that version. Here it is in the latest version:
             
            
              
              
              
            
            
           
          
            
            
              
@frangio hmm, how could i miss this and why was I watching that tag version, no idea.
Thanks a lot.
Could you look into this as well ? Openzeppelin upgrades - new instance in a contract this has been left without any answer for 6days.
Thanks again in advance.