Skip to content

Releases: medibloc/panacea-core

v2.1.0-alpha1

10 Jun 02:26
ef2b77d
Compare
Choose a tag to compare
v2.1.0-alpha1 Pre-release
Pre-release

What's Changed

  • docs: add how to use Cosmovisor to gitbook by @gyuguen in #239
  • docs: ft/233/add left menu cosmovisor by @gyuguen in #240
  • docs: Update the join-the-network guide (persistent nodes and explorers) by @youngjoon-lee in #241
  • docs: Add a systemd guide by @youngjoon-lee in #243
  • docs: add a guide to apply the validator's descrption by @gyuguen in #248
  • fix: Modify Dockerfile for Cosmwasm static linking by @inchori in #250
  • docs: merge split documents for edit-validator by @youngjoon-lee in #251
  • feat: Add Create Deal for Data Market Module by @inchori in #252
  • feat: Add Sell Data for Data Market Module by @inchori in #255
  • feat: Add Deactivate Deal for Data Market by @inchori in #264
  • fix: Fix Genesis State for Data Certificate and Add Sentinel Error by @inchori in #266
  • fix: Change parsing proto to json by @inchori in #267
  • refactor: Remove unnecessary DataValidationCertificate struct copy by @youngjoon-lee in #269
  • feat: Add ListDeals and ListDataCertificates for Genesis State by @inchori in #268
  • fix: Set Deal Status Completed by @inchori in #270
  • feat: upgrade wasmd to v0.21.0 and cosmos-sdk to v0.42.10 by @youngjoon-lee in #271
  • refactor: rename module name by @hansol-medi in #282
  • feat: Register Data Validator Transaction by @inchori in #285
  • docs: add roadmap to gitbook by @youngjoon-lee in #289
  • docs: add roadmap to gitbook ToC by @youngjoon-lee in #292
  • feat: MsgCreatePool Tx (w/o curator NFT) by @hansol-medi in #287
  • feat: Query for Registered Data Validator by @inchori in #293
  • ci: upgrade golangci-lint version by @hansol-medi in #298
  • feat: added query pool by @gyuguen in #297
  • feat: Update Registered Data Validator by @inchori in #296
  • feat: add MsgCreatePool genesis params by @hansol-medi in #294
  • fix: datapool genesis validate condition bug by @hansol-medi in #300
  • feat: mint curator NFT & instantate contract by @hansol-medi in #303
  • chore: Add new CODEOWNER by @gyuguen in #308
  • docs: update roadmap: data market -> data exchange by @youngjoon-lee in #309
  • feat: added sell data transaction by @gyuguen in #301
  • docs: fix roadmap: whitepaper revision schedule by @youngjoon-lee in #310
  • feat: add get module address query by @hansol-medi in #307
  • docs: add roadmap image + details by @youngjoon-lee in #312
  • docs: remained data market -> data exchange by @hansol-medi in #313
  • feat: implementation of MsgBuyDataAccessNFT Tx by @hansol-medi in #306
  • refactor: add deposit rate by @hansol-medi in #314
  • feat: add query of DataValidationCertificatesByRound by @hansol-medi in #315
  • docs: update params & deposit rate in README.md by @hansol-medi in #317
  • docs: Fix DataPool Module Readme by @inchori in #324
  • feat: Implement Redeem Data Pass by @inchori in #316
  • refactor: Rename Data Access NFT to Data Pass by @inchori in #325
  • feat: add distribute revenue pools by @gyuguen in #318
  • refactor: rename nft_id to data_pass_id by @hansol-medi in #326
  • feat: add data pass redeem history query by @hansol-medi in #328
  • fix: Fix some code for datapool module by @inchori in #329
  • chore: Fix typo and refactor parameter name in Deal model. by @inchori in #330
  • docs: Add Data Deal README.MD by @inchori in #333
  • refactor: refactoring deal model & bug fix by @hansol-medi in #331
  • refactor: Change from parsing flag method to argument in Command Line by @inchori in #334
  • refactor: Rename Data Validator to Oracle by @inchori in #338
  • refactor: shortening the name DataValidationCertificate to DataCert by @hansol-medi in #340
  • feat: Create a x/oracle module by @inchori in #341
  • feat: refactoring & add oracle keeper to x/datadeal module by @hansol-medi in #344
  • feat: query deals by @hansol-medi in #346
  • feat: Add Query for Single Data Cert and List of Data Cert by @inchori in #345
  • test: Add test code for Oracle Keeper by @inchori in #347
  • fix: requirement of trusted oracles by @hansol-medi in #348
  • Merge panacea-core tags/v2.0.3 to master #3 by @gyuguen in #350
  • fix: Fix Oracle Genesis State by @inchori in #351
  • feat: add an upgrade handler for v2.1.0-alpha1 by @youngjoon-lee in #352

Full Changelog: v2.0.2...v2.1.0-alpha1

v2.0.3

12 Apr 04:52
Compare
Choose a tag to compare

Improvements

  • #291 Use medibloc/cosmos-sdk@v0.42.11-panacea.1 for min_commission_rate + add upgrade handler which sets min_commission_rate to 3%
    • The medibloc/cosmos-sdk is a simple fork of cosmos/cosmos-sdk with the new min-commission-rate parameter in the x/staking module. This fork is almost the same as the fork that Osmosis team had implemented.
    • The value of min-commission-rate is set to 3%.
      • Nobody can execute create-validator and edit-validator transactions with a commission rate smaller than min-commission-rate.
    • The commission rate of validators whose current commission rate is smaller than min-commission-rate is changed to 3% automatically.
      • If their commission max rate is also smaller than min-commission-rate, it is changed to 6% (= 2 * 3%) automatically.

v2.0.2

15 Sep 01:52
613aad8
Compare
Choose a tag to compare

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

28 Jul 04:54
b36d1da
Compare
Choose a tag to compare

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

14 Jul 01:26
fba1c1c
Compare
Choose a tag to compare

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 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
  • #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

v2.0.0-alpha.1

01 Jul 02:51
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Features

  • #116 feat: Support the new Cosmos SDK v0.42 Stargate
  • #141 feat: Add x/wasm module
  • #115 feat: Add x/burn module

Bug fixes

  • #95 x/token: Fix to update the total supply of all coins when issuing new tokens

v1.3.3-internal

03 Dec 05:41
Compare
Choose a tag to compare
Use medibloc/cosmos-sdk v0.37.14-internal (#84)

v1.3.3

03 Dec 05:41
Compare
Choose a tag to compare

Bug fixes

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

v1.2.7-internal

03 Dec 05:25
bfbc133
Compare
Choose a tag to compare
For 1.2.7-internal: Fix parsing keeper keys of `x/aol` (#82)

v1.2.7

03 Dec 05:25
274eb93
Compare
Choose a tag to compare
For 1.2.7: Fix parsing keeper keys of `x/aol` (#85)