Skip to content

Releases: crustio/crust-api

Crust API 2.0.0

06 May 06:41
Compare
Choose a tag to compare

Support Crust sWorker v2.0.0 - Support ECDSA-based DCAP attestation and entry-network.

Crust API 1.0.0

20 Apr 09:44
64f0bba
Compare
Choose a tag to compare

🎉🎉🎉Mainnet Crust API v1.0.0 is online !!!

Crust API PoC-11

08 Jan 03:56
8eccb43
Compare
Choose a tag to compare
Crust API PoC-11 Pre-release
Pre-release

Since we align chain's version, we skip 7, 8, 9, 10

Overview

Crust API already boom changed since #53, its role has been changed from offchain bridge into bridge protocol with sWorker and Crust.

Features

  • 🥳 Boom change #53
  • 🚑 Fix and optimize reinit ApiPromise #54
  • ⬆️ Upgrade polkadot api and fix api readme #58
  • 🚑 Add global request timeout #61
  • 🆕 [Update] Adapt DSM 2.0 #63

Fixes

  • 🐛 Fix work report files' cid #65

Closed issues

#21
#26
#50
#51
#57
#60
#62

Crust API PoC-6

03 Sep 08:46
f3e974d
Compare
Choose a tag to compare
Crust API PoC-6 Pre-release
Pre-release

Features

  • 🆕 System health interface #41 #44
  • 🆕 Add code interface #42
  • 🔖 Use new crust SDK #43

Crust API PoC-5

07 Aug 06:20
4f7d1d4
Compare
Choose a tag to compare
Crust API PoC-5 Pre-release
Pre-release

Features

  • ⚡ Upgrade polkadot api to adapt to crust network #19
  • 🆕 Update types to compact chain node #22 #27 #37
  • 🆕 Use crust-sdk to reconstruct whole project #28
  • 🆕 Dockerize #32 #34 #35 #36

Bug fixes

  • 🐛 Fix block hash result #33
  • 🐛 Fix provider address decoding #29
  • 🐛 Fix retry handler trigger bug #39
  • 🐛 Fix error handler #31

Crust API PoC-4.0

26 May 09:17
9d9d614
Compare
Choose a tag to compare
Crust API PoC-4.0 Pre-release
Pre-release

Features

  • 🆕 Change new work report #14
  • 🆕 Add market related apis(including register, place storage order, get storage order and get provider information) #16
  • 📝 Change README #17

Bug fixes

  • 🐛 Fix hex to string in work report #15

Crust API PoC-3.0

22 Apr 08:17
b747637
Compare
Choose a tag to compare
Crust API PoC-3.0 Pre-release
Pre-release

Features

  • ⬆️ Upgrade @polkadot/api and its related packages to v1.10.1
  • 🚑 Add Lookup and Address data type to adapt to new version of Crust Node

v0.1.0-alpha

28 Feb 09:53
6be2593
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
  • Program infrastructure
  • Added 5 main restful APIs for crust TEE to connect to crust chain:
    • Get header information
    • Post TEE identity
    • Get TEE identity
    • Post TEE work report
    • Get TEE work report
  • Related data conversion