Skip to content

Update to clarity 1.5.5, num256 0.6.0, web30 1.12.4#1120

Merged
jkilpatr merged 4 commits intobeta20from
jkilpatr/fix-gnosis-payments
Dec 17, 2025
Merged

Update to clarity 1.5.5, num256 0.6.0, web30 1.12.4#1120
jkilpatr merged 4 commits intobeta20from
jkilpatr/fix-gnosis-payments

Conversation

@jkilpatr
Copy link
Copy Markdown
Member

@jkilpatr jkilpatr commented Dec 8, 2025

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)

  • 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)

@jkilpatr jkilpatr force-pushed the jkilpatr/fix-gnosis-payments branch from 683a6de to 42d84dc Compare December 8, 2025 20:58
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)
@jkilpatr jkilpatr force-pushed the jkilpatr/fix-gnosis-payments branch from c7054e8 to 7452bce Compare December 12, 2025 18:38
@jkilpatr jkilpatr force-pushed the jkilpatr/fix-gnosis-payments branch from 7452bce to 1756348 Compare December 17, 2025 14:28
@jkilpatr jkilpatr merged commit 1756348 into beta20 Dec 17, 2025
5 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant