-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule adrs
updated
2 files
+1 −1 | 0010-vrf-elections.md | |
+16 −16 | 0014-runtime-signing-tx-with-hardware-wallet.md |
Submodule cli
updated
30 files
+3 −3 | .github/workflows/ci-lint.yml | |
+1 −1 | .github/workflows/ci-tests.yml | |
+1 −1 | .github/workflows/release.yml | |
+21 −0 | .golangci.yml | |
+396 −0 | LICENSE-docs | |
+8 −0 | README.md | |
+29 −9 | cmd/common/wallet.go | |
+15 −3 | cmd/wallet/export.go | |
+9 −2 | cmd/wallet/show.go | |
+2 −2 | docs/account.md | |
+1 −1 | docs/network.md | |
+1 −1 | examples/wallet/export-ledger.out.static | |
+4 −1 | examples/wallet/export-secp256k1-bip44.out.static | |
+2 −1 | examples/wallet/export-secp256k1-raw.out.static | |
+4 −1 | examples/wallet/export.out.static | |
+1 −0 | examples/wallet/show-ledger.out.static | |
+1 −0 | examples/wallet/show-secp256k1.out.static | |
+1 −0 | examples/wallet/show.out.static | |
+21 −20 | go.mod | |
+46 −109 | go.sum | |
+14 −0 | wallet/file/ed25519.go | |
+35 −0 | wallet/file/ed25519_test.go | |
+46 −44 | wallet/file/file.go | |
+6 −6 | wallet/file/secp256k1.go | |
+2 −2 | wallet/file/secp256k1_test.go | |
+22 −17 | wallet/file/sr25519.go | |
+3 −3 | wallet/file/sr25519_test.go | |
+14 −32 | wallet/ledger/ledger.go | |
+87 −4 | wallet/test/test.go | |
+22 −2 | wallet/wallet.go |
Submodule oasis-core
updated
116 files
Submodule sapphire-paratime
updated
42 files