Skip to content

Commit

Permalink
submodule: Bump external/cli for line highlight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed May 16, 2024
1 parent 8b6f085 commit 9e86b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/cli
Submodule cli updated 60 files
+1 −1 .github/workflows/ci-lint.yml
+1 −4 cmd/account/delegate.go
+1 −3 cmd/account/deposit.go
+2 −2 cmd/account/entity.go
+16 −6 cmd/account/transfer.go
+1 −3 cmd/account/withdraw.go
+12 −0 cmd/common/flags.go
+1 −1 cmd/common/prompts.go
+16 −0 cmd/common/selector.go
+13 −14 cmd/common/transaction.go
+1 −1 cmd/common/wallet.go
+354 −312 cmd/network/governance/show.go
+58 −1 cmd/network/show.go
+180 −19 cmd/network/status.go
+1 −0 cmd/paratime/add.go
+49 −22 cmd/wallet/remove.go
+40 −2 config/config.go
+21 −3 config/default.go
+3 −2 docs/README.md
+25 −3 docs/account.md
+22 −0 docs/network.md
+12 −11 docs/transaction.md
+10 −4 docs/wallet.md
+2 −2 examples/account/config/cli.toml
+2 −2 examples/addressbook/config/cli.toml
+132 −0 examples/migration/config/cli.toml
+1 −0 examples/migration/network-chaincontext-and-rpcs.in
+3 −0 examples/migration/network-chaincontext-and-rpcs.out
+1 −0 examples/network-governance/list.out
+1 −0 examples/network-governance/show-votes.in.static
+73 −0 examples/network-governance/show-votes.out.static
+1 −1 examples/network-governance/show.in.static
+17 −34 examples/network-governance/show.out.static
+3 −3 examples/network-set-rpc/00-list.out
+1 −1 examples/network-set-rpc/01-set-rpc.in
+3 −3 examples/network-set-rpc/02-list.out
+3 −3 examples/network-set-rpc/config/cli.toml
+1 −0 examples/network-show/committees.in.static
+99 −0 examples/network-show/committees.out.static
+3 −3 examples/network/00-list.out
+2 −2 examples/network/02-list.out
+2 −2 examples/network/04-list.out
+2 −2 examples/network/06-list.out
+1 −1 examples/network/add-tcpip.in.static
+3 −3 examples/network/config/cli.toml
+1 −0 examples/network/status-json.in.static
+663 −0 examples/network/status-json.out.static
+46 −602 examples/network/status.out.static
+1 −0 examples/paratime-remove/00-list.out
+1 −0 examples/paratime-remove/02-list.out
+2 −2 examples/paratime-remove/config/cli.toml
+1 −0 examples/paratime/00-list.out
+1 −0 examples/paratime/02-list.out
+1 −1 examples/transaction/sign.y.out
+2 −2 examples/wallet/config/cli.toml
+1 −0 examples/wallet/remove-y.in.static
+0 −0 examples/wallet/remove-y.out.static
+45 −47 go.mod
+149 −164 go.sum
+2 −2 wallet/file/file.go

0 comments on commit 9e86b86

Please sign in to comment.