-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Erc721 votes and general Votes component (#1114)
* votes first iteration * consolidate votes and delegation to governace module * fmt * add ERC20Votes impl, code docs and remove interface for internal iml * add basic tests and mocks * refactor, remove unused usings * cleanup mocks, remove public impl * refactor * export VotesComponent for easier use * remove erc20votes from token module * fmt * add more tests * fmt * add changelog entry * add burn tests * use hooks in mocks * use crate for local imports * refactor account names in tests * improve docs and remove ERC20Votes * + * use vec in trace and remove storage array * add tests for trace & checkpoint * refactor tests * fixes * fmt * improve docs * typos * Update CHANGELOG.md Co-authored-by: Eric Nordelo <[email protected]> * + * + * ++ * add more tests and refactor * add missing internal functions and tests * add VotesABI and format * docs: trait implementations * remove debug and partialeq from checkpoint * refactor hook and improve docs * + * + * improve tests * fix test * fmt * Update CHANGELOG.md Co-authored-by: Eric Nordelo <[email protected]> * move _delegate --------- Co-authored-by: Eric Nordelo <[email protected]>
- Loading branch information
1 parent
57e6049
commit 6e60ba9
Showing
37 changed files
with
1,738 additions
and
1,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.