Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Stateful block to vm #1744
Stateful block to vm #1744
Changes from all commits
0a3f3b8
3aaa513
a43dfcc
1c3626c
fd58510
03018a4
62a096d
0e7b9bd
b6ce2d0
376351d
522fdcd
d6bc275
1005ca2
ff87bdc
228a0c9
f0cf9a8
88a191b
51d81b3
1c46a8d
0c6dbef
256624e
0005130
e38d52c
896a167
d0698b3
0c91606
adb7b04
46fec0e
fa0afa2
965219c
39e8b3a
5964d8b
f70b383
a60d9e9
02dece0
955ef6c
bd2dce6
73a25df
4639776
20cdfe9
a4c8606
254ec9c
44fdf31
2bf28b7
71b4d04
047f180
b13875f
4238909
e893118
24e89d0
040b19d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 can be factored out to a separate PR if needed. Removed this as part of this change so that
PreExecute
can move into thechain/
package and would prefer not to force that function to differentiate between an error that can notify the caller the tx will never go through vs. may go through in the future. This is not currently providing any new information to the caller since it only sends this notification for an invalid signature, which the caller could always check itself.