-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule babylon
updated
25 files
+7 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+2 −2 | SECURITY.md | |
+125 −83 | client/docs/swagger-ui/swagger.yaml | |
+2 −6 | cmd/babylond/cmd/testnet.go | |
+0 −49 | cmd/babylond/cmd/validate_genesis.go | |
+0 −127 | cmd/babylond/cmd/validate_genesis_test.go | |
+11 −11 | docs/architecture.md | |
+1 −1 | docs/transaction-impl-spec.md | |
+23 −23 | go.mod | |
+50 −47 | go.sum | |
+23 −4 | proto/babylon/btcstkconsumer/v1/query.proto | |
+3 −3 | wasmbinding/testdata/Cargo.lock | |
+1 −1 | wasmbinding/testdata/Cargo.toml | |
+1 −1 | wasmbinding/testdata/README.md | |
+23 −23 | x/btccheckpoint/README.md | |
+7 −7 | x/btcstaking/README.md | |
+11 −7 | x/btcstkconsumer/keeper/grpc_query.go | |
+4 −4 | x/btcstkconsumer/keeper/grpc_query_test.go | |
+17 −0 | x/btcstkconsumer/types/consumer_register.go | |
+501 −102 | x/btcstkconsumer/types/query.pb.go | |
+3 −3 | x/checkpointing/README.md | |
+1 −1 | x/epoching/README.md | |
+7 −7 | x/finality/README.md | |
+1 −1 | x/zoneconcierge/README.md |