Commit 183e1ee
committed
Merge branch 'main' into alex/testnet
* main: (25 commits)
fix: Implement gogoproto customtype to secp256r1 keys (cosmos#20027)
fix(x/epochs): avoid invalid epoch duration in simulation (cosmos#20030)
fix(x/bank): align query with multi denoms for send-enabled (cosmos#20028)
refactor(x/slashing)!: remove Accounts String (cosmos#20026)
refactor(x/evidence)!: remove Address.String() (cosmos#20016)
chore: make telemetry consistent (cosmos#20025)
chore: prepare x/tx changelog (cosmos#20015)
build(deps): Bump actions/add-to-project from 1.0.0 to 1.0.1 (cosmos#20018)
feat(x/bank): support depinject for send restrictions (cosmos#20014)
feat: Conditionally emit metrics based on enablement (cosmos#19903)
fix(store): fix the typo (cosmos#20011)
docs(x/feegrant): fix allowance typo (cosmos#20000)
chore(confix): update latest config value (cosmos#20012)
refactor(x/auth): auth module can recognize x/accounts account (cosmos#20002)
fix(mempool): use no-op mempool as default (cosmos#19970)
fix(simapp): add epoch store to upgrade (cosmos#20007)
test(kv): add unit tests for the helpers functions kv.AssertKeyAtLeas… (cosmos#19965)
feat(x/tx): Rename custom Amino JSON encoder to "inline_json" (cosmos#19919)
refactor(x/auth): use transaction service (cosmos#19967)
fix(client/v2): add encoder for `cosmos.base.v1beta1.DecCoin` (cosmos#19976)
...198 files changed
Lines changed: 1866 additions & 374 deletions
File tree
- .github/workflows
- api/cosmos
- bank/module/v1
- feegrant/v1beta1
- baseapp
- client
- docs/swagger-ui
- flags
- rpc
- v2
- autocli
- testdata
- core/transaction
- crypto/keys/secp256r1
- docs/build/building-modules
- server
- api
- config
- simapp
- simd/cmd
- store
- snapshots
- telemetry
- tests
- e2e/baseapp
- integration
- bank
- keeper
- distribution
- keeper
- evidence
- keeper
- example
- gov
- keeper
- mint
- runtime
- slashing
- keeper
- staking
- keeper
- tx
- sims
- authz
- bank
- distribution
- feegrant
- gov
- nft
- protocolpool
- slashing
- starship/tests
- testutil
- configurator
- network
- tools
- confix
- data
- cosmovisor
- hubl
- types
- kv
- mempool
- query
- x
- accounts
- defaults/lockup
- authz
- auth
- ante
- keeper
- testutil
- types
- vesting/types
- bank
- keeper
- proto/cosmos/bank/module/v1
- testutil
- types
- circuit
- crisis
- distribution
- keeper
- migrations/v4
- epochs
- keeper
- simulation
- evidence
- keeper
- types
- feegrant
- proto/cosmos/feegrant/v1beta1
- gov
- keeper
- group
- migrations/v2
- testutil
- mint
- keeper
- nft
- params
- protocolpool
- slashing
- keeper
- migrations/v4
- simulation
- staking
- keeper
- tx
- signing/aminojson
- internal/testpb
- upgrade
- keeper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
110 | 118 | | |
111 | 119 | | |
112 | 120 | | |
| |||
169 | 177 | | |
170 | 178 | | |
171 | 179 | | |
| 180 | + | |
172 | 181 | | |
173 | 182 | | |
174 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments