-
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
ff10504
to b06a43b
Bumps [external/cli](https://github.com/oasisprotocol/cli) from `ff10504` to `b06a43b`. - [Release notes](https://github.com/oasisprotocol/cli/releases) - [Commits](oasisprotocol/cli@ff10504...b06a43b) --- updated-dependencies: - dependency-name: external/cli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f9631cb
commit 9484b1a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cli
updated
26 files
+1 −1 | .github/workflows/ci-lint.yml | |
+3 −0 | .github/workflows/release.yml | |
+49 −6 | .goreleaser.yaml | |
+1 −1 | Makefile | |
+17 −0 | cmd/paratime/denomination/denomination.go | |
+51 −0 | cmd/paratime/denomination/remove.go | |
+49 −0 | cmd/paratime/denomination/set-native.go | |
+64 −0 | cmd/paratime/denomination/set.go | |
+23 −1 | cmd/paratime/list.go | |
+3 −0 | cmd/paratime/paratime.go | |
+12 −1 | config/config.go | |
+2 −1 | config/default.go | |
+117 −0 | config/migrate.go | |
+29 −0 | docs/paratime.md | |
+1 −0 | examples/paratime-denom/00-denom-set.in | |
+0 −0 | examples/paratime-denom/00-denom-set.out | |
+1 −0 | examples/paratime-denom/01-denom-set-native.in | |
+0 −0 | examples/paratime-denom/01-denom-set-native.out | |
+1 −0 | examples/paratime-denom/02-denom-remove.in | |
+0 −0 | examples/paratime-denom/02-denom-remove.out | |
+12 −9 | examples/paratime-remove/00-list.out | |
+11 −8 | examples/paratime-remove/02-list.out | |
+11 −8 | examples/paratime/00-list.out | |
+11 −8 | examples/paratime/02-list.out | |
+13 −13 | go.mod | |
+29 −28 | go.sum |