Releases: archway-network/arch3.rs
Releases · archway-network/arch3.rs
archway-proto v0.2.1
What's Changed
- fix(proto): update readme by @FloppyDisck in #44
Full Changelog: proto/v0.2.0...proto/v0.2.1
archway-proto v0.2.0
What's Changed
- chore(proto): add a gRPC client usage example by @aelesbao in #32
- build(proto)!: update archway-proto to Archway v7 by @aelesbao in #33
- feat(proto): add serde trait generation by @FloppyDisck in #34
- feat(proto): add optional
Any<T>
to proto definitions by @FloppyDisck in #35 - feat: proto-build better modularity by @SpekalsG3 in #36
- feat: update to Archway v9.0.0 by @SpekalsG3 in #37
- fix(proto): added CosmWasm compatibility by @FloppyDisck in #42
- fix(proto): Fixed types encoding by @FloppyDisck in #38
- fix(proto): reverted version to maintain release cohesion by @FloppyDisck in #43
New Contributors
- @FloppyDisck made their first contribution in #34
- @SpekalsG3 made their first contribution in #36
Full Changelog: proto/v0.1.0...proto/v0.2.0
archway-proto v0.1.0
archway-bindings v0.2.1
What's Changed
Fixed
- bindings: fixed docs.rs build (#27)
Full Changelog: bindings/v0.2.0...bindings/v0.2.1
archway-bindings v0.2.0
What's Changed
Added
- 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)
Changed
- bindings: allow a contract to update another contract's metadata (#11)
- bindings: allow importing cosmwasm-std staking feature (#16)
Full Changelog: bindings/v0.1.0...bindings/v0.2.0
archway-bindings v0.1.0
What's Changed
Added
- bindings:
ArchwayMsg
andArchwayQuery
(#4) - bindings: custom gov vote query (#6)
- contracts: sample increment contract (#5)
Full Changelog: https://github.com/archway-network/archway-bindings/commits/bindings/v0.1.0