-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Impl: mint_by_token, withdraw_coin_by_token and set_token_permitted - Fix IERC20MintableDispatcher * add vault test * Add test for mint_by_token * Add test for withdraw_coin_by_token * claen up * - impl: user deposit state - emit and write test for events * Add more test cases * Impl: Access control on erc20 mintable token * fix typo
- Loading branch information
Showing
6 changed files
with
418 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,5 +52,6 @@ pub mod tests { | |
pub mod keys_tests; | ||
pub mod launchpad_tests; | ||
pub mod tap_tests; | ||
pub mod vault_tests; | ||
} | ||
|
Oops, something went wrong.