Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Releases: advanca/advanca-worker

Release v0.5.2

25 Sep 09:19
4ab6a85
Compare
Choose a tag to compare
  • Add leak demo (#13)

Release v0.5.1

22 Sep 08:34
Compare
Choose a tag to compare
  • Fixed weird interaction between advanca-worker and substrate-api where there are recursive async_std::task::block_on calls (#9).
  • Added event printouts for demo in client (#9).
  • Added additional events for substrate-subxt (#9).
  • Refactored accounting to make demo clearer (#10).
  • Added demo compute weight (#10).
  • Updated advanca-sgx-helper to v0.4.1 (#10, #11).
  • Added additional sr25519 arguments for accept_task (#10).
  • Added a tampering demo (#11).
  • Bumped version to 0.5.1 (#12).

Release v0.5.0

22 Aug 03:51
c0790d4
Compare
Choose a tag to compare
  • Update client package dependencies
  • Update enclave package dependencies
  • Update substrate-api dependencies
  • Add complete task api
  • Add get_balance api support
  • Modify advanca-sgx-helper to latest ver
  • Add support for balance printing
  • Update substrate v2.0.0-rc5
  • refactor client to use subxt instead of substrate-api-client
  • substrate-api v0.3.0: use subxt internally
  • Update to use advanca-node-primitives
  • address multiple issues in substrate-api
  • fix TypeSizeUnavailable issue on TaskId when transfer_balance
  • fix TypeSizeUnavailable issue on Status when complete_task
  • fix function wait_all_task_aborted
  • Swap to serde_json from serde_cbor
  • Add sr25519 key support + refactor worker->enclave
  • Update sr25519 support for enclave
  • Add TaskCompletedEvent listening api
  • Add sr25519 support, add TaskCompleted event check

Release v0.4.0

15 Jul 06:42
Compare
Choose a tag to compare
  • update advanca-sgx-helper 0.3.0
  • modify Makefile to support SGX_DEBUG env variable
  • change AAS port from 12345 -> 11800
  • add accounting service (watchdog thread)
  • add challenge service in enclave
  • update grpcio to support futures 0.3.0
  • implement task specific ephemeral key

v0.3.0

05 Jun 14:15
Compare
Choose a tag to compare

Advanca Worker

Advanca Client

v0.2.0

20 Apr 13:56
54624b2
Compare
Choose a tag to compare

Advanca Worker

Advanca Client

  • update demo usecase (#3)

v0.1.0

25 Mar 20:48
Compare
Choose a tag to compare

Advanca Woker

  • encrypted storage service in trusted enclave
  • worker APIs based on gRPC

Advanca Client

  • demo implementation