-
Notifications
You must be signed in to change notification settings - Fork 18
Weekly Blockchain Node Upgrades Changelog - 2026-05-14 #1299
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| ## Wallets | ||
|
|
||
| **SDK** | ||
|
|
||
| * Improved schema validation and error handling in `@alchemy/wallet-apis` to make integration issues easier to diagnose. | ||
| * Added stricter selector validation to `PermissionBuilder` to catch invalid permission definitions earlier. | ||
| * Updated the SDK reference docs with complete type information. | ||
|
|
||
| **Wallet APIs** | ||
|
|
||
| * Fixed `wallet_getCallsStatus` so transaction receipts are filtered to the requested user operation. | ||
|
|
||
| ## Node | ||
|
|
||
| **Upgrades** | ||
|
|
||
| * Animechain Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Animechain Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Arb Mainnet: nitro v3.9.9-6b0af88 | ||
| * Bob Mainnet: op-reth v1.10.2, op-node v1.16.9 | ||
| * Bob Sepolia: op-reth v1.10.2, op-node v1.16.9 | ||
| * Degen Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Earnm Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Earnm Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Edge Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Edge Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Fam Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Galactica Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Galactica Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Humanity Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Humanity Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Linea Mainnet: geth v1.16.9 | ||
| * Lisk Mainnet: op-geth v1.101702.1, op-node v1.16.9, op-reth v1.10.2 | ||
| * Lisk Sepolia: op-geth v1.101702.1, op-reth v1.10.2 | ||
| * Litecoin Mainnet: litecoind 0.21.5.5 | ||
| * Litecoin Testnet: litecoind 0.21.5.5 | ||
| * Mode Mainnet: op-reth v1.10.2, op-node v1.16.9 | ||
| * Mode Sepolia: op-reth v1.10.2, op-node v1.16.9 | ||
| * Moonbeam Mainnet: moonbeam v0.51.2-4303-6b34 | ||
| * Panax Mainnet: nitro v3.10.0-b1cf6db | ||
| * Plume Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Plume Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Risa Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Robinhood Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Robinhood Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Synd Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Taiko Testnet: taiko-client taiko-alethia-client-v2.3.0 | ||
| * Tempo Mainnet: tempo 1.7.0 | ||
| * Tempo Moderato: tempo 1.7.0 | ||
| * World-mobile Testnet: nitro-node v3.10.0-b1cf6db | ||
| * Worldchain Mainnet: op-reth [v2.2.0-1](https://github.com/worldcoin/world-chain/releases/tag/v2.2.0-1), op-node v1.17.0 | ||
| * Worldmobilechain Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Xmtp Mainnet: nitro-node v3.10.0-b1cf6db | ||
| * Xmtp Testnet: nitro-node v3.10.0-b1cf6db | ||
Oops, something went wrong.
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.
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.
These Bob entries record
op-reth v1.10.2/op-node v1.16.9as upgrades even though the immediately preceding changelog already announced Bob atop-reth v2.2.0/op-node v1.16.11(content/changelog/2026-05-07.mdlines 9-10); the same regression appears for Mode on lines 25-26 versus the prior entries on lines 15-16. As written, the public changelog reports older client versions as upgrades, which can mislead operators tracking deployed node versions; please either remove stale entries or explicitly label/correct them if this was a rollback.Useful? React with 👍 / 👎.