v2.2.1 - 2024-07-01
- #700 feat: Bump cosmos-sdk and ibc-go modules, update gov module's config size
v2.2.0 - 2024-03-14
- #669 feat: Bump Cosmos SDK to v0.47.10
- #670 feat: Included develop branch in CI build triggers
- #671 feat: Changed minimum commission rate to 3%
- #672 feat: Added nft module and denom feature
- #673 feat: Added pnft feature in x/pnft
- #675 feat: Added pnft module type to v2.2.0 store
- #676 feat: Change name queryService to query in proto and add pnft genesis feature
- #677 feat: Removed service word in proto services
- #674 bug: fixed not change data of denom when execute update command
v2.0.7-2 - 2023-05-25
- #663 feat: apply huckleberry security
v2.0.7-1 - 2023-04-11
- #661 fix: add missing v2.0.7 upgrade handler
v2.0.7 - 2023-04-04
- #659 Add missing ibc route and ibc client settings
v2.0.6 - 2023-02-27
- #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
- #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
- #367 Use a new version of
cosmos/ledger-go
for Ledger Nano S+
v2.0.3 - 2022-04-12
- #291 Use medibloc/cosmos-sdk@v0.42.11-panacea.1 for
min_commission_rate
+ add upgrade handler which setsmin_commission_rate
to 3%
v2.0.2 - 2021-09-14
- #236 Add an empty upgrade handler for v2.0.2.
v2.0.1 - 2021-07-28
- (x/did, x/token) #192 Return gRPC status code from
grpc_query_*.go
inx/did
andx/token
- (x/token) #194 Remove legacy REST API of
x/token
- #197 Add major version
v2
togo.mod
- #202 Discard the
protodep
v2.0.0 - 2021-07-13
- (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 from36a14b3
tob275c5e
. - 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 importgenesis.json
properly- #171 fix: Use snake-case proto field names for
did.proto
as well
- #171 fix: Use snake-case proto field names for
- #169 fix: Use the protobuf
oneof
keyword forVerificationRelationship
in thex/did
- #174 fix: Accept a
did_base64
(instead ofdid
) for querying a DID via REST - #177 feat: feat: Remove unnecessary
gogoproto.jsontag
in thedid.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
- This PR was merged without being squashed in order to keep the full history. Detail commits can be found on the
- (x/wasm) #141 Add
x/wasm
module - #165 docs: Update Gitbook for Panacea v2
- #182 docs: Refine README for Panacea v2
- (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
- #83 Use cosmos/cosmos-sdk v0.37.14 (instead of medibloc/cosmos-sdk v0.37.15-internal)
v1.3.2 - 2020-11-13
- #80 Add the
x/token
module for issuing new tokens - #81 Add private considerations for the DID specification
- #73 Make LCD use the latest height or the height specified in the URL query
- #74 Fix parsing keeper keys of
x/aol
andx/did
- #76 Return 404 when DID is not found or deactivated
v1.3.1 - 2020-10-19
- #68 Enhance the
x/aol
message validation - #58 Upgrade
medibloc/cosmos-sdk
from v0.35.6-internal to v0.37.15. - #66 Integrate with Gitbook
- #67 Use
documents
as thex/did
genesis JSON key, instead ofDocuments
.
v1.3.0-internal - 2020-09-29
- #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
- #82 Fix parsing keeper keys of
x/aol
v1.2.6-internal - 2020-10-14
- #63 Add a new option:
halt-height
and Upgrademedibloc/cosmos-sdk
to v0.35.7-internal.- This feature will be introduced from the cosmos-sdk v0.36.0.