Gaia v27.6 is now running on the Cosmos Hub public testnet ahead of an upcoming mainnet software upgrade proposal.
The release includes two CosmWasm configuration updates requested by developers:
- Increase the maximum compiled contract size from 800 KiB to 1.6 MiB.
- Allow contracts read-only access to governance proposal and validator information through two additional gRPC queries.
Several CosmWasm developers have requested a larger contract limit. The increase gives developers more flexibility to deploy larger optimized contracts without having to split or refactor them solely to remain under the previous limit. The same approximately 1.6 MiB limit is already used by Neutron, while some other CosmWasm chains permit larger contracts.
When CosmWasm was enabled on the Hub, Gaia followed wasmd’s conservative default of allowing only explicitly reviewed, deterministic gRPC queries. The proposal and validator queries were not needed at launch, so they were not included. Developers have since identified clear uses for them, and both are read-only queries that can now be added to the allowlist.
Feedback from CosmWasm developers, validators, and node operators is welcome before the mainnet proposal is submitted.