Skip to content

Releases: axone-protocol/axoned

v3.0.0

30 Nov 17:23
Compare
Choose a tag to compare

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

  • docs: change comments syntax in markdown template (9e8496b)
  • docs: fix linting issue (13709c4)
  • docs: ignore linting of generated protobuf docs (84aaab2)
  • mint: avoid return negative coin (b25b1f3)
  • mint: make linter more happy (35bed9f)
  • mint: spelling mistake (d043d1b)

v2.2.0

13 Oct 15:09
Compare
Choose a tag to compare

2.2.0 (2022-10-13)

Features

  • ledger: add build dependancies and follow sdk standards (dcd4135)
  • ledger: bump ledger to v0.9.3 (bff91ba)
  • ledger: fix install dependancies in dockerfile (5f90752)
  • ledger: update ledger-go to support Ledger Nano S Plus (4dc7f4d)

v2.1.1

10 Oct 07:46
Compare
Choose a tag to compare

2.1.1 (2022-10-10)

Bug Fixes

  • mint: provide annual inflation rate (608af3f)
  • mint: set initial inflation to 7.5% instead of 15% (7bbd048)

v2.1.0

05 Oct 13:03
Compare
Choose a tag to compare

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

  • cliff: improve verification on cliff msg tx (4dfaa5b)
  • ibc: ensure ibc fees are managed (c26b0db)
  • make linter happy (584851c)

v2.0.0

23 Sep 14:39
Compare
Choose a tag to compare

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

08 Jul 09:33
Compare
Choose a tag to compare

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)

v1.2.0

21 Apr 10:06
Compare
Choose a tag to compare

1.2.0 (2022-04-21)

Features

  • check uri format on trigger service msg (b9ae987)
  • extend debug cmd adding decode-blocks (2959444)
  • implements debug blocks proto base64 decode (1749e70)
  • scaffold trigger-service message (57a54eb)

v1.1.0

16 Mar 11:18
Compare
Choose a tag to compare

1.1.0 (2022-03-16)

Bug Fixes

  • fix missing id in message (c8f81fe)

Features

  • implement dataspace creation (8ec1074)
  • scaffold module knowledge (82c95e7)
  • update openapi documentation (03a541c)

v1.0.0

08 Feb 15:15
Compare
Choose a tag to compare

1.0.0 (2022-02-08)

Bug Fixes

  • Add make init and fix start (30468fe)

Code Refactoring

  • rename repository from "okp4" to "okp4d" (1a3b24f)

Features

BREAKING CHANGES

  • this change has a few implications, such as changing
    the name of the published docker image.