This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 Cargo.toml and lock files * Cargo fmt * refactor client to use subxt * format code * 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` * update Cargo.lock and format code * format code * cleanup * 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 * Update sr25519 support * Cargo fmt * Update Cargo.toml and Cargo.lock * Update sgx-helper, substrate-subxt, node => tag * Update Cargo.lock Co-authored-by: Gong Deli <[email protected]>
- Loading branch information
Showing
17 changed files
with
2,396 additions
and
2,056 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.