Features
- #115 feat: Add
x/burn
module - #116 feat: 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
- #141 feat: Add
x/wasm
module - #165 docs: Update Gitbook for Panacea v2
- #182 docs: Refine README for Panacea v2
Bug fixes
- #95 x/token: Fix to update the total supply of all coins when issuing new tokens