All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- proto: generated ProtoBuf structs from the protocol (#18)
- proto: tonic gRPC client and server (#18)
- bindings: fixed docs.rs build (#27)
- bindings: message and query for contract premiums (flat fees) (#9)
- bindings: helper to withdraw max rewards (#22)
- contracts: rewards staking example (#17)
- contracts: sample usage for flat fee (#9)
- bindings: allow a contract to update another contract's metadata (#11)
- bindings: allow importing cosmwasm-std staking feature (#16)
- bindings:
contract_address
is mandatory onSetFlatFee
(#21)
- bindings:
ArchwayMsg
andArchwayQuery
(#4) - bindings: custom gov vote query (#6)
- contracts: sample increment contract (#5)