v0.0.1-alpha.1
Pre-release
Pre-release
What's Changed
- feat: skeleton code for oracle by @H4NLee in #10
- ci: use self-hosted GitHub Actions runner on Azure Confidential Computing by @youngjoon-lee in #16
- feat: Add CLI
register-oracle
by @H4NLee in #17 - feat: Add CLI
start
by @H4NLee in #18 - feat: add JWT authentication (without nonce) by @youngjoon-lee in #19
- feat: add subscribe RegisterOracle Tx and execute ApproveOracleRegistration Tx by @inchori in #21
- feat: data validation handler by @H4NLee in #20
- feat: add GetCombinedKey handler and API by @audtlr24 in #22
- feat: Add CLI
update-oracle-info
by @inchori in #25 - fix: apply main branch encrypt function in event by @inchori in #24
- feat: Add CLI
get-oracle-key
by @inchori in #23 - feat: add unique ID to data cert by @H4NLee in #26
- fix: bugs of query params for get secret key handler and marshal in validate data handler by @H4NLee in #29
- feat: add verify-report CLI by @H4NLee in #32
- feat: add timeout params into config by @audtlr24 in #36
- feat: add
GET /v0/status
by @youngjoon-lee in #37 - fix: handle accounts with no pubkey in the auth middleware by @youngjoon-lee in #38
- fix: compilation error by @youngjoon-lee in #39
- docs: add README by @youngjoon-lee in #43
- build: dockerization by @youngjoon-lee in #42
- feat: added subscribe event an ApproveOracleRegistration by @gyuguen in #27
- fix: change to use grpc client in tx builder by @H4NLee in #49
- feat: add PathEscape to GetStoreData key by @audtlr24 in #53
- feat: improve queryClient by @gyuguen in #52
- chore: add a comment for
--trusted-block-*
flags by @youngjoon-lee in #55 - chore: add log when IPFS is not up by @H4NLee in #51
- chore: remove unused commented out query functions by @audtlr24 in #54
- feat: add upgrade-oracle cli by @H4NLee in #59
- feat: subscribe approve oracle upgrade event and store oracle priv key by @H4NLee in #60
- feat: add subscription and handler for upgrade oracle event by @H4NLee in #61
- feat: add
TargetOracleUniqueID
toApprovalSharingOracleKey
by @H4NLee in #63 - feat: added data provider and JWT auth token issuer comparison by @gyuguen in #66
- fix: change return type from certificate to consent by @inchori in #67
- fix: check oracle_priv_key.sealed file when creating a new svc by @H4NLee in #68
- feat: add uniform data formats included in remote reports by @gyuguen in #72
- feat: add --from flag at get-oracle-key by @audtlr24 in #73
- feat: Bumb panacea-core version to current main branch by @gyuguen in #75
- feat: Bumt panacea-core to v2.1.0-alpha.3 by @gyuguen in #83
New Contributors
Full Changelog: https://github.com/medibloc/panacea-oracle/commits/v0.0.1-alpha.1