Releases: wormhole-foundation/wormhole
v2.14.9.8
v2.14.9.7
What's Changed
- wormchain: make recipe easier to use for making release build by @conorpp in #2519
- wormchain: dont remove v in tag name for release by @conorpp in #2522
- accountant: separate modify_balance into separate module and check er… by @conorpp in #2513
- Node: Circle Integration governance fixes by @bruce-riley in #2507
- vaa/governance: Document other Action IDs by @tbjump in #2532
Full Changelog: v2.14.9.6...v2.14.9.7
v2.14.9.6
Key Changes
This is a breaking
wormchain
release
Please note: This release contains a core SDK release which affects both guardiand
and wormchain
What's Changed
- cosmwasm: acct: fix emitter requirements by @evan-gray in #2505
- Node/Watcher/EVM: Fix TimeOfBlockByHash by @bruce-riley in #2517
- Node/acct minor fixes by @bruce-riley in #2502
- Node: Support VAAs with large payloads by @bruce-riley in #2518
Full Changelog: v2.14.9.5...v2.14.9.6
v2.14.9.5
Key Changes
New guardiand cli options:
--publicRpcLogDetail [string]
- none -- no logging of gRPC requests at all
- minimal -- only log gRPC methods
- full (default) -- additionally log user-agent and gRPC request payload
--logPublicRpcToTelemetry [bool]
- false do not send publicrpc logs to Google Cloud Logging
- true (default) -- (current behavior)
What's Changed
Full Changelog: v2.14.9.4...v2.14.9.5
v2.14.9.4
What's Changed
- Node/Acct: Handle large batch status queries by @bruce-riley in #2491
Full Changelog: v2.14.9.3...v2.14.9.4
v2.14.9.3
v2.14.9.2
Key Changes
--wormchainLCD
is no longer required for accountant as it was not used.
What's Changed
- node/tools: update dlv to v1.9.1 by @tbjump in #2381
- node: add request logging with --publicRpcLogDetail and --logPublicRpcToTelemetry by @tbjump in #2390
- Node: Rename Arbitrum connector by @bruce-riley in #2432
- node: remove unused legacy code by @hendrikhofstadt in #2441
- Node: Circle Integration governance support by @bruce-riley in #2444
- accountant fixes by @evan-gray in #2477
- node: fix aptos reobservation by @evan-gray in #2476
Full Changelog: v2.14.9.1...v2.14.9.2
Message Conviction
Key Changes
This is a breaking
wormchain
release
What's Changed
- Client/js: Add Base testnet support by @bruce-riley in #2423
- accountant: remove double keccak for submitting observations by @conorpp in #2410
Full Changelog: v2.14.9...v2.14.9.1
The Bedrock of a Guardian 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
A Balancing Act
Key Changes
This release adds support for creating governance VAAs for Global Accountant and marks the expected contract code for its initial deployment.
Also, a new guardian admin command dump-rpcs
has been added. 🙂
What's Changed
- node: add dump-rpcs command by @panoel in #2337
- Node/Gov: add is governed check by @bruce-riley in #2351
- Node/p2p: add subscriber too slow metric by @bruce-riley in #2361
- node/p2p: enforce freshness of heartbeats and correctness of guardianAddr by @tbjump in #2341
- node/grpc: add logging of x-forwarded-for to gRPC middleware by @tbjump in #2365
- accountant: use token bridge governance vaa to modify balances by @conorpp in #2371
Full Changelog: v2.14.8...v2.14.8.1