5 files changed
+13
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 |
| |
12 | 19 |
| |
13 | 20 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 |
| - | |
| 105 | + | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
581 | 581 |
| |
582 | 582 |
| |
583 | 583 |
| |
584 |
| - | |
585 | 584 |
| |
586 | 585 |
| |
587 | 586 |
| |
|
Submodule cosmos-sdk updated 61 files
- .github/workflows/test.yml+1-39
- CHANGELOG.md+17
- RELEASE_NOTES.md+2-15
- client/flags/flags.go+1-1
- crypto/armor_test.go+1
- crypto/keyring/keyring.go+4-3
- crypto/keys/multisig/amino.go+88
- crypto/keys/multisig/codec.go+3
- crypto/keys/multisig/multisig_test.go+76-2
- docs/.vuepress/config.js+2-2
- docs/basics/accounts.md+3-3
- docs/basics/app-anatomy.md+8-7
- docs/building-modules/intro.md+3-3
- docs/building-modules/invariants.md+1-1
- docs/building-modules/msg-services.md+3-3
- docs/building-modules/simulator.md+6-6
- docs/core/baseapp.md+4-4
- docs/core/cli.md+2-2
- docs/core/encoding.md+134-28
- docs/core/events.md+62-41
- docs/core/grpc_rest.md+3-3
- docs/core/node.md+2-2
- docs/core/ocap.md+1-1
- docs/core/proto-docs.md+20
- docs/core/store.md+5-5
- docs/ibc/integration.md+1-1
- docs/ibc/overview.md+1-1
- docs/intro/sdk-app-architecture.md+6-6
- docs/intro/why-app-specific.md+5-4
- docs/run-node/interact-node.md+1-1
- docs/run-node/keyring.md+15-6
- proto/cosmos/tx/v1beta1/service.proto+12
- simapp/params/doc.go+2-2
- store/cachekv/memiterator.go+2-3
- store/cachekv/store.go+4-5
- store/rootmulti/store_test.go+6
- types/coin_benchmark_test.go+2
- types/kv/kv.go+3-1
- types/kv/list.go+236
- types/tx/service.pb.go+136-48
- x/auth/client/cli/cli_test.go+2
- x/auth/client/cli/tx_multisign.go+11-1
- x/auth/client/cli/tx_sign.go+1-1
- x/auth/client/rest/rest_test.go+2
- x/auth/keeper/keeper_bench_test.go+1
- x/auth/legacy/legacytx/stdtx.go+1-1
- x/auth/tx/service.go+13-1
- x/auth/tx/service_test.go+27
- x/bank/app_test.go-81
- x/bank/bench_test.go+1
- x/bank/handler_test.go+66-2
- x/bank/keeper/keeper.go+6-1
- x/bank/keeper/keeper_test.go+34
- x/capability/simulation/decoder.go+1-1
- x/genutil/legacy/v038/migrate.go+2
- x/staking/keeper/slash_test.go+1-2
- x/staking/spec/01_state.md+9-8
- x/staking/spec/02_state_transitions.md+8-1
- x/staking/spec/03_messages.md+10-1
- x/staking/spec/05_end_block.md+13-7
- x/staking/types/msg_test.go-1
0 commit comments