-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New confidential pallet * New confidential pallet * Add UT for confidential module * New confidential pallet * Add UT for confidential module * Manual WASM build * Customized WasmBuilder added * V1 build.rs fixed * Cryptography dep used from git * RNG with hosted functions * Add Crtyptography as submodule * Update CI SSH keys * Subtle requires nightly build * Fix Confidential's UT * Subtle requires nightly build * CodeReview changes * CodeReview changes * CodeReview changes: Move crypto repo * At runtime level fixed * Remove custom substrate * Gitmodules for CI * CircleCI ssh fix (#472) * fixed all submodule updates * Update settlement to 2.0.0-rc4 * Enable UT as top module * Enable macro to expression * Enable Staking UT * Minor code-review changes Co-authored-by: Mudit Gupta <guptamudit@ymail.com> Co-authored-by: poly-auto-merge[bot] <65769705+poly-auto-merge[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cda8d57
commit 69a266f
Showing
130 changed files
with
5,362 additions
and
3,107 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
[submodule "external/cryptography"] | ||
path = external/cryptography | ||
url = https://github.com/PolymathNetwork/cryptography.git | ||
branch = master | ||
|
||
[submodule "pallets/settlement"] | ||
path = pallets/settlement | ||
url = git@github.com:PolymathNetwork/polymesh-settlement-module.git |
Oops, something went wrong.