Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

72 lines (38 loc) · 2.73 KB

Changelog

Unreleased

TBD

v2.2.0 - 2024-03-

v2.0.2 - 2022-11-10

Features

  • #55 feat: support pagination

v2.0.1 - 2021-08-11

Features

  • #47 feat: Add getTx() and getTxs() for fetching a memo and so on

Bug fixes

  • #46 fix: Include a memo to the tx message

v2.0.0 - 2021-07-14

Features

  • #32 feat: Make compatible with panacea-core v2.0.0 based on Cosmos SDK Stargate
  • #38 feat: Apply changes to cosmos-sdk version and panacea-core(snake_case & did module)

v0.1.5 - 2021-04-08

Bug fixes

  • #26 fix: Make Wallet.ensureWalletIsReady throws an exception for unknown accounts
  • #34 fix: Change module version related to google protobuf, change sdk release version

v0.1.4 - 2021-03-24

Features

  • #23 feat: Refine constructors of DID tx messages

Bug fixes

  • #24 fix: Incorrect msg type: MsgDeleteDID -> MsgDeactivateDID

v0.1.3 - 2021-03-15

Features

  • #22 feat: Add decodePublicKey() to DidVerificationMethod'

v0.1.2 - 2021-01-26

Features

  • #19 feat: Add a factory of DidDocument

v0.1.1 - 2021-01-07

Features

  • #17 Escape HTML characters for JSON marshalling when signing on transactions

v0.1.0 - 2020-11-02

Features

  • #4, #7, #11 Support DID operations
  • #9 Follow up the new Cosmos v0.36.0+ REST specs