-
Notifications
You must be signed in to change notification settings - Fork 711
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
Features/tu async message reset 1 #4804
Conversation
3047551
to
e6d6ec3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if the CI passes and the unit-test-srcs repo contains the SC used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor comment, otherwise it's good for me if the CI passes :)
@@ -1143,8 +1143,6 @@ impl Interface for InterfaceImpl { | |||
/// | |||
/// # Arguments: | |||
/// data: the string data that is the payload of the event | |||
/// | |||
/// [DeprecatedByNewRuntime] Replaced by `get_current_slot` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a typo, but still valid info IMO, maybe just replace get_current_slot
by generate_event_wasmv1
instead of removing the comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasmv1 is unused so why bother here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do what you think is best! I just felt it good to stay consistant (remove it or keep it everywhere), but it's a non issue :)
.set_expectations(|ledger_controller| { | ||
ledger_controller | ||
.expect_get_balance() | ||
.returning(|_| Some(Amount::from_str("200").unwrap())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think changing this changed the final state and so changed the generated address
* Add send_message_then_reset_bytecode TU * Code cleanup * Minor updates * Update address for sandbox mode
No description provided.