Update to clarity 1.5.5, num256 0.6.0, web30 1.12.4#1120
Merged
Conversation
683a6de to
42d84dc
Compare
This patch updates the beta20 branch to the latest clarity and web30 versions which adds support for eip1559 transactions and the large number of quality of life improvements that have been incorporated into these libraries since beta20 was created. This is being done mostly to handle gnosis payment failures when updating Nethermind to the latest version (v1.35) This also adds handling for the gnosis chain bridge USDS transition, which is a nice bonus and hopefully the last time we'll have to support a change like that before the move to Althea L1 is complete. - Replace Web3::send_transaction with prepare_transaction/prepare_legacy_transaction + send_prepared_transaction - Replace PrivateKey::from_slice with PrivateKey::from_bytes - Remove net_version tracking (removed from web30 API) - Update TransactionResponse access to match on enum variants (Eip1559/Legacy/Eip2930)
c7054e8 to
7452bce
Compare
7452bce to
1756348
Compare
This file contains hidden or 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
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.
This patch updates the beta20 branch to the latest clarity and web30 versions which adds support for eip1559 transactions and the large number of quality of life improvements that have been incorporated into these libraries since beta20 was created.
This is being done mostly to handle gnosis payment failures when updating Nethermind to the latest version (v1.35)