The Bedrock of a Guardian Release
Pre-release
Pre-release
What's Changed
- node: add keccak256 as an admin command by @conorpp in #2380
- node/cmd: add optimism by @panoel in #2377
- accountant: minor cleanup by @conorpp in #2373
- node: new message support in vaa verify by @evan-gray in #2397
- node/accountant: defense-in-depth ensure accountant does not create m… by @tbjump in #2405
- node: fix near watcher tests by @hendrikhofstadt in #2408
- Node: Base watcher support for testnet by @bruce-riley in #2424
- node/p2p: Protect P2P peers by @marcus-jump in #2344
- node: Bedrock changes by @panoel in #2378
New Contributors
- @aadam-10 made their first contribution in #2426
- @marcus-jump made their first contribution in #2344
Enabling Optimism Bedrock (testnet only for now)
To enable Bedrock, remove the optimismCtcRpc
and optimismCtcContractAddress
parameters and update optimismRPC
to point at a Bedrock endpoint.
Enabling Base (testnet only for now)
To enable Base, add the following parameters
--baseRPC YOUR_BASE_RPC_URL
--baseContract 0x23908A62110e21C04F3A4e011d24F901F911744A
Full Changelog: v2.14.8.1...v2.14.9