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

reactor_tests: add tests for transaction payment refund handling #23

Open
wants to merge 4 commits into
base: feat-2.0-integration-pr
Choose a base branch
from

Conversation

alsrdn
Copy link
Collaborator

@alsrdn alsrdn commented Apr 3, 2024

No description provided.

jacek-casper and others added 2 commits March 28, 2024 11:41
4636: Return None in case of an error in get_addressable_entity r=jacek-casper a=jacek-casper

The current behaviour causes a problem in NCTL upgrade scenario 11, where we use `get_total_supply_key` from the state upgrade script. The `get_addressable_entity` function fails instead of returning None, while `get_total_supply_key` expects it to return None in order to handle the legacy format. The error type here has already been converted to a String, so we can't match precisely on the NotFound error.

Co-authored-by: Jacek Malec <[email protected]>
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.

3 participants