Skip to content

Releases: medibloc/panacea-core

v2.2.0-1

21 Mar 01:12
852550a
Compare
Choose a tag to compare

What's Changed

  • docs: sync cosmos-sdk to latest version & integrate pnft module by @gyuguen in #682
  • bug: Added not set to ibc ante handler by @gyuguen in #684
  • fix: typo query pnft command by @gyuguen in #685

Full Changelog: v2.2.0...v2.2.0-1

v2.2.0

14 Mar 11:27
Compare
Choose a tag to compare

What's Changed

  • feat: Bump Cosmos SDK to v0.47.10 by @gyuguen in #669
  • feat: Included develop branch in CI build triggers by @gyuguen in #670
  • feat: Changed minimum commission rate to 3% by @gyuguen in #671
  • feat: Added nft module and denom feature by @gyuguen in #672
  • feat: Added pnft feature in x/pnft by @gyuguen in #673
  • bug: fixed not change data of denom when execute update command by @gyuguen in #674
  • feat: Added pnft module type to v2.2.0 store by @gyuguen in #675
  • feat: Change name queryService to query in proto and add pnft genesis feature by @gyuguen in #676
  • feat: Removed service word in proto services by @gyuguen in #677
  • docs: Added change log and modify code owner and change README.md by @gyuguen in #679

Full Changelog: v2.0.7-2...v2.2.0

v2.0.7-2

25 May 14:48
7202206
Compare
Choose a tag to compare

What's Changed

  • feat: apply huckleberry security by @gyuguen in #663
  • docs: add v2.0.7-2 to the changelog documentation by @gyuguen in #664

Full Changelog: v2.0.7-1...v2.0.7-2

v2.0.7-1

11 Apr 06:37
ae0f038
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.7-1

v2.0.7

04 Apr 07:07
5249704
Compare
Choose a tag to compare

What's Changed

  • feat: add missing ibc route and ibc client settings by @gyuguen in #659
  • docs: add change log about v2.0.7 by @gyuguen in #660

Full Changelog: v2.0.6...v2.0.7

v2.0.6

27 Feb 06:44
a4cdccd
Compare
Choose a tag to compare

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.1.0-alpha3

03 Feb 04:14
d19e24b
Compare
Choose a tag to compare
v2.1.0-alpha3 Pre-release
Pre-release

What's Changed

  • feat: use medibloc/cosmos-sdk for min_commission_rate + add upgrade handler by @youngjoon-lee in #291
  • docs: release v2.0.3 by @youngjoon-lee in #299
  • fix: [v2.0] use a new version of cosmos/ledger-go for Ledger Nano S+ by @youngjoon-lee in #367
  • docs: release v2.0.4 by @youngjoon-lee in #370
  • feat: [v2.0.x] upgrade cosmos-sdk to v0.45.4 by @youngjoon-lee in #466
  • build: [v2.0.x] use the official v0.9.3 release of cosmos/ledger-go by @youngjoon-lee in #467
  • feat: [v2.0.x] bump cosmos-sdk to v0.45.9 by @youngjoon-lee in #468
  • docs: add changelog for v2.0.5 by @youngjoon-lee in #471
  • docs: add state sync guide to v2.0.x doc by @youngjoon-lee in #507
  • feat: define skeleton proto files by @gyuguen in #515
  • feat: add skeleton code for oracle module by @audtlr24 in #517
  • docs: merge gitbook in master into main by @youngjoon-lee in #518
  • docs: add caution: backup files before unsafe-reset-all for state-syncing by @youngjoon-lee in #516
  • feat: add skeleton code for datadeal module by @inchori in #520
  • feat: implement register oracle by @gyuguen in #519
  • feat: implement oracle genesis by @gyuguen in #522
  • feat: add oracle modules query client by @gyuguen in #523
  • fix: remove duplicated oracle in app.go by @H4NLee in #535
  • feat: add create a deal and query a deal keeper function by @inchori in #525
  • chore: update CODEOWNERS by @H4NLee in #538
  • feat: add ApproveOracleRegistration tx by @audtlr24 in #527
  • feat: Add encrypt-data CLI by @H4NLee in #529
  • feat: add-genesis-oracle CLI by @H4NLee in #536
  • feat: implement SubmitConsent tx by @gyuguen in #533
  • feat: implement dataDeal query client by @gyuguen in #539
  • feat: apply oracle commission by @gyuguen in #541
  • feat: added verify uniqueID of certificate by @gyuguen in #542
  • refactor: add an encrypted_oracle_priv_key in oracleRegistration by @inchori in #546
  • feat: add DeactivateDeal Tx keeper, and CLI by @inchori in #543
  • fix: add base64 encoding in data encryption by @H4NLee in #547
  • feat: added decrypt cli by @gyuguen in #545
  • feat: add UpdateOracleInfo tx by @audtlr24 in #540
  • feat: add event an uniqueID at approveOracleRegistration by @gyuguen in #549
  • feat: Add CLI submit-consent by @inchori in #548
  • fix: OracleCommissionRate upper limit by @H4NLee in #553
  • feat: add v2.1.0 upgrade handler by @H4NLee in #552
  • ci: make actions work for main branch by @youngjoon-lee in #555
  • feat: add extra commission rate info to genoracle cmd by @audtlr24 in #559
  • chore: add a comment for trusted_block_* fields in proto by @youngjoon-lee in #562
  • feat: use stdout when encrypt and decrypt data by @inchori in #561
  • feat: add CLI for issuing JWT by @inchori in #565
  • fix: Change byte array to string when decypt-data cli output logs by @gyuguen in #566
  • docs: reorganize gitbook for users, devs, and validators by @youngjoon-lee in #563
  • fix: activate MsgDeactivateDeal handler by @gyuguen in #568
  • fix: refunds for invalid deactivation deal by @gyuguen in #573
  • feat: add oracle upgrade proposal tx & cli by @audtlr24 in #576
  • feat: add oracle upgrade endblocker by @audtlr24 in #578
  • feat: proto for oracle upgrade and its skeleton by @H4NLee in #577
  • feat: add upgrade oracle tx & cli by @audtlr24 in #579
  • chore: rename ApproveOracleRegistration to reuse by @H4NLee in #580
  • feat: implement approve oracle upgrade tx by @H4NLee in #582
  • feat: add set oracles at ApplyUpgrade by @audtlr24 in #586
  • feat: add TargetUniqueId to ApprovalSharingOracleKey by @H4NLee in #589
  • fix: typo by @youngjoon-lee in #595
  • refactor: add a Consent proto data type by @inchori in #590
  • fix: add MsgApproveOracleUpgrade handler by @H4NLee in #600
  • feat: move handleOracleUpgrade to BeginBlock by @audtlr24 in #598
  • docs: add CONTRIBUTING.md and CODE_OF_CONDUCT.md by @youngjoon-lee in #612
  • feat: add query CLI for oracle upgrade by @audtlr24 in #610
  • feat: add Oracle update at ApproveOracleUpgrade by @audtlr24 in #608
  • docs: update community tax to 2% by @youngjoon-lee in #614
  • feat: add agreement_terms field in the datadeal by @youngjoon-lee in #618
  • docs: add DEP docs by @youngjoon-lee in #567

Full Changelog: v2.1.0-alpha2...v2.1.0-alpha.3

v2.0.5

19 Oct 02:30
4dc3e6a
Compare
Choose a tag to compare

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

02 Aug 06:04
f06fda6
Compare
Choose a tag to compare

Improvements

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

v2.1.0-alpha2

14 Jun 06:49
91a8646
Compare
Choose a tag to compare
v2.1.0-alpha2 Pre-release
Pre-release

What's Changed

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