Skip to content

Latest commit

 

History

History
149 lines (84 loc) · 7.85 KB

CHANGELOG.md

File metadata and controls

149 lines (84 loc) · 7.85 KB

Changelog

Unreleased

TDB

v2.0.6 - 2023-02-27

Improvements

  • #635 feat: upgrade ibc-go from v2 to v4.3.0 (with cosmos-sdk v0.45.12 and informalsystems/tendermint v0.34.24)
  • #640 feat: remove CosmWasm

v2.0.5 - 2022-10-19

Improvements

  • #466 feat: upgrade cosmos-sdk to v0.45.4
  • #467 build: use the official v0.9.3 release of cosmos/ledger-go
  • #468 feat: bump cosmos-sdk to v0.45.9 (for the IBC security fix)

v2.0.4 - 2022-07-29

Improvements

  • #367 Use a new version of cosmos/ledger-go for Ledger Nano S+

v2.0.3 - 2022-04-12

Improvements

v2.0.2 - 2021-09-14

Bug fixes

  • #213 Bump cosmos-sdk to v0.42.9 which fixes a bug that prohibit IBC to create new channels.

Improvements

  • #236 Add an empty upgrade handler for v2.0.2.

v2.0.1 - 2021-07-28

Bug fixes

  • (x/did, x/token) #192 Return gRPC status code from grpc_query_*.go in x/did and x/token
  • (x/token) #194 Remove legacy REST API of x/token
  • #197 Add major version v2 to go.mod
  • #202 Discard the protodep

v2.0.0 - 2021-07-13

Features

  • (x/did) #97 Support more key types for DID verification method
  • (x/did) #98 Support service / controller / various verificationRelationship in DID Document
  • (x/burn) #115 Add x/burn module
  • (stargate) #116 Support the new Cosmos SDK v0.42 Stargate
    • This PR was merged without being squashed in order to keep the full history. Detail commits can be found on the master branch from 36a14b3 to b275c5e.
    • After that, the subsequent changes below have been merged:
      • #157 feat: Add a Github Action to build/publish a Docker image
      • #168 feat: Add java_multiple_files option in proto files option in proto files option in proto files option in proto files
      • #166 fix: Add make proto-lint and Use snake-case for proto field names in order to import genesis.json properly
        • #171 fix: Use snake-case proto field names for did.proto as well
      • #169 fix: Use the protobuf oneof keyword for VerificationRelationship in the x/did
      • #174 fix: Accept a did_base64 (instead of did) for querying a DID via REST
      • #177 feat: feat: Remove unnecessary gogoproto.jsontag in the did.proto
      • #183 feat: Bump cosmos-sdk to v0.42.7
      • #184 chore: Remove a legacy statik.go
      • #185 docs: Add our custom modules to Swagger UI
  • (x/wasm) #141 Add x/wasm module
  • #165 docs: Update Gitbook for Panacea v2
  • #182 docs: Refine README for Panacea v2

Bug fixes

  • (x/token) #95 Fix to update the total supply of all coins when issuing new tokens
  • (x/did) #100 Fix checking if VerificationRelationships are valid

v1.3.3 - 2020-12-03

Bug fixes

  • #83 Use cosmos/cosmos-sdk v0.37.14 (instead of medibloc/cosmos-sdk v0.37.15-internal)

v1.3.2 - 2020-11-13

Features

  • #80 Add the x/token module for issuing new tokens
  • #81 Add private considerations for the DID specification

Bug fixes

  • #73 Make LCD use the latest height or the height specified in the URL query
  • #74 Fix parsing keeper keys of x/aol and x/did
  • #76 Return 404 when DID is not found or deactivated

v1.3.1 - 2020-10-19

Features

Bug fixes

  • #67 Use documents as the x/did genesis JSON key, instead of Documents.

v1.3.0-internal - 2020-09-29

Features

Bug fixes

  • #59 Fix failed gentx because node is untrusted
    • This bug will be resolved after upgrading cosmos-sdk to v0.37.11+.

v1.2.7-internal - 2020-12-03

Bug fixes

  • #82 Fix parsing keeper keys of x/aol

v1.2.6-internal - 2020-10-14

Features

  • #63 Add a new option: halt-height and Upgrade medibloc/cosmos-sdk to v0.35.7-internal.
    • This feature will be introduced from the cosmos-sdk v0.36.0.