Key changes
Added Worldchain mainnet and Ink testnet support. To enable them, please use the following config parameters:
--worldchainRPC YOUR_WORLDCHAIN_WEBSOCKET_URL
--worldchainContract 0xcbcEe4e081464A15d8Ad5f58BB493954421eB506
--inkRPC YOUR_INK_WEBSOCKET_URL
--inkContract 0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd
What's Changed (v2.24.15)
Note that v2.24.13 and v2.24.14 were not proposed to mainnet guardians, hence the version number gap. The changelogs for these versions are copied below.
- docs: Audit reports by @djb15 in #4143
- cosmwasm: add wormchain ibc receiver tests by @kakucodes in #4121
- cosmwasm: add support for json schemas for all contracts by @kakucodes in #4118
- Node: Remove cutover checks by @bruce-riley in #4149
- Node: p2p.Run not always subscribing to heartbeat channel when it should by @bruce-riley in #4152
- Node: CCQ logging changes by @bruce-riley in #4153
- wormchain: disable ignite by @evan-gray in #4159
- Node: Deploy Worldchain mainnet by @bruce-riley in #4156
- make: fix node version if commit has no associated tag by @pires in #4146
- Worldchain env file for Mainnet by @hernandp in #4158
- Deploy Ink testnet by @bruce-riley in #4160
What's Changed (v2.24.14)
- node: Governor token list update by @djb15 in #4126
- docs: Update SECURITY.md by @djb15 in #4136
- Replace Guardian Key with abstracted Guardian Signer by @pleasew8t in #4120
- Deploy Worldchain testnet by @bruce-riley in #4140
- Add deprecation warning to the top of SDK readme by @artursapek in #4142
- spy: respect --port if set by @pires in #4139
- Update codeowners for audits folder by @djb15 in #4144
- Deploy Monad Devnet by @bruce-riley in #4145
What's Changed (v2.24.13)
- GitHub: Update code owners for go sdk by @bruce-riley in #4133
- Deploy Unichain testnet by @bruce-riley in #4134
Full Changelog: v2.24.14...v2.24.15