Secret Network v1.4 (CosmWasm 1.0)
CosmWasm 1.0 Breaking Changes
Address API Changes
Extern Method Interface Changes
#[cfg(target_arch = "wasm32")]
cosmwasm_std::create_entry_points!(contract);
// or
#[cfg(target_arch = "wasm32")]
cosmwasm_std::create_entry_points_with_migration!(contract);Response no longer be built using a structure literal
Sub-messages & Reply
Storage Migration
Advanced Storage
Raw Querier migration
Last updated
Was this helpful?