Commit 7d3a610
chores: update to v0.42.6 (cosmos#95)
* CLI: `query ibc-transfer escrow-address` (cosmos#9383)
* Fix the liveliness test Docker error (cosmos#9396) (cosmos#9402)
(cherry picked from commit 44a4138)
Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
* docs: fix broken interfaces links (backport cosmos#9448) (cosmos#9478)
* fix interfaces links (cosmos#9448)
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
(cherry picked from commit 37fc37d)
# Conflicts:
# docs/building-modules/messages-and-queries.md
# docs/building-modules/module-interfaces.md
# docs/building-modules/module-manager.md
# docs/building-modules/query-services.md
* resolve merge conflicts
* revert rename codec
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
* backport: fix ibc genesis export bug (cosmos#9401)
* correctly set next identifier sequence in genesis export for clients/connections/channels
* add changelog
* fix linting (cosmos#9531)
* fix: testnet cli command update genesis supply (backport cosmos#9497) (cosmos#9513)
* fix: testnet cli command update genesis supply (cosmos#9497)
<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->
## Description
closes: cosmos#9372
<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
### This PR makes the `testnet` command update the bank genesis supply.
When using the `testnet` cli command, it creates nodes and balances, but does **not** update the supply. When using this in conjunction with `add-genesis-account` which **does** update the supply, it creates an invalid genesis file. This PR updates the testnet command to properly set the supply.
* feat: add header hash to `Context` (backport cosmos#9390) (cosmos#9395)
* feat: add header hash to `Context` (cosmos#9390)
* baseapp, types: add header hash to
* changelog
(cherry picked from commit 151d6c5)
# Conflicts:
# CHANGELOG.md
* Fix conflicts
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
* fix: x/gov deposits querier (Initial Deposit) (backport cosmos#9288) (cosmos#9453)
* fix: x/gov deposits querier (Initial Deposit) (cosmos#9288)
* copied from old PR
* fix errors
* add test
* Update x/gov/client/utils/query.go
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
* fix tests
* fix failing test
* add test
* update test
* fix tests
* fix deposit query
* fix test
* update tests
* add more tests
* address lint error
* address lint error
* review changes
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
(cherry picked from commit 66ee994)
# Conflicts:
# CHANGELOG.md
# x/gov/client/cli/query.go
# x/gov/client/testutil/cli_test.go
# x/gov/client/utils/query.go
* resolve conflicts
Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com>
Co-authored-by: aleem1314 <aleem@vitwit.com>
* feat: add `RefundGas` function to `GasMeter` (backport cosmos#9403) (cosmos#9444)
* feat: add `RefundGas` function to `GasMeter` (cosmos#9403)
* feat: add RefundGas function to GasMeter
* changelog
* add comment about use case
* Apply suggestions from code review
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
(cherry picked from commit 90edeb6)
# Conflicts:
# CHANGELOG.md
* conflicts
* fix
* Update CHANGELOG.md
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
* fix: Bank module init genesis optimization (backport cosmos#9428) (cosmos#9440)
* fix: Bank module init genesis optimization (cosmos#9428)
* optimize the bank module genesis initialization
* remove k.setBalances & k.clearBalances and update changelog
* fix lint
Co-authored-by: Aaron Craelius <aaron@regen.network>
(cherry picked from commit 2ae7875)
# Conflicts:
# CHANGELOG.md
# x/bank/keeper/genesis.go
# x/bank/keeper/send.go
* fix conflicts
* Update CHANGELOG.md
Co-authored-by: yys <sw.yunsuk@gmail.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
* fix: update simapp to use correct default broadcast mode (backport cosmos#9408) (cosmos#9527)
* fix: update simapp to use correct default broadcast mode (cosmos#9408)
(cherry picked from commit 80330ec)
* Add changelog
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
* Backport: IBC query header/node-state fixes (cosmos#9385)
* fix ibc query header/node-state cmds
* changelog
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
* build(deps): tendermint version (backport cosmos#9541) (cosmos#9542)
* build(deps): tendermint version (cosmos#9541)
* bump tendermint version
* go mod tidy
(cherry picked from commit e4673ad)
* add changelog entry
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
* feat: add cosmos-sdk Version (backport cosmos#9429) (cosmos#9543)
* feat: add cosmos-sdk Version (cosmos#9429)
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
## Description
Add CosmosSDKVersion to nodeInfo.
closes: cosmos#9420
(cherry picked from commit 105ad99)
# Conflicts:
# CHANGELOG.md
# CONTRIBUTING.md
# docs/core/proto-docs.md
* resolve conflicts
* resolve conflicts
Co-authored-by: Marko <marbar3778@yahoo.com>
* fix: set header hash every block (backport cosmos#9552) (cosmos#9555)
* fix: set header hash every block (cosmos#9552)
## Description
- Sets the header hash on every block (ref cosmos#9390). Previously was only set during initialization for `deliverState`.
- Closes cosmos#9514
<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
* chore: Update release notes and Changelog for 0.42.6 (cosmos#9544)
* Update release notes
* Clean up changelog
Co-authored-by: Ethan Buchman <ethan@coinculture.info>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com>
Co-authored-by: aleem1314 <aleem@vitwit.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: yys <sw.yunsuk@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>1 parent a59a3d4 commit 7d3a610
File tree
120 files changed
+842
-304
lines changed- baseapp
- client
- docs/statik
- grpc/tmservice
- rest
- rpc
- codec
- contrib/images/simd-env
- crypto/keyring
- docs
- basics
- building-modules
- cn
- basics
- clients
- core
- kr/clients
- proto/cosmos/base/tendermint/v1beta1
- simapp
- simd/cmd
- store
- gaskv
- types
- types
- errors
- module
- simulation
- version
- x
- auth
- legacy
- v034
- v036
- v038
- v039
- testutil
- types
- bank
- keeper
- legacy
- v036
- v038
- simulation
- crisis
- keeper
- distribution
- legacy
- v034
- v036
- v038
- evidence
- genaccounts/legacy
- v034
- v036
- genutil
- gov
- client
- cli
- rest
- testutil
- utils
- legacy
- v034
- v036
- ibc
- applications/transfer
- client/cli
- core
- 02-client
- client/utils
- 03-connection
- 04-channel
- testing/mock
- mint
- keeper
- params
- simulation
- slashing
- keeper
- simulation
- types
- staking
- keeper
- legacy
- v034
- v036
- v038
- simulation
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+842
-304
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
37 | 59 | | |
38 | 60 | | |
39 | 61 | | |
40 | 62 | | |
| 63 | + | |
41 | 64 | | |
42 | 65 | | |
43 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
177 | 189 | | |
178 | 190 | | |
179 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
953 | | - | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
954 | 958 | | |
955 | 959 | | |
956 | 960 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments