-
Notifications
You must be signed in to change notification settings - Fork 991
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
Tx ChainId
#1106
Merged
Merged
Tx ChainId
#1106
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pls update wasm |
7e583d2
to
c644f18
Compare
012ef9e
to
28dd325
Compare
tzemanovic
reviewed
Feb 7, 2023
tzemanovic
reviewed
Feb 7, 2023
tzemanovic
previously approved these changes
Feb 7, 2023
28dd325
to
38cfd35
Compare
Merged
38cfd35
to
2529cd2
Compare
pls update wasm |
31ba5aa
to
d861a80
Compare
tzemanovic
approved these changes
Feb 15, 2023
tzemanovic
added a commit
that referenced
this pull request
Apr 7, 2023
* grarco/tx-chain-id: changelog: add #1106 [ci] wasm checksums update Manages invalid chain id for decrypted txs Adjusts decrypted tx conversion Clippy + fmt Unit tests for tx chain id Adjusts tx chain id check Validates tx `ChainId` Adds tx `chain_id` in tests Adds chain id in `Tx` instantiations Adds `ChainId` to struct `Tx`
tzemanovic
added a commit
that referenced
this pull request
Apr 7, 2023
Closed
bengtlofgren
pushed a commit
that referenced
this pull request
May 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Addresses #1009
Based on #1017
Implements a
ChainId
field inTx
to ensure that a transaction is accepted only by the correct fork.chain_id
field to structTx
mempool_validate
checksprocess_proposal
checks