-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add vote_registry view function * add assert in initializer function; test them * parity for initialize fn * reorder propose arguments * add comment regarding testing assert_proposal_exists * reorder proposal_id in fn propose * remove useless cote in test_vote_zero_address * re-order proposalcreated event * parity with vote function * prevent re-entrency attacks in execute fn; parity with execute function * reorder function delclaration; rename cancel_upgrade to cancel * parity with cancel function ; add tests * add invalid payload test for execute * remove useless imports in test_upgrade * reorder update_proposal; add missing assert in update_proposal * add tests for assertions in update_proposal * return a SyscallResult in upgrade * add set_dao_uri / test update dao_uri * finish testing branches * remove string comments * change metadataURI argument order in l1-execution.test.ts * fix len mismatch error in l1 test * modify stark / eth authenticators to take metadata_uri in second position
- Loading branch information
Showing
18 changed files
with
653 additions
and
204 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
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.