-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: save failed submsg result in reply for timelocked contract #ntrn-80 #78
Conversation
eca866c
to
00c47df
Compare
00c47df
to
4a733f4
Compare
assert_eq!(query_errs.errors.len(), 2); | ||
let error2 = query_errs.errors.last().unwrap(); | ||
assert_eq!(error2.error, "error2".to_string()); | ||
assert_eq!(error2.height, env2.block.height); |
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.
let's also check that the first recorded error info persists, and that the status is Status::ExecutionFailed
, huh? here and in other test files
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 but please 1) fix and run integration tests 2) attach a tests PR link to the description of this PR
Merged in #83 |
https://hadronlabs.atlassian.net/browse/NTRN-80