forked from sei-protocol/sei-tendermint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[acl] Modified circular dep check uniqueness to message type/name (s…
…ei-protocol#133) ## Describe your changes and provide context This modifies the circular dependency checker from contract address uniqueness to the specific message type and name for the contract address. This way, we can have a path that goes: contract A - execute - deposit_funds -> contract B - execute - some_message -> contract A execute update_user_balance and not be called out as a cycle since it goes to a different message and has potentially different dependencies. ## Testing performed to validate your change Added unit tests
- Loading branch information
Showing
2 changed files
with
316 additions
and
2 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