Skip to content

Commit

Permalink
submodules: bump external/cli from 098968e to d35c41e
Browse files Browse the repository at this point in the history
Bumps [external/cli](https://github.com/oasisprotocol/cli) from `098968e` to `d35c41e`.
- [Release notes](https://github.com/oasisprotocol/cli/releases)
- [Commits](oasisprotocol/cli@098968e...d35c41e)

---
updated-dependencies:
- dependency-name: external/cli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 2f4a1a3 commit 757d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/cli
Submodule cli updated 40 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
+336 −0 cmd/account/show/delegations.go
+50 −16 cmd/account/show/show.go
+63 −11 cmd/account/undelegate.go
+24 −0 cmd/paratime/show.go
+18 −1 docs/account.md
+1 −1 examples/account/amend-commission-schedule.y.in
+4 −4 examples/account/amend-commission-schedule.y.out
+1 −0 examples/account/delegate-paratime.y.in
+17 −0 examples/account/delegate-paratime.y.out
+1 −1 examples/account/deposit-eth.y.out
+1 −1 examples/account/deposit-named.y.out
+1 −1 examples/account/deposit-oasis.y.out
+1 −1 examples/account/deposit.y.out
+7 −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
+2 −2 examples/account/withdraw-named.y.out
+2 −2 examples/account/withdraw-oasis.y.out
+2 −2 examples/account/withdraw.y.out
+1 −1 examples/transaction/sign.y.out
+5 −5 go.mod
+10 −10 go.sum
+16 −4 wallet/file/file.go
+119 −0 wallet/file/sr25519.go
+35 −0 wallet/file/sr25519_test.go
+34 −19 wallet/ledger/device.go
+2 −2 wallet/ledger/ledger.go
+1 −2 wallet/ledger/signer.go

0 comments on commit 757d9c0

Please sign in to comment.