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

Eichain/v0.46.16 #21333

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
260 commits
Select commit Hold shift + click to select a range
c12cf1e
fix: Make Test Suites Run Sequentially #12114 (#12116)
mergify[bot] Jun 1, 2022
a2711ed
fix: `GetBlockWithTxs` error when querying block with 0 tx (#12108) (…
mergify[bot] Jun 2, 2022
ecb219e
fix: keys migration issue (#12122) (#12128)
mergify[bot] Jun 2, 2022
1f8b880
fix(staking): Fix JSON genesis migration (#12140) (#12143)
mergify[bot] Jun 3, 2022
35f2d95
fix: TxFactory reads from `--fee-{payer,granter}` (#12127) (#12136)
mergify[bot] Jun 3, 2022
773b565
build(deps): Bump github.com/tendermint/tendermint from 0.35.5 to 0.3…
mergify[bot] Jun 6, 2022
90b54ba
fix: add base account getter (#12154) (#12160)
mergify[bot] Jun 6, 2022
99a0c3d
refactor: Simplify SimulationManager setup (backport #12153) (#12158)
mergify[bot] Jun 6, 2022
25ecca6
perf: modify DelegatorSharesInvariant for better performance (#12170)…
mergify[bot] Jun 7, 2022
add5753
chore: remove direct reliance on staking from slashing (backport #121…
mergify[bot] Jun 8, 2022
405cb0b
fix(upgrades): perform no-op if 'from' and 'to' migration version are…
mergify[bot] Jun 8, 2022
7a6b38f
chore(types): add MustAccAddressFromBech32 util func (#12201) (#12204)
mergify[bot] Jun 9, 2022
df4c315
fix: update index of crisis invariant check logs (backport #12208) (#…
mergify[bot] Jun 9, 2022
ecdc68a
fix: update vesting message server to handle base accounts correctly …
mergify[bot] Jun 14, 2022
5dca6ab
fix: increase sdk.Dec maxApproxRootIterations (#12229) (#12275)
mergify[bot] Jun 16, 2022
17bb4fa
fix: GetTxsEvent pagination (backport #12261) (#12280)
mergify[bot] Jun 16, 2022
53d0cc9
feat(cli): add acc-address by id cli and grpc gateway api (backport #…
mergify[bot] Jun 16, 2022
bf97cee
chore: register codec with grpc server (#12359) (#12361)
mergify[bot] Jun 27, 2022
3bfa03a
remove api module from 0.46 (#12353)
tac0turtle Jun 27, 2022
f0bf4c3
feat: add query.GenericFilteredPaginated (#12253) (#12370)
mergify[bot] Jun 28, 2022
d5fa0a7
fix: remove dependency on tendermint internal library (#12368) (#12378)
mergify[bot] Jun 28, 2022
0f862da
fix: update x/mint parameter validation (#12384) (#12395)
mergify[bot] Jun 30, 2022
9921120
fix: deadlock when querying group members (backport #12342) (#12381)
mergify[bot] Jun 30, 2022
85bf43b
chore!: var-naming linter errors (backport #12135) (#12401)
mergify[bot] Jun 30, 2022
1d9f966
refactor: Use GenericFilteredPaginate wherever possible (#12386) (#12…
mergify[bot] Jun 30, 2022
397119f
fix!: prevent 0 gas txs (backport #12416) (#12432)
mergify[bot] Jul 4, 2022
1657edb
refactor: remove `indexEventsStr` from `setAnteHandler` (#12425)
julienrbrt Jul 4, 2022
f1f7328
chore: update rosetta data #12413 (#12440)
mergify[bot] Jul 4, 2022
e7bac31
chore: Revert to TM v0.34.x (#12221)
tac0turtle Jul 5, 2022
0d4fd41
chore: v0.46.0-rc2 Changelog (#12451)
alexanderbez Jul 5, 2022
c7c6588
fix: use empty map instead of nil value for setting BaseApp.snapshotM…
faddat Jul 5, 2022
c9e64f5
feat: add query telemetry (backport #12405) (#12463)
mergify[bot] Jul 6, 2022
c0a90ff
docs(x/feegrant): use `coins` instead of `tokens` (#12444) (#12452)
mergify[bot] Jul 6, 2022
846b32b
docs: clarify differences and usage of `submit-proposal` and `submit-…
mergify[bot] Jul 6, 2022
865d58b
feat: Support providing custom keyring for keystore. (backport #12453…
mergify[bot] Jul 8, 2022
c3b2c7c
fix(telemetry): start telemetry independently from the API server (ba…
mergify[bot] Jul 8, 2022
c38a315
fix: Call Register{Tx,Tendermint}Service (#12509)
amaury1093 Jul 11, 2022
03022b9
chore: update gov router note (backport #12508) (#12526)
mergify[bot] Jul 11, 2022
e0fffc6
refactor: change tmblock to sdkblock (backport #11390) (#12549)
mergify[bot] Jul 13, 2022
9fa7315
fix(group): usage valid json as example of proposal.json (#12540) (#1…
mergify[bot] Jul 13, 2022
851c8f4
build(deps): Bump github.com/tendermint/tm-db from 0.6.6 to 0.6.7 (#1…
julienrbrt Jul 13, 2022
a5f85c3
bump tendermint (#12555)
robert-zaremba Jul 13, 2022
373e88c
fix: link in rest migration is wrong (#12564) (#12567)
mergify[bot] Jul 13, 2022
93af9e8
fix: Simulation is not deterministic due to GenSignedMockTx (backport…
mergify[bot] Jul 14, 2022
ebbcfd0
feat(group)!: read the decision policy from disk in group CLI (backpo…
mergify[bot] Jul 15, 2022
e2afb41
fix: auto gas don't work (backport #12590) (#12602)
mergify[bot] Jul 17, 2022
6daf233
docs: correct confusing comments in ante.IncrementSequenceDecorator (…
mergify[bot] Jul 18, 2022
db2949e
chore: Add Changelog for v0.46.0-rc3 (#12608)
amaury1093 Jul 18, 2022
5aa0614
feat: Move AppModule.BeginBlock and AppModule.EndBlock to extension i…
mergify[bot] Jul 19, 2022
b1d5768
chore: Bump to Tendermint v0.34.20 (#12649)
amaury1093 Jul 20, 2022
b823b17
docs: improve docs (backport #12647) (#12650)
mergify[bot] Jul 20, 2022
19d6f39
fix: add cosmos_proto implements (#12639) (#12664)
mergify[bot] Jul 21, 2022
e28ac18
chore(store): upgrade iavl to v0.19.0 (backport #12626) (#12653)
mergify[bot] Jul 21, 2022
2df7ced
feat: add message index event attribute to authz message execution (b…
mergify[bot] Jul 21, 2022
8042c66
docs: add cosmwasm to the sidebar and modules section (#12703) (#12704)
mergify[bot] Jul 24, 2022
24be8ea
refactor: remove cosmos/keyring (backport #12576) (#12707)
mergify[bot] Jul 25, 2022
f11cf53
fix: incorrect versions of imported protos in Makefile (#12701)
faddat Jul 25, 2022
a69a77b
chore: remove cosmossdk.io/api module from v0.46.x (#12719)
aleem1314 Jul 26, 2022
a114313
chore: v0.46.0 Final Release changelog (#12731)
amaury1093 Jul 26, 2022
04e7ab1
feat: Add convenience method for constructing key to access account's…
mergify[bot] Jul 27, 2022
1890b8b
feat: Add GetParamSetIfExists to prevent panic on breaking param chan…
mergify[bot] Aug 2, 2022
2b616fb
fix(docs): typo in staking/state (#12834) (#12835)
mergify[bot] Aug 7, 2022
137bd03
Update REST endpoints for group module documentation (#12839) (#12840)
mergify[bot] Aug 7, 2022
e5b974c
chore: fee payer event (#12850) (#12855)
mergify[bot] Aug 8, 2022
69c88ad
chore: changelog update (backport #12859) (#12861)
mergify[bot] Aug 8, 2022
5caee00
chore: bump math (#12877)
robert-zaremba Aug 10, 2022
d74d102
fix(x/group): propagate events correctly to current context (backport…
mergify[bot] Aug 10, 2022
629b3b9
fix: move downgrade verification after store migration (#12906) (#12907)
mergify[bot] Aug 11, 2022
f3c1d8c
perf: Amortize clearing unsorted cache entries (Juno genesis fix) (ba…
mergify[bot] Aug 18, 2022
d2a5018
feat: deterministic map iteration (backport #12781) (#12943)
mergify[bot] Aug 18, 2022
32c9075
fix: the occasional staking module `SimulateMsgCancelUnbondingDelega…
mergify[bot] Aug 18, 2022
f31c795
chore: bump tendermint to `0.34.21` and iavl to `0.19.1` (#12969)
julienrbrt Aug 19, 2022
7ee9e6d
docs(cli): improve --gas flag description (#12913) (#12965)
mergify[bot] Aug 19, 2022
c835d46
Update Makefile (#12982)
faddat Aug 21, 2022
d3d4675
fix: proper error when parsing telemetry configuration (backport #129…
mergify[bot] Aug 23, 2022
90ef369
fix: fix the gov proposals (#13002)
gsk967 Aug 23, 2022
afb3def
docs: improve UPGRADING.md instructions for v0.46.0 (backport #12646)…
mergify[bot] Aug 23, 2022
60e6274
feat: Change the default priority mechanism to be based on gas price …
mergify[bot] Aug 24, 2022
252c673
chore: v0.46.1 release changelog (#13011)
julienrbrt Aug 24, 2022
cb7bdca
ci: fix release notes not populated by goreleaser (backport #12919) (…
mergify[bot] Aug 24, 2022
704fff5
fix: exporting the blockParams regression (backport #13029) (#13037)
mergify[bot] Aug 25, 2022
b9d4ed8
fix: missing return statement in BaseApp.Query (backport #13046) (#13…
mergify[bot] Aug 25, 2022
e2fe96a
feat(x/authz): Add the GetAuthorization function. (backport #13047) (…
mergify[bot] Aug 26, 2022
1af5c72
feat(x/auth): Add auth sim decoder case for AccountNumberStoreKeyPref…
mergify[bot] Aug 27, 2022
bb190f6
chore: bump gin-gonic dep (backport #13061) (#13062)
mergify[bot] Aug 29, 2022
78c24eb
fix: call `SetIAVLCacheSize` with the configured value in simapp (bac…
mergify[bot] Aug 31, 2022
a95c626
fix: rollback command don't actually delete multistore versions (back…
mergify[bot] Aug 31, 2022
9405a05
feat: Add a cli cmd to prune old states according to current settings…
mergify[bot] Sep 2, 2022
095c2b0
chore: replace deprecated dgrijalva/jwt-go dep (backport #13093) (#13…
mergify[bot] Sep 2, 2022
8121f34
fix: Add withdraw proposal cmd to group's CLI tx cmds (backport #1321…
mergify[bot] Sep 9, 2022
25e7f9b
fix: make 46's linter work (#13186)
faddat Sep 12, 2022
70943c6
chore: pin version of golangci-lint (#13245)
julienrbrt Sep 12, 2022
77fcbbd
docs: adds gov groups metadata spec (#13118) (#13264)
mergify[bot] Sep 14, 2022
78336ef
fix: sequence in `sign-batch` (backport #13200) (#13263)
mergify[bot] Sep 14, 2022
ac4a066
feat: add more coins after add-genesis-account is made (backport #132…
mergify[bot] Sep 14, 2022
51a9014
fix: types: correctly coalesce coins even with repeated denominations…
mergify[bot] Sep 15, 2022
c524571
fix: keep the balance query endpoint compatible with legacy blocks (b…
mergify[bot] Sep 16, 2022
ef0f19c
feat: CLI tooling to generate proposal JSONs (backport #13304) (#13328)
mergify[bot] Sep 19, 2022
100db2e
fix: remove community-pool-spend from draft-cli prompt (#13330)
julienrbrt Sep 19, 2022
6c8614c
fix: streaming listeners are not called for deliver tx event (backpor…
mergify[bot] Sep 20, 2022
43f74d3
feat: configurable fastnode (backport #13321) (#13337)
mergify[bot] Sep 20, 2022
f57a110
fix: ensure withdraw_rewards events are always emitted on reward with…
mergify[bot] Sep 20, 2022
bbcf2f1
fix: fix buf unexisting repo (#13343)
julienrbrt Sep 20, 2022
9454b97
fix: fix buf commit (#13344)
julienrbrt Sep 20, 2022
72f8923
feat: add `draft-proposal` for x/group (backport #13353) (#13359)
mergify[bot] Sep 23, 2022
c351441
docs: guidelines for proto message's String() method (#13364) (#13366)
mergify[bot] Sep 23, 2022
95948f6
perf: reduce user's password prompts when calling keyring List functi…
mergify[bot] Sep 23, 2022
51c8a1a
feat: Add notice for possible iavl fast node migration (backport #133…
mergify[bot] Sep 27, 2022
f80e883
fix: add gRPC nil/zero check in query (backport #13352) (#13417)
mergify[bot] Sep 29, 2022
72a904d
fix: add close for grpcOnly mode (backport #13418) (#13422)
mergify[bot] Sep 30, 2022
26786a0
chore: prepare `v0.46.2` release (#13436)
julienrbrt Oct 3, 2022
982b891
refactor: Improve and clarify API around `AccountAddressById` (backp…
mergify[bot] Oct 6, 2022
cb676e2
fix: state listener could observe discarded writes (backport #13459) …
mergify[bot] Oct 6, 2022
f877870
feat: add MsgServiceRouter to Baseapp (and runtime's provideCodecs) (…
mergify[bot] Oct 7, 2022
37912ec
feat: gRPC query for operator and chain configuration (backport #1348…
mergify[bot] Oct 11, 2022
2e3c378
chore: CHANGELOG update (backport #13536) (#13537)
mergify[bot] Oct 13, 2022
86e8bcb
refactor: Improve AllocateTokens (backport #13524) (#13526)
mergify[bot] Oct 13, 2022
8667eba
refactor: Amend #13497 (#13577)
alexanderbez Oct 18, 2022
facd40d
Merge pull request from GHSA-3qp7-gj37-g9rx
julienrbrt Oct 20, 2022
6d32deb
chore: bump tendermint to `0.34.22` (#13586)
julienrbrt Oct 20, 2022
7f88c60
docs: add ApplicationQueryService release notes (#13587)
robert-zaremba Oct 21, 2022
f538e09
feat(cli): add module-account cli cmd and grpc get api (backport #136…
mergify[bot] Oct 24, 2022
afdf06a
fix(x/auth): allow multiple = signs in `GetTxsEvent` (backport #12474…
mergify[bot] Oct 24, 2022
ec09eae
fix: app-hash mismatch if upgrade migration commit is interrupted (ba…
mergify[bot] Oct 25, 2022
a653798
feat(cli): Add iavl-disable-fastnode cmd flag with proper description…
mergify[bot] Oct 26, 2022
4eed46e
build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (#13680)
julienrbrt Oct 28, 2022
9d7028d
feat: emit cached context events (backport #13063) (#13702)
mergify[bot] Oct 31, 2022
eb1e3eb
chore: prepare 0.46.4 changelog (#13716)
julienrbrt Nov 1, 2022
68ee142
ci: notify for 0.46.x releases (#13719)
julienrbrt Nov 1, 2022
c7a9435
docs: fix algolia on 0.46 (#13730)
julienrbrt Nov 2, 2022
ba49bff
ci: modifying docs in 0.46 should not redeploy docs (#13732)
julienrbrt Nov 2, 2022
e4ae994
fix: propagate msg events correctly in x/gov (backport #13728) (#13748)
mergify[bot] Nov 3, 2022
2899dcf
refactor: add error log when iavl set failed (backport #13803) (#13804)
mergify[bot] Nov 9, 2022
0d1ed1a
chore: bump tendermint to `0.34.23` (#13814)
julienrbrt Nov 9, 2022
2bd2cf1
fix: propagate events in x/group through sdk.Results (backport #13808…
mergify[bot] Nov 9, 2022
3a809e2
docs: update algolia index (#13823)
julienrbrt Nov 10, 2022
62443b8
fix: bank store migration (backport #13821) (#13829)
mergify[bot] Nov 10, 2022
68e54fa
feat(types): set custom GasConfig on Context for GasKVStore (backport…
mergify[bot] Nov 11, 2022
2114ec4
chore: prepare 0.46.5 release (#13816)
julienrbrt Nov 14, 2022
2d515e0
fix: Allow underscores in EventRegex (backport #13861) (#13864)
mergify[bot] Nov 15, 2022
0b81939
fix(group): add group members weight checks (backport #13869) (#13880)
mergify[bot] Nov 16, 2022
6b633ef
fix(group)!: Fix group min execution period (backport #13876) (#13885)
mergify[bot] Nov 16, 2022
29cf4bc
feat(bank): Add helper for v0.46 denom migration (#13891)
amaury1093 Nov 16, 2022
e5fef13
chore: impove 0.46.5 release notes (#13898)
julienrbrt Nov 17, 2022
c80177e
refactor: State Streaming Docs + Explicit Config Support (backport #1…
mergify[bot] Nov 17, 2022
b88f086
chore: remove typo (#13914) (#13917)
mergify[bot] Nov 18, 2022
2f55513
fix: correctly propagate msg errors in gov (backport #13918) (#13928)
mergify[bot] Nov 18, 2022
8cce748
feat(bank): enable 0.46.5 bank migration fix through migrator keeper …
robert-zaremba Nov 18, 2022
8339276
chore: bump tendermint to 0.34.24 (#13972)
julienrbrt Nov 22, 2022
9765823
chore: add group and gov/v1 in swagger (backport #13984) (#13996)
mergify[bot] Nov 23, 2022
7bb7fa9
fix(baseapp): fix snapshot interval bug (backport #14049) (#14053)
mergify[bot] Nov 29, 2022
c1f4ca1
refactor: use viper unmarshal in `config.GetConfig` function (backpor…
mergify[bot] Nov 30, 2022
72699f7
fix(group)!: Don't re-tally proposals after VP end (backport #14071) …
mergify[bot] Nov 30, 2022
85d6f66
fix: do not shadow clientCtx in start.go (backport #14086) (#14101)
mergify[bot] Nov 30, 2022
6e5e302
chore: Test for Server Config Read #14125 (#14127)
mergify[bot] Dec 1, 2022
ff27cd3
fix: remove duplicate ante events (backport #13983) (#14142)
mergify[bot] Dec 3, 2022
a627446
feat: support alternative query multistore (backport #13529) (#14169)
mergify[bot] Dec 6, 2022
cc06bce
fix: state listener observe writes at wrong time (backport #13516) (#…
mergify[bot] Dec 6, 2022
45d2f08
refactor: provide a helper for baseapp options (backport #14175) (#14…
mergify[bot] Dec 6, 2022
463f4e4
feat: add --grpc client option (backport #14051) (#14192)
mergify[bot] Dec 7, 2022
eb6d0ef
refactor: cleanup store/streaming/constructor.go (backport #14044) (#…
mergify[bot] Dec 9, 2022
fcfa361
chore: audit store/streaming/file/service.go (backport #14234) (#14241)
mergify[bot] Dec 10, 2022
79ac73d
fix: fix grpc flag conflict (backport #14244) (#14248)
mergify[bot] Dec 10, 2022
4153b12
chore: prepare 0.46.7 release (#14103)
julienrbrt Dec 13, 2022
f71df80
fix(gov): Fix v3 votes migrations (backport #14214) (#14277)
mergify[bot] Dec 13, 2022
9122aad
fix(store): Fix the TestFileStreamingService unit test. (backport #14…
mergify[bot] Dec 14, 2022
e641907
feat(gov): support v1.Proposal in v1beta1.Proposal.Content (backport …
robert-zaremba Dec 23, 2022
4ed7888
feat!: remove x/gov/migrations/v046.Migrate_V046_6_To_V046_7 (#14422)
robert-zaremba Dec 26, 2022
e7dd5e0
fix: return anteEvents when postHandler fail (backport #14448) (#14459)
mergify[bot] Jan 1, 2023
93fd49d
chore: backport pr 13881 (#14349)
tac0turtle Jan 5, 2023
36784a8
fix: wrong address set in `EventUpdateGroupPolicy` (backport #14526) …
mergify[bot] Jan 7, 2023
b7a62fe
build: bump `bgentry/speakasy` to pseudo version (backport #14633) (#…
mergify[bot] Jan 16, 2023
89e956c
refactor: reduce tendermint deps (backport #14616) (#14663)
mergify[bot] Jan 18, 2023
3a051e1
chore: prepare v0.46.8 release (#14624)
julienrbrt Jan 23, 2023
c8d250a
fix: Fix Evidence CLI query flag parsing (backport #13458) (#14799)
mergify[bot] Jan 27, 2023
76d47b4
fix: nested iterator on cache store (#14798)
yihuang Jan 27, 2023
5e7dcbc
chore: update IAVL (backport #14830) (#14835)
mergify[bot] Jan 30, 2023
70589eb
feat: add config `iavl-lazy-loading` to enable lazy loading of iavl s…
mergify[bot] Feb 2, 2023
6654184
chore: bump IAVL to v0.19.5 (backport #14889) (#14892)
mergify[bot] Feb 2, 2023
d899eaf
build(deps): bump tendermint to v0.34.25 (#14903)
julienrbrt Feb 3, 2023
04de093
build(deps): bump tendermint to v0.34.26 (#14911)
julienrbrt Feb 5, 2023
82138c9
fix: return named error for write validators (backport #14919) (#14921)
mergify[bot] Feb 6, 2023
0b64514
build(deps): bump btcd in v0.46 (#14846)
robert-zaremba Feb 7, 2023
5e1a340
ci: update release slack channel and algolia api key (backport #14942…
mergify[bot] Feb 7, 2023
6aa42d4
feat: support profiling block replay during abci handshake (backport …
mergify[bot] Feb 9, 2023
06406f6
fix: avoid broadcasting tx through query (backport #15044) (#15047)
mergify[bot] Feb 16, 2023
a8556b6
fix: create snapshot dir for rocksdb backend (backport #15054) (#15065)
mergify[bot] Feb 17, 2023
5848fd3
chore: Add check for uneven stores' height (backport #14410) (#15115)
mergify[bot] Feb 21, 2023
8499d16
refactor!: remove store v2alpha1 (#15152)
julienrbrt Feb 24, 2023
3aaaf2c
build: use cometbft in v0.46 (#15090)
julienrbrt Feb 24, 2023
f1ec5fe
chore: bump cometbft to v0.34.27 final (#15206)
julienrbrt Feb 27, 2023
1229bd1
fix: Change proposer address cast for `sdk_block` conversion (backpor…
mergify[bot] Mar 2, 2023
578c160
fix: revert double close fix (#15255)
julienrbrt Mar 3, 2023
5023392
chore: prepare v0.46.11 release (#15259)
julienrbrt Mar 3, 2023
570392a
feat: add extend cb to avoid unmarshal state twice for sim test (back…
mmsqe Mar 9, 2023
f939979
feat: add extend cb with genesisState for sim test (backport: #15305)…
mmsqe Mar 10, 2023
f382e43
fix: add extra check in vesting (backport #15373) (#15383)
mergify[bot] Mar 14, 2023
e1da9c5
docs: update cosmwasm link (#15441)
tac0turtle Mar 17, 2023
431e42a
fix: remove extra `;` in service.proto (#15443)
julienrbrt Mar 17, 2023
8726f42
fix: flaky group genesis sim (backport #15447) (#15461)
mergify[bot] Mar 20, 2023
31adbba
feat: add delegator to withdraw address (backport #15462) (#15473)
mergify[bot] Mar 20, 2023
8d053c2
docs: improve proto vesting docs about time attributes (backport #154…
mergify[bot] Mar 20, 2023
cc39456
feat: add query `groups` in `x/group` (backport #14879) (#15476)
mergify[bot] Mar 20, 2023
cb26943
fix: Makefile rocksdb (backport #15422) (#15525)
mergify[bot] Mar 23, 2023
f89d955
fix(x/gov): Return ErrInvalidProposalContent in SubmitProposal when l…
yihuang Apr 3, 2023
152465b
fix: remove unnecessary cms typecasting (backport #14054) (#15669)
mergify[bot] Apr 3, 2023
5cd0b23
chore: prepare v0.46.12 release notes (#15685)
julienrbrt Apr 4, 2023
1a47cb2
fix: upstream error on empty version (backport #13355) (#15717)
mergify[bot] Apr 6, 2023
95f529e
feat: More flexibility for `CacheMultiStoreWithVersion` (backport #15…
mergify[bot] Apr 11, 2023
742856f
feat: add moduleStateCb to allow access moduleState in sim test (back…
mergify[bot] Apr 24, 2023
83eef6b
build(deps): bump cometbft to v0.34.28 (#15973)
julienrbrt Apr 28, 2023
5e199ca
chore(gov): improve proposal conversion error message (backport #1597…
mergify[bot] Apr 28, 2023
738220a
feat!: bootstrap comet cmd for local state sync (backport #16061) (#…
mergify[bot] May 10, 2023
dcf04af
chore(auth/vesting): fix typo in `create-period-vesting-account` cmd …
mergify[bot] May 10, 2023
10cc30f
feat: add local snapshots management commands (backport #16067) (#16103)
mergify[bot] May 12, 2023
5472fb5
fix: snapshot commands panic if snapshot don't exists (backport #1613…
mergify[bot] May 13, 2023
557da6e
feat: add Close method for resource cleanup in graceful shutdown (bac…
mergify[bot] May 19, 2023
5b02d46
feat: save restored snapshot locally (backport #16060) (#16262)
mergify[bot] May 24, 2023
a9abe1c
chore: update sidebar v0.46 (#16304)
julienrbrt May 26, 2023
59f6714
chore: add baseapp circuit breaker setter (#16289)
tac0turtle May 26, 2023
265b8a6
fix: allow any address in `ValidatePromptAddress` (backport #16312) (…
mergify[bot] May 26, 2023
863ad92
feat(group): add group event tally result (backport #16191) (#16306)
mergify[bot] May 26, 2023
5b4c593
fix: Revert "fix(x/gov): Return ErrInvalidProposalContent in SubmitPr…
yihuang May 30, 2023
26405d9
chore: prepare v0.46.13 (#16249)
julienrbrt Jun 2, 2023
67f33bd
chore: small snapshot commands & docs improvement (backport #16404) (…
mergify[bot] Jun 2, 2023
7ee7809
refactor: avoid breaking change due to #16415 included in v0.50 (back…
mergify[bot] Jun 6, 2023
d4b7164
chore: prepare v0.46.13 (2/2) (#16443)
julienrbrt Jun 8, 2023
fd90480
fix: patch barberry (#16466)
julienrbrt Jun 8, 2023
60122a2
build(deps): bump cometbft to v0.34.29 (#16553)
julienrbrt Jun 14, 2023
f34e99d
fix(x/auth): ensure nil .BaseAccounts are reported in ModuleAccount.V…
mergify[bot] Jun 15, 2023
56df2b2
fix: snapshotter's failure is not propogated (backport #16588) (#16604)
mergify[bot] Jun 19, 2023
a763135
feat: add custom max gas for block for sim config (backport #16656) (…
mergify[bot] Jun 28, 2023
b39cdb2
fix: accaddr cachefix (backport #15433) (#16823)
mergify[bot] Jul 5, 2023
7458047
fix(cli): improve `prune` command ux (backport #16856) (#16876)
mergify[bot] Jul 7, 2023
38ea282
fix: query tx events with `>=` and `<=` operators (#16994)
rootulp Jul 14, 2023
ffe7a5e
docs: change bank multi-send command description (backport #16950) (#…
mergify[bot] Jul 17, 2023
2a48f6d
chore: prepare v0.46.14 (#16879)
julienrbrt Jul 17, 2023
16d5269
refactor: add MigrateHandler to allow reuse migrate genesis related f…
mergify[bot] Aug 7, 2023
5372570
fix: resolve migration map in MigrateHandler (#17301) (#17302)
mmsqe Aug 7, 2023
dd028ed
feat(x/gov): Emit VoterAddr (backport #17354) (#17357)
mergify[bot] Aug 11, 2023
6f486fd
feat(x/gov): add MsgSubmitProposal SetMsgs method (backport #17387) (…
mergify[bot] Aug 15, 2023
f83dca0
fix: use correct config key for db_backend (backport #17406) (#17412)
mergify[bot] Aug 16, 2023
d6d9298
chore: prepare v0.46.15 (#17408)
julienrbrt Aug 21, 2023
22c2836
fix(x/authz): GetAuthorizations (backport #17334) (#17527)
mergify[bot] Aug 24, 2023
7aec30d
docs: update x/group create-proposal to submit-proposal (backport #17…
mergify[bot] Aug 25, 2023
f1dfe60
fix: typo in comment (backport #17635) (#17638)
mergify[bot] Sep 6, 2023
f2841d7
build(deps): bump cosmos/ledger-cosmos-go to v0.12.3 in v0.46 (backpo…
mergify[bot] Oct 13, 2023
da33255
chore: prepare release notes v0.46.16 (#18118)
julienrbrt Oct 18, 2023
41d2a21
fix(server): don't hardcode grpc address to localhost (backport #1825…
mergify[bot] Oct 25, 2023
7799bba
chore: update tag date v0.46.16 (#18385)
julienrbrt Nov 7, 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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cosmovisor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
# get 'v*.*.*' part from 'cosmovisor/v*.*.*' and save to $GITHUB_ENV
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/cosmovisor/}" >> $GITHUB_ENV
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/deploy-docs.yml

This file was deleted.

27 changes: 11 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,31 +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 main
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed.
on:
pull_request:
push:
tags:
- v*
branches:
- 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
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: technote-space/get-diff-action@v6.0.1
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --out-format=tab
skip-go-installation: true
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: v1.49.0
21 changes: 20 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Unshallow
run: git fetch --prune --unshallow
- name: Create release
Expand All @@ -24,3 +24,22 @@ jobs:
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
10 changes: 5 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- run: make build
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- name: Install runsim
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- name: install tparse
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/get-diff-action@v6.0.1
id: git_diff
with:
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Create a file with all core Cosmos SDK pkgs
run: go list ./... > pkgs.txt
- name: Split pkgs into 4 files
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/get-diff-action@v6.0.1
id: git_diff
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/get-diff-action@v6.0.1
id: git_diff
with:
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Create a file with all core Cosmos SDK pkgs
run: go list ./... > pkgs.txt
- name: Split pkgs into 4 files
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/get-diff-action@v6.0.1
id: git_diff
with:
Expand All @@ -224,7 +224,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- name: Install runsim
Expand All @@ -241,7 +241,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v6.0.1
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dist
tools-stamp
buf-stamp
artifacts
tools/

# Data - ideally these don't exist
baseapp/data/*
Expand Down Expand Up @@ -50,10 +51,11 @@ vagrant

# Graphviz
dependency-graph.png
debug_container.dot

# Latex
*.aux
*.out
*.synctex.gz
/x/genutil/config/priv_validator_key.json
/x/genutil/data/priv_validator_state.json
/x/genutil/data/priv_validator_state.json
23 changes: 5 additions & 18 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,30 @@ run:
linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
# - errcheck
- exportloopref
- goconst
- gocritic
- gofmt
- goimports
- gofumpt
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- prealloc
- revive
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
# - wsl

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 @@ -53,6 +38,9 @@ issues:
- text: "ST1016:"
linters:
- stylecheck
- text: "should be written without leading space as"
linters:
- nolintlint
- path: "migrations"
text: "SA1019:"
linters:
Expand All @@ -69,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
Loading