Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logs to debug block-sync #133

Closed
wants to merge 6 commits into from
Closed

Conversation

yzang2019
Copy link
Contributor

Describe your changes and provide context

Testing performed to validate your change

@yzang2019 yzang2019 closed this May 17, 2023
Timwood0x10 pushed a commit to Timwood0x10/sei-tendermint that referenced this pull request Jun 7, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant