Skip to content

v2.1.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@gyuguen gyuguen released this 03 Feb 04:14
· 30 commits to main since this release
d19e24b

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