Releases: axone-protocol/axoned
Releases · axone-protocol/axoned
v3.0.0
3.0.0 (2022-11-30)
⚠ BREAKING CHANGES
- mint: configure annual provision and target supply on first block
Features
- docs: trigger docs version update workflow on docs repo (a224a10)
- docs: trigger the docs workflow to update documentation (e0558aa)
- mint: add target_supply on proto (3c198f7)
- mint: configure annual provision and target supply on first block (31d5884)
- mint: implement inflation calculation (42bfa4c)
- mint: move annual reduction factor from minter to minter params (f731e66)
- mint: remove okp4 old inflation calc func (9956d1b)
- mint: set mint param on proto (ade514e)
- mint: use local proto (cbf22f6)
- mint: use own mint module (af1386e)
Bug Fixes
v2.2.0
v2.1.1
v2.1.0
2.1.0 (2022-10-05)
Features
- cliff: add cliff cmd on vesting transaction (ccff37c)
- cliff: add vesting-cliff-time flags on add-genesis account cmd (ea3e2c5)
- cliff: override add-genesis-account (434d418)
- cliff: register cliff vesting account msg (9106919)
- implment okp4 inflaction calculation function (2e95801)
- use okp4 inflation calculation fn (instead of default one) (bdca893)
- use okp4 vesting module (7493de9)
- use third party to generate proto (cb4f5bb)
Bug Fixes
v2.0.0
2.0.0 (2022-09-23)
⚠ BREAKING CHANGES
- reboot chain with ignite cli v0.24.0
Features
- add logic module params to genesis files (9ac7ef8)
- scaffold logic module using ignite (81ee269)
- update openapi documentation (synced with code) (787ff01)
- wasm: prepare ante handler with wasm decorators (afb4748)
- wasm: wire wasm module in app (b163790)
Bug Fixes
- fix (pre-)genesis files after 0.46 cosmos sdk migration (da284a0)
- use proper versions of buf protoc plugins (1ca5e1d)
- workflow: use secret for dockerhub user (0d95c94)
Code Refactoring
- reboot chain with ignite cli v0.24.0 (423179e)
v1.3.0
1.3.0 (2022-07-08)
Bug Fixes
- fix genesis file after cosmos SDK update (ff03ba9)
- generate pre-genesis file with uknow unit (677fc0c)
- make it start 🚀 (0cdd4db)
- make linters happy (309193a)
- references all modules in SetOrder* functions (84f9fe2)
Features
- add a proper description for the OKP4 CLI (bc74f2c)
- denom: add uknow & know denoms metadata (55d52ef)
- handle wasm proposals in app (44b10c0)
- implement genesis account cmd (0368a11)
- implement genesis wasm cmd (b4ac0bc)
- implement okp4 encoding config (acf6a26)
- implement root cmd (d065735)
- prepare ante handler with wasm decorators (fb32135)
- provide default app encoding config (602d2db)
- re-sync openapi specification (after monitoringp removal) (96dba69)
- remove ignite dependencies (8cf0c4b)
- remove monitoringp module (f97b8b9)
- remove unwanted monitoringp module (6be3175)
- replace ignite root cmd by ours (e92cfe4)
- wire wasm module in app (ac56cbe)