Skip to content

Latest commit

 

History

History
144 lines (86 loc) · 8.33 KB

CHANGELOG.md

File metadata and controls

144 lines (86 loc) · 8.33 KB

ØKP4 protocol changelog

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)

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)

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)

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)

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)

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)

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)

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.