Tags: CoreumFoundation/coreum-wasm-sdk
Tags
Support new features introduced in Coreum v4 (#13) * update NFT protos and upgrade dependencies * Remove all extra serde for Contracts (not going to be used) * add extenstion address and admin for queries * make globally_frozen optional because it's not sent if false * make admin optional * upgrade prost version * add types for distribution module * update wasmd protos * Update version to 1.0.0 Co-Authored-By: keyne <kleuyckx@gmail.com>
Add proto structures and serde tools (#8) * Add proto structures and serde tools * Add burn queries for wasm interaction * Add comments regarding proto generation * Fixed shim proto comment * fix proto tag * Regenerated protos for our cosmos sdk 0.47.5 and coreum with our new protobuf generator * Remove tendermint_proto not supported * Adding documentation regarding protobuf generation for the types