-
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.
* feat: merkle whitelist * fix: uncomment code in tests.cairo * refactor: move merkle utils to its own mod * feat: add lying_address_power test * feat: comments on test_merkle_whitelist * feat: comments in merkle_whitelist * fix: update tests to UserAddress * feat: use both Ethereum address and Starknet address for members in test * chore: comments in merkle.cairo * refactor: move legacy hash impls to its own file * refactor: declare LEAF_SIZE as a const
- Loading branch information
Showing
13 changed files
with
623 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
mod test_space; | ||
mod test_merkle_whitelist; | ||
mod test_factory; | ||
mod test_space; | ||
mod test_upgrade; | ||
|
||
mod mocks; | ||
|
Oops, something went wrong.