Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.45.13 ics (GAIA v9.x) #4

Draft
wants to merge 280 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
280 commits
Select commit Hold shift + click to select a range
1afd470
refactor: update default pruning strategy (#9859) (#9863)
mergify[bot] Aug 6, 2021
118d57b
chore: add missing changelog entry from #9859 (backport #9867) (#9871)
mergify[bot] Aug 6, 2021
3f8596c
chore: v0.43.0 Changelog and Release Notes (#9886)
amaury1093 Aug 10, 2021
a804449
feat: add tx fee event (backport #9860) (#9887)
mergify[bot] Aug 10, 2021
4b2b306
fix: file keyring fails to add/import/export keys when input is not s…
mergify[bot] Aug 12, 2021
c1e02c6
chore: Deprecate QueryUpgradedConsensusState (#9906) (#9909)
mergify[bot] Aug 12, 2021
58b40fd
chore: Update STABLE_RELEASES for 0.43 (#9931) (#9943)
mergify[bot] Aug 16, 2021
8dfe627
fix: Fix CLI query tx docs for acc/seq (#9942) (#9950)
mergify[bot] Aug 17, 2021
d60c934
build(deps): bump TM to v0.34.12 (backport #9956) (#9960)
mergify[bot] Aug 17, 2021
370134c
fix(build): set a right version for the app (backport #9965) (#9967)
mergify[bot] Aug 18, 2021
0155244
refactor: Move some methods inside TX Factory (backport #9421) (#10039)
mergify[bot] Aug 31, 2021
c1fc2a3
fix: remove legacy REST endpoints for broadcast & encode (v0.44.x) (#…
clevinson Sep 1, 2021
ce52de7
fix!: Remove onlyAminoSigners in sequence check (backport #10029) (#1…
mergify[bot] Sep 1, 2021
ccc5245
chore: release v0.44 (#10048)
robert-zaremba Sep 1, 2021
59a4952
chore: revert TxFactory changes (#10053)
robert-zaremba Sep 1, 2021
b372f4c
fix: minimum-gas-price warning (#10071)
ryanchristo Sep 7, 2021
15769f2
chore: remove incorrect EOL date for v0.42 (#10078)
clevinson Sep 9, 2021
d185a78
docs: clarify grpc server (#9761) (#10101)
mergify[bot] Sep 9, 2021
5f97313
docs: update to v0.44 version tag (#10069) (#10099)
mergify[bot] Sep 10, 2021
8f49499
docs: update to v0.44 migration (backport #10070) (#10129)
mergify[bot] Sep 13, 2021
6cfa58f
fix: Allow --home to propagate to init command (backport #10104) (#10…
mergify[bot] Sep 15, 2021
000c17b
fix: rosetta server boot and add burn event type to pass check:data (…
mergify[bot] Sep 16, 2021
cbc164a
perf: Speedup coins.AmountOf() by removing many regex calls (backport…
mergify[bot] Sep 16, 2021
4831870
fix: Update RequestInitChain in Simulations (#10171)
mergify[bot] Sep 16, 2021
fcaff72
fix: unmarshalling issue with multisig keys in master (backport #1006…
mergify[bot] Sep 16, 2021
1e4f561
fix: use keyring in config for add-genesis-account cmd (backport #996…
mergify[bot] Sep 16, 2021
3ee7099
fix(CI): add golangci-lint to dependencies (#10112) (#10172)
robert-zaremba Sep 16, 2021
7330f38
fix!: update ABCI query to use request height (backport #9879) (#10185)
mergify[bot] Sep 16, 2021
b4d7c1f
fix: Incorrect error message when periodlimit is not set on a feegran…
mergify[bot] Sep 16, 2021
22a4f50
perf: Make CacheKV store interleaved iterator and insertion not O(n^2…
mergify[bot] Sep 16, 2021
6bc72e7
chore: bump IAVL version (backport #10040) (#10154)
mergify[bot] Sep 17, 2021
cded906
perf: Remove telemetry from wrappings of store (backport #10077) (#10…
mergify[bot] Sep 17, 2021
37f5069
fix: revert \#10169 (amino multisig key unmarshalling) (#10193)
robert-zaremba Sep 18, 2021
89be5a2
fix: removed potential sources of non-determinism in upgrades (backpo…
mergify[bot] Sep 29, 2021
8a73b26
chore: v0.44.1 release notes and changelog (#10261)
amaury1093 Sep 29, 2021
fece3f0
fix: --home flag parsing (backport #10226) (#10271)
mergify[bot] Oct 4, 2021
7a03a18
fix!: remove grpc query routing through tendermint (backport #10045) …
mergify[bot] Oct 4, 2021
64cc3a7
chore: [x/feegrant] remove unnecessary logging in simulation (backpor…
mergify[bot] Oct 5, 2021
f11689b
fix: null guard for tx fee amounts (backport #10327) (#10342)
mergify[bot] Oct 12, 2021
5b79b76
perf: Only do memory allocation when zero coin is found (backport #10…
mergify[bot] Oct 14, 2021
a1521fd
build(deps): bump github.com/tendermint/tendermint from 0.34.13 to 0.…
mergify[bot] Oct 15, 2021
6079fe1
fix!: store/cachekv: reduce growth factor for iterator ranging using …
mergify[bot] Oct 15, 2021
f537f99
chore: backport release-v0.44.2 (#10349)
robert-zaremba Oct 15, 2021
c55b241
fix: rosetta `getHeight` function to use tmRPC.GenesisChunked() inste…
mergify[bot] Oct 20, 2021
0592ba6
build: Update gin-gonic/gin to v1.7.0 (backport #10401) (#10410)
mergify[bot] Oct 21, 2021
b75c29f
chore: v0.44.3 release notes and changelog (#10416)
amaury1093 Oct 22, 2021
7b0b6e0
docs: add ibc migration docs in migration docs (#10438) (#10440)
mergify[bot] Oct 26, 2021
0ac1f6d
chore: Add "Since:" on proto doc comments (backport #10434) (#10449)
mergify[bot] Oct 29, 2021
8a9589a
style: lint go and markdown (backport #10060) (#10473)
mergify[bot] Nov 11, 2021
a359079
fix: use sdk.config hdpath (backport #10414) (#10445)
mergify[bot] Nov 12, 2021
e443fb7
fix: query account balance by ibc denom (backport #10394) (#10523)
mergify[bot] Nov 12, 2021
2bbec7a
fix: delete ru docs (#10549)
fedekunze Nov 15, 2021
6a46c95
feat: update x/upgrade keeper.DumpUpgradeInfoToDisk to support Plan.I…
robert-zaremba Nov 15, 2021
3ae5e0c
build: fix build environment for the liveness test (backport #10551) …
mergify[bot] Nov 15, 2021
792f388
chore: Iavl iterator (backport #10544) (#10545)
mergify[bot] Nov 16, 2021
ecab606
fix: always move auth module migration to the end (#10608)
robert-zaremba Nov 25, 2021
59d7dc4
chore: 0.44.4 release notes (#10613)
robert-zaremba Nov 25, 2021
768e376
build(deps): Use self-maintained btcutil (#10082) (backport #10201) (…
mergify[bot] Nov 29, 2021
b3646ac
fix: emit ante events even for the failed txs (#10631)
yun-yeo Dec 1, 2021
72fb852
fix: upgrade IAVL (#10648)
robert-zaremba Dec 1, 2021
fd34e37
fix: Add Events to TxResponse (backport #10630) (#10643)
mergify[bot] Dec 2, 2021
33dbf6a
chore: Cosmos SDK v0.44.5 release notes (#10667)
robert-zaremba Dec 2, 2021
7ef483e
fix: types/errors Wrap and Wrapf (backport #10674) (#10676)
mergify[bot] Dec 6, 2021
d404619
fix: Charge gas even when there are no entries in gaskv (backport #10…
mergify[bot] Dec 8, 2021
e01217c
feat: add configurable iavl cache size (backport #10561) (#10698)
mergify[bot] Dec 8, 2021
b9250f3
feat: Add `HasSupply` method to bank keeper (backport #10393) (#10699)
mergify[bot] Dec 9, 2021
16da4a4
fix!: Charge gas for key length in gas meter (backport #10247) (#10697)
mergify[bot] Dec 10, 2021
a8a1101
build(deps): upgrade rosetta to 0.7.0 (backport #10432) (#10716)
mergify[bot] Dec 10, 2021
ad443cb
perf: Speedup cachekv iterator on large deletions & IBC v2 upgrade lo…
mergify[bot] Dec 13, 2021
51f7d31
fix: populate ctx.ConsensusParams for begin blockers (backport #10725…
mergify[bot] Dec 16, 2021
f67928a
fix: nil pointer panic on `NewIntFromBigInt` (backport #9627) (#10845)
mergify[bot] Dec 29, 2021
8ad8d5d
perf: Improve the speed of coins.String() (backport #10076) (#10850)
mergify[bot] Dec 30, 2021
1321bc1
perf!: Add HasAccount to the AuthKeeper to save protobuf decoding tim…
mergify[bot] Dec 31, 2021
7115d3b
fix: enable setting sequence (nonce) for module account (backport #10…
mergify[bot] Jan 3, 2022
14cd943
perf: store/cachekv: avoid a map lookup if unnecessary, clear maps fa…
mergify[bot] Jan 3, 2022
19e924d
fix: adding checks to ensure coin denoms are sorted in `Balance` duri…
mergify[bot] Jan 3, 2022
44d3f4d
fix: register evidence regression (backport #10595) (#10775)
mergify[bot] Jan 3, 2022
a0503e5
fix: Panic if SetOrder* functions forgot modules (backport #10711) (#…
mergify[bot] Jan 3, 2022
0be9863
fix: create query context with requested block height (#10827) (#10866)
mergify[bot] Jan 4, 2022
71a168d
fix: recreate compat field, of null pubkeys in multisig (backport #10…
mergify[bot] Jan 5, 2022
6d44d71
fix!: tx result don't report block gas used as tx gas used (#10833)
yihuang Jan 5, 2022
8932338
feat: support in-place migration ordering (backport #10614) (#10890)
mergify[bot] Jan 6, 2022
05656a2
fix: use full gas on overflow (backport #10897) (#10912)
mergify[bot] Jan 7, 2022
a5c60b7
feat!: x/gov: raise max description length to 10k chars (backport #10…
mergify[bot] Jan 10, 2022
ba1e099
fix: revert tx when block gas limit exceeded (backport: #10770) (#10814)
yihuang Jan 12, 2022
c1c1ad7
chore: v0.45.0 Release Notes (#10760)
amaury1093 Jan 12, 2022
90ffbce
feat: support custom mnemonics in in-process testing network (backpor…
mergify[bot] Jan 13, 2022
8236b26
chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to …
robert-zaremba Jan 18, 2022
b6c77e6
chore: release v0.45 changelog (#10964)
robert-zaremba Jan 18, 2022
ced57ea
docs: guidelines for ValidateBasic (#10983) (#11001)
mergify[bot] Jan 23, 2022
7ecf4d4
fix: return 404 on non-existing tx (backport #10992) (#11014)
mergify[bot] Jan 25, 2022
dfd47f5
chore: update 0.45 migration and support notes (backport #10973) (#10…
mergify[bot] Jan 26, 2022
985d221
feat!: add protection against accidental downgrades (backport #10407)…
mergify[bot] Jan 27, 2022
0c9bbbc
fix: add iavl-cache-size config parsing to GetConfig (backport #10990…
mergify[bot] Jan 29, 2022
f69c82f
feat: extra logging in in-place store migrations (backport #10768) (#…
mergify[bot] Feb 3, 2022
2646b47
chore: 0.45.1 Release Notes (#11109)
robert-zaremba Feb 3, 2022
9bf8c9a
fix: add concurrency fence on traceContext to avoid data races (backp…
mergify[bot] Feb 8, 2022
4161d2b
feat: add get all versions (backport #11124) (#11144)
mergify[bot] Feb 9, 2022
7f949c0
support debug trace QueryResult (#11148)
yihuang Feb 18, 2022
4368a18
disable url parameter in swagger-ui page (backport #11202) (#11207)
mergify[bot] Feb 21, 2022
d862c66
feat: Allow to restrict MintCoins from app.go (backport #10771) (#11227)
mergify[bot] Feb 21, 2022
febcb92
refactor: prune everything (backport #11177) (#11258)
mergify[bot] Feb 23, 2022
147720c
feat: min and max operators on coins (backport #11200) (#11249)
mergify[bot] Feb 23, 2022
c7ddf4d
feat: include transactions in QueryBlockByHeight (backport #10880) (…
mergify[bot] Feb 24, 2022
d69a7b6
chore: fix changelog entry for #11177 (backport #11263) (#11264)
mergify[bot] Feb 24, 2022
12fffc1
fix: reject query with block height in the future (backport #11222) (…
mergify[bot] Feb 25, 2022
470014e
fix: x/authz allow insufficient funds error (backport #11252) (#11299)
mergify[bot] Mar 2, 2022
811cb8a
feat!: Add hooks to allow app modules to add things to state-sync (ba…
mergify[bot] Mar 2, 2022
a0951a6
Implement rollback command (#11179) (#11314)
mergify[bot] Mar 7, 2022
11bda92
fix(types): use correct bit length constant for sdk.Dec (backport #11…
mergify[bot] Mar 9, 2022
b073f35
fix: remove hardcoded pubkey from tx simulation (backport #11282) (#1…
mergify[bot] Mar 10, 2022
a4644a3
fix: cgosecp256k1 verification (backport #11298) (#11360)
mergify[bot] Mar 11, 2022
69f227e
fix: multisig works with only multisig name as argument, not its addr…
mergify[bot] Mar 11, 2022
160a103
fix: Update query.go to include pagination for bank q totals (#11355)…
mergify[bot] Mar 15, 2022
7997b26
feat: add support for spendable balances gRPC query (backport #11417)…
mergify[bot] Mar 27, 2022
344fd73
feat: grpc-only mode (backport #11430) (#11460)
mergify[bot] Mar 27, 2022
f43228d
feat: add grants by grantee authz query (backport #10944) (#11523)
mergify[bot] Apr 1, 2022
7f8cbfd
feat: EIP191 sign mode (backport #11533) (#11545)
mergify[bot] Apr 5, 2022
9494992
chore: v0.45.2 Release Notes (#11546)
amaury1093 Apr 5, 2022
863a7c7
feat: `ScheduleUpgradeNoHeightValidation` for automated upgrades w/o …
mergify[bot] Apr 8, 2022
7ac1ac6
chore: update TM dep (#11562)
alexanderbez Apr 8, 2022
5f5cba2
fix: address confusing error message with SetOrder* functions (#11571…
mergify[bot] Apr 8, 2022
c2fd51b
chore: v0.45.3 Release Notes (#11611)
alexanderbez Apr 12, 2022
5ad3a36
check error returned from NewNode (#11624)
jhernandezb Apr 13, 2022
0ef30e0
docs: Add v0.45.x to docs versions (backport #11613) (#11623)
mergify[bot] Apr 13, 2022
3f03714
docs: Update mentions of Starport to Ignite CLI (backport #11612) (#1…
mergify[bot] Apr 13, 2022
ac970f5
feat: add (re)delegation getters (backport #11596) (#11615)
mergify[bot] Apr 13, 2022
e73b7ee
feat: add vesting util functions (backport #11652) (#11667)
mergify[bot] Apr 18, 2022
ffef0ba
chore: v0.45.x bump min go version to 1.17 (#11686)
alexanderbez Apr 19, 2022
13d78de
fix: Add validation on create gentx (backport #11693) (#11698)
mergify[bot] Apr 20, 2022
53396c8
fix: Added description of how to run the unsafe-reset-all command in …
mergify[bot] Apr 22, 2022
3911f52
chore: remove unneeded swagger docs from 0.45 #11745
tac0turtle Apr 25, 2022
e9ba141
fix: data race issues with api.Server (backport #11724) (#11748)
mergify[bot] Apr 25, 2022
6191a36
updates (#11750)
alexanderbez Apr 25, 2022
77747c5
updates (#11752)
alexanderbez Apr 25, 2022
ad9e562
chore: release notes++
alexanderbez Apr 25, 2022
c405df4
chore: update vuepress config to reflect new default branch naming (#…
mergify[bot] Apr 26, 2022
ad4ad43
fix: decrement types.Dec max length to keep decimal bits in DecimalPr…
mergify[bot] Apr 27, 2022
162fb49
fix: Bug reading password from a buffer when reader returns EOF (back…
mergify[bot] Apr 27, 2022
85bf0aa
refactor: improve error messages (backport #11762) (#11887)
mergify[bot] May 6, 2022
8bbeba5
feat: add feegrant query to see allowances from a given granter (back…
julienrbrt May 6, 2022
cf17549
fix: grants by granter pagination `total` (#11813) (#11828)
mergify[bot] May 12, 2022
a72d9fa
refactor: remove redacted message (backport #11960) (#12002)
mergify[bot] May 20, 2022
2921a1c
fix: index ante events for failed tx (backport: #12013) (#12017)
yihuang May 23, 2022
a802a5c
fix: Make rechecking a tx check the sequence number #12060 (#12062)
mergify[bot] May 27, 2022
057a6ca
fix: cli `grants-by-grantee`, `grants-by-granter` cmds (backport #119…
mergify[bot] May 27, 2022
008d10d
fix: add base account getter (backport #12154) (#12161)
mergify[bot] Jun 6, 2022
d721a76
refactor: Simplify SimulationManager setup (backport #12153) (#12159)
mergify[bot] Jun 7, 2022
bec98b5
perf: modify DelegatorSharesInvariant for better performance (#12170)…
mergify[bot] Jun 7, 2022
95d873f
chore: remove direct reliance on staking from slashing (backport #121…
mergify[bot] Jun 7, 2022
48c2f77
fix(upgrades): perform no-op if 'from' and 'to' migration version are…
mergify[bot] Jun 8, 2022
a3f8a83
chore(types): add MustAccAddressFromBech32 util func (backport #12201…
mergify[bot] Jun 9, 2022
4dd96eb
Revert "fix: add base account getter (backport #12154) (#12161)" (#12…
alexanderbez Jun 9, 2022
a2761bd
chore: prep release notes + cl (#12207)
alexanderbez Jun 9, 2022
6dc53e0
Update tag.yml
alexanderbez Jun 9, 2022
63d768c
fix: update index of crisis invariant check logs (backport #12208) (#…
mergify[bot] Jun 10, 2022
aeab66a
fix: Refactor GetLastCompletedUpgrade [v0.45.x] (#12264)
alexanderbez Jun 15, 2022
bf7348e
fix: defaultGenTxGas to 10 times (#12314)
hea9549 Jun 21, 2022
cece44d
fix: edit validator bug from cli (#12317)
likhita-809 Jun 21, 2022
dced7ec
chore: update release notes (#12377)
julienrbrt Jun 28, 2022
f2d9444
feat: add query.GenericFilteredPaginated (backport #12253) (#12371)
mergify[bot] Jun 28, 2022
7e727e8
fix: update x/mint parameter validation (backport #12384) (#12396)
mergify[bot] Jun 30, 2022
a99988f
chore: optimize get last completed upgrade (#12268)
robert-zaremba Jul 3, 2022
5e40a14
fix: Simulation is not deterministic due to GenTx (backport #12374) (…
adu-web3 Jul 4, 2022
10961d0
fix: use go install instead of go get in makefile (#12435)
julienrbrt Jul 4, 2022
0e166fa
chore: fumpt sdk v45 series #12442
faddat Jul 5, 2022
155d9ec
feat: Move AppModule.BeginBlock and AppModule.EndBlock to extension i…
mergify[bot] Jul 19, 2022
4eec00f
feat: add message index event attribute to authz message execution (b…
mergify[bot] Jul 22, 2022
1fcc404
chore(store): upgrade iavl to v0.19.0 (backport #12626) (#12697)
mergify[bot] Jul 23, 2022
eb032e3
feat: Add `GetParamSetIfExists` to prevent panic on breaking param ch…
fedekunze Jul 26, 2022
3ae6bb4
feat: Add convenience method for constructing key to access account's…
mergify[bot] Aug 2, 2022
e23386b
chore: bump tm in 0.45.x (#12784)
tac0turtle Aug 4, 2022
35ae2c4
chore: 0.45.7 changelog prep (#12821)
tac0turtle Aug 4, 2022
4b31a06
docs(staking): typo in staking/state (backport #12834) (#12836)
mergify[bot] Aug 7, 2022
cd5ba07
chore: fee payer event (backport #12850) (#12856)
mergify[bot] Aug 8, 2022
b09fc03
chore: changelog update (backport #12859) (#12862)
mergify[bot] Aug 8, 2022
09321d7
fix: Use fixed length hex for pointer at FwdCapabilityKey (backport #…
yihuang Aug 9, 2022
86311ae
feat: deterministic map iteration (backport #12781) (#12944)
mergify[bot] Aug 18, 2022
b0ea376
chore: bump tendermint to `0.34.21` and iavl to `0.19.1` (#12970)
julienrbrt Aug 19, 2022
03b8d0b
perf: Amortize clearing unsorted cache entries (Juno genesis fix) (ba…
mergify[bot] Aug 19, 2022
a80bf98
fix: proper error when parsing telemetry configuration (backport #129…
mergify[bot] Aug 23, 2022
46d7a3e
ci: fix release notes not populated by goreleaser (#13019)
mergify[bot] Aug 24, 2022
4cd8d95
fix: missing return statement in BaseApp.Query (backport #13046) (#13…
mergify[bot] Aug 25, 2022
ff416ee
chore: v0.45.8 release changelog (#13053)
julienrbrt Aug 25, 2022
b897f47
fix: call `SetIAVLCacheSize` with the configured value in simapp (bac…
mergify[bot] Aug 31, 2022
3bdbaf1
feat: Add a cli cmd to prune old states according to current settings…
mergify[bot] Sep 2, 2022
bc28298
fix: rollback command don't actually delete multistore versions (back…
yihuang Sep 5, 2022
128922c
fix: make linting work on 45 (#13185)
faddat Sep 8, 2022
e70b5db
feat: configurable fastnode (backport #13321) (#13338)
mergify[bot] Sep 20, 2022
63a7c45
fix: ensure withdraw_rewards events are always emitted on reward with…
mergify[bot] Sep 20, 2022
24e405e
imp(keyring): improve UX for keyring.List (#13369)
fedekunze Sep 27, 2022
b6d51b5
feat: ADR-038 Part 2: StreamingService interface, file writing implem…
yihuang Oct 3, 2022
ccd98c5
fix: state listener could observe discarded writes (backport #13459) …
mergify[bot] Oct 9, 2022
c308e1f
feat: gRPC query for operator and chain configuration (backport #1348…
mergify[bot] Oct 11, 2022
260f72c
chore: CHANGELOG update (backport #13536) (#13538)
mergify[bot] Oct 13, 2022
dad68bb
refactor: Improve AllocateTokens (backport #13524) (#13527)
mergify[bot] Oct 13, 2022
d8527c3
chore: make iavl fast node migration off by default (#13540)
tac0turtle Oct 13, 2022
2582f0a
Merge pull request from GHSA-3qp7-gj37-g9rx
ebuchman Oct 14, 2022
d118681
fix: move ics23 to correct folder (#13549)
aaronc Oct 14, 2022
6f309d2
fix: fix liveness tests #13551
ValarDragon Oct 14, 2022
0622dd4
feat: add `GenSignedMockTx` (#13557)
julienrbrt Oct 16, 2022
a6e909e
fix: fix `make proto-gen` (#13564)
julienrbrt Oct 17, 2022
7a500a2
feat: [REDO] gRPC query for operator and chain configuration (backpor…
alexanderbez Oct 18, 2022
239c0bb
chore: bump tendermint to `0.34.22` (#13585)
julienrbrt Oct 19, 2022
1596edf
fix: (v0.45.x) regression in return value of WithdrawDelegationReward…
nddeluca Oct 20, 2022
3f29739
fix(server): v0.45.x Populate the PruningKeepEvery config entry in Ge…
SpicyLemon Oct 21, 2022
e972b64
feat(cli): add module-account cli cmd and grpc get api (backport #136…
mergify[bot] Oct 24, 2022
cafa881
chore: prepare 0.45.10 changelog (#13624)
julienrbrt Oct 24, 2022
d60d45b
refactor: fix description iavl-disable-fastnode cmd flag (backport #1…
mergify[bot] Oct 26, 2022
273750f
build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (#13679)
julienrbrt Oct 28, 2022
760acf1
fix: --dry-run flag not working when using tx cmd (#13673)
likhita-809 Oct 31, 2022
3d54be5
chore: fix --dry-run flag not working issue's changelog (#13711)
likhita-809 Nov 1, 2022
3b72162
ci: notify for 0.45.x releases (#13720)
julienrbrt Nov 1, 2022
ef7c0f9
docs: fix algolia on 0.45 (#13731)
julienrbrt Nov 2, 2022
b4ff0df
chore: bump tendermint to `0.34.23` (#13815)
julienrbrt Nov 9, 2022
47f4664
chore: prepare 0.45.11 release (#13817)
julienrbrt Nov 10, 2022
f889026
docs: update algolia index (#13824)
julienrbrt Nov 10, 2022
af529b8
fix: Return error instead of empty values when pruned height is queri…
likhita-809 Nov 17, 2022
49b9aed
chore: bump tendermint to 0.34.24 (#13973)
julienrbrt Nov 22, 2022
8bf996f
fix: do not shadow clientCtx in start.go (#14086) (#14102)
mergify[bot] Nov 30, 2022
9baf33b
chore: backport tracekvstore store_name (#14159)
tac0turtle Dec 5, 2022
4a62609
fix: state listener observe writes at wrong time (backport #13516) (#…
mergify[bot] Dec 6, 2022
0b6c346
refactor: cleanup store/streaming/constructor.go (backport #14044) (#…
mergify[bot] Dec 9, 2022
c0d85e3
chore: audit store/streaming/file/service.go (backport #14234) (#14242)
mergify[bot] Dec 10, 2022
77e66cf
perf: optimize iteration on nested cache context (backport #13881) (#…
mergify[bot] Jan 5, 2023
9f23566
chore: prepare v0.45.12 release (#14623)
julienrbrt Jan 16, 2023
b92222f
build: bump `bgentry/speakasy` to pseudo version (backport #14633) (#…
mergify[bot] Jan 16, 2023
5524b56
refactor: reduce tendermint deps (backport #14616) (#14664)
mergify[bot] Jan 18, 2023
6ab492c
chore: prepare 0.45.12 release (#14729)
julienrbrt Jan 23, 2023
82ce891
fix: fix failing test in 0.45 (#14741)
julienrbrt Jan 23, 2023
f96336f
fix: nested iterator on cache store (backport #14798) (#14823)
mergify[bot] Jan 27, 2023
7c82d64
chore: update IAVL (backport #14830) (#14834)
mergify[bot] Jan 30, 2023
d49269e
chore: bump IAVL to v0.19.5 (backport #14889) (#14891)
mergify[bot] Feb 2, 2023
73c752f
build(deps): bump tendermint to v0.34.25 (backport #14903) (#14906)
mergify[bot] Feb 4, 2023
472729e
build(deps): bump tendermint to v0.34.26 (backport #14911) (#14913)
mergify[bot] Feb 5, 2023
572aca2
ci: update release slack channel and algolia api key (backport #14942…
mergify[bot] Feb 7, 2023
36a9807
chore: prepare v0.45.13 release notes (#14960)
julienrbrt Feb 9, 2023
f749811
proof of concept with embedded mock hooks
sainoe Nov 16, 2022
179f43a
Finish staking hooks merge (#11677)
sainoe Nov 16, 2022
be019bb
feat: enable double-signing evidence in Interchain-Security (#11921)
sainoe May 23, 2022
b308609
fix: make ModuleAccountInvariants pass for IS SDK changes (#12783)
sainoe Nov 16, 2022
cdce8a9
fix: [Interchain Security] `validatorUnbondingCanComplete` must take …
mpoke Aug 5, 2022
da15d4c
fix: [Interchain Security] Fix leak in unbonding hooks (#12849)
mpoke Aug 9, 2022
29730f4
docs: [Interchain Security] update spec (#12848)
mpoke Aug 9, 2022
6937ca7
store ValidatorUpdates in normal store (#12845)
mpoke Aug 9, 2022
d31e5ce
remove stakingtypes.TStoreKey
sainoe Nov 16, 2022
bfe7763
fix: decrease minimums for genesis parameters (#13106)
shaspitz Sep 1, 2022
5d6696b
fix proto-gen
sainoe Nov 4, 2022
d6c8598
chore: bring optimization from SDK team on 47 (#1322)
sainoe Nov 15, 2022
5931eb2
Patch GetImmutable nil error
Reecepbcups Apr 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 15 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
name: Lint
# Lint runs golangci-lint over the entire cosmos-sdk repository
# This workflow is run on every pull request and push to master
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed.
on:
pull_request:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: actions/setup-go@v3
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/golangci-lint-action@master
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.39
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
53 changes: 0 additions & 53 deletions .github/workflows/proto-docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: install runsim
run: |
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v2.1.6
with:
path: ~/go/bin
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- run: make build
Expand All @@ -26,11 +26,11 @@ jobs:
steps:
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v2.1.6
with:
path: ~/go/bin
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
Expand Down
23 changes: 21 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,31 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Unshallow
run: git fetch --prune --unshallow
- name: Create release
uses: goreleaser/goreleaser-action@v2.6.1
with:
args: release --rm-dist --release-notes ./RELEASE_CHANGELOG.md
args: release --rm-dist --release-notes ./RELEASE_NOTES.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-success:
needs: release
if: ${{ success() }}
runs-on: ubuntu-latest
steps:
- name: Notify Slack on success
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: cosmos-tech
SLACK_USERNAME: Cosmos SDK Release Bot
SLACK_ICON: https://avatars.githubusercontent.com/t/5997665?size=64
SLACK_COLOR: good
SLACK_TITLE: "Cosmos SDK ${{ github.ref_name }} is tagged :tada:"
SLACK_MESSAGE: "@channel :point_right: https://github.com/cosmos/cosmos-sdk/releases/tag/${{ github.ref_name }}"
SLACK_FOOTER: ""
SLACK_LINK_NAMES: true
MSG_MINIMAL: true
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- name: install tparse
run: |
export GO111MODULE="on" && go get github.com/mfridman/tparse@v0.8.3
go install github.com/mfridman/tparse@v0.8.3
- uses: actions/cache@v2.1.6
with:
path: ~/go/bin
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- uses: technote-space/get-diff-action@v4
id: git_diff
with:
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
Expand Down Expand Up @@ -219,12 +219,12 @@ jobs:

liveness-test:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
go-version: 1.18
- uses: technote-space/get-diff-action@v4
id: git_diff
with:
Expand All @@ -234,7 +234,7 @@ jobs:
go.sum
- name: start localnet
run: |
make clean build-simd-linux localnet-start
make clean localnet-start
if: env.GIT_DIFF
- name: test liveness
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.swm
*.swn
*.pyc
.dccache

# private files
private[.-]*
Expand All @@ -18,6 +19,7 @@ docs/_build
docs/tutorial
docs/node_modules
docs/modules
docs/run-node/cosmovisor.md
dist
tools-stamp
buf-stamp
Expand Down
30 changes: 8 additions & 22 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,30 @@ run:
linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
# - errcheck
- exportloopref
- goconst
- gocritic
- gofmt
- goimports
- golint
- gofumpt
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- prealloc
- exportloopref
- nolintlint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unused
- unparam
- misspell
# - wsl
- nolintlint

issues:
exclude-rules:
- text: "Use of weak random number generator"
linters:
- gosec
- text: "comment on exported var"
linters:
- golint
- text: "don't use an underscore in package name"
linters:
- golint
- text: "ST1003:"
linters:
- stylecheck
Expand All @@ -54,7 +38,10 @@ issues:
- text: "ST1016:"
linters:
- stylecheck
- path: "legacy"
- text: "should be written without leading space as"
linters:
- nolintlint
- path: "migrations"
text: "SA1019:"
linters:
- staticcheck
Expand All @@ -70,6 +57,5 @@ linters-settings:
suggest-new: true
nolintlint:
allow-unused: false
allow-leading-space: true
require-explanation: false
require-specific: false
require-specific: false
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: true
skip: false
Loading