-
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.
submodules: bump external/cli from
098968e
to e1e21ad
Bumps [external/cli](https://github.com/oasisprotocol/cli) from `098968e` to `e1e21ad`. - [Release notes](https://github.com/oasisprotocol/cli/releases) - [Commits](oasisprotocol/cli@098968e...e1e21ad) --- updated-dependencies: - dependency-name: external/cli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ff5368c
commit c0c0626
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cli
updated
25 files
+3 −2 | .github/workflows/ci-lint.yml | |
+1 −1 | .github/workflows/ci-tests.yml | |
+2 −2 | .github/workflows/release.yml | |
+3 −1 | cmd/account/account.go | |
+66 −6 | cmd/account/delegate.go | |
+104 −0 | cmd/account/show/allowances.go | |
+301 −0 | cmd/account/show/delegations.go | |
+46 −16 | cmd/account/show/show.go | |
+63 −11 | cmd/account/undelegate.go | |
+18 −1 | docs/account.md | |
+1 −0 | examples/account/delegate-paratime.y.in | |
+17 −0 | examples/account/delegate-paratime.y.out | |
+8 −4 | examples/account/show-eth.out | |
+2 −2 | examples/account/show-mainnet.out | |
+2 −2 | examples/account/show-named.out | |
+2 −2 | examples/account/show-no-paratime.out | |
+2 −2 | examples/account/show-oasis.out | |
+2 −2 | examples/account/show-testnet.out | |
+2 −2 | examples/account/show.out | |
+1 −0 | examples/account/undelegate-paratime.y.in | |
+17 −0 | examples/account/undelegate-paratime.y.out | |
+1 −1 | examples/transaction/sign.y.out | |
+5 −5 | go.mod | |
+10 −10 | go.sum | |
+1 −2 | wallet/ledger/signer.go |