Key changes
This release changes the default Ethereum testnet to Sepolia from Holesky, given that Holesky is about to be deprecated. This release does not contain changes that are currently relevant for mainnet guardians.
To connect to Ethereum Sepolia, use the following config parameters
--ethRPC YOUR_WS_RPC
--ethContract 0x4a8bc80Ed5a4067f1CCf107057b8270E0cC11A78
What's Changed
- node(transfer verifier): Update TransferIsValid method to return results per Message rather than per Receipt by @johnsaigle in #4451
- fix(transfer verifier): Use Uint64() instead of parseUint for EVM chain ID conversion by @pleasew8t in #4483
- Add CODEOWNERS for Guardian Dependency Upgrades by @mdulin2 in #4480
- node: change default ethereum testnet to sepolia from holesky by @aadam-10 in #4484
Full Changelog: v2.43.0...v2.43.1