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

Release/v0.50.x #19

Draft
wants to merge 2,283 commits into
base: release/v0.46.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2283 commits
Select commit Hold shift + click to select a range
abd0bd5
fix(x/staking): `DelegationsByValidator` migrations (backport #17154)…
mergify[bot] Jul 27, 2023
bd61e84
fix(abci): Validators can propose blocks that exceed the gas limit. (…
mergify[bot] Jul 27, 2023
dcb6280
fix(circuit): partial perms bug fix (backport #17165) (#17167)
mergify[bot] Jul 27, 2023
d200d42
feat(bank): Add secondary query for bank metadata (backport #16852) (…
mergify[bot] Jul 27, 2023
a39e093
refactor(simapp): add `,squash` tag (backport #17172) (#17173)
mergify[bot] Jul 28, 2023
8bbed8c
feat(confix): add shorthand flag to `set` cmd cli (backport #17175) (…
mergify[bot] Jul 28, 2023
4d139f8
refactor: remove `iavl-lazy-loading` from config (backport #17177) (#…
mergify[bot] Jul 28, 2023
7e7e15d
fix(bank): avoid empty spendable error message on send coins (backpor…
mergify[bot] Jul 28, 2023
49ac9b2
perf(abci): removes the goroutine when call `SnapshotIfApplicable` (b…
mergify[bot] Jul 29, 2023
eba0b9e
refactor: hide `--output` flags that don't work (backport #17188) (#1…
mergify[bot] Jul 30, 2023
ce496ea
fix(x/auth): internal error on AccountInfo when PubKey is nil (backpo…
mergify[bot] Jul 31, 2023
9a0ca33
refactor(keys): remove duplicate `--home` flag (backport #17197) (#17…
mergify[bot] Jul 31, 2023
f41d678
ci: skip `fix_registration.go` when using `LINT_DIFF=1` (backport #17…
mergify[bot] Jul 31, 2023
75cad9d
docs: additional fields in context.go to be added to context.md (back…
mergify[bot] Jul 31, 2023
fac64cd
feat(testutil): adding DefaultContextWithKeys test helper (backport #…
mergify[bot] Jul 31, 2023
515042b
fix: text output format of `block-results` cmd cli (backport #17183) …
mergify[bot] Jul 31, 2023
a1f1104
feat(docker): Add debuging dependencies directly into the dockerfile …
mergify[bot] Jul 31, 2023
ff6a9a6
feat(cli): `status` cmd cli support output text (backport #17184) (#1…
mergify[bot] Aug 1, 2023
5624447
fix(x/distribution): add nil check in Params.ValidateBasic (backport …
mergify[bot] Aug 1, 2023
f42be24
feat(gov,group): allow `draft-proposal` to skip metatada prompt (back…
mergify[bot] Aug 1, 2023
9e2abf8
build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c8…
dependabot[bot] Aug 1, 2023
86ca92a
fix: Allow VerifyVoteExtensions without ExtendVote (backport #17251) …
mergify[bot] Aug 1, 2023
e9ee747
docs: Better describe ABCI-exposed /key and /subspace store APIs (bac…
mergify[bot] Aug 1, 2023
2dd4a5d
docs: mention autocli in upgrading.md (backport #17252) (#17258)
mergify[bot] Aug 2, 2023
397b9ce
refactor(client): use cmtservice for `comet-validator-set` command (b…
mergify[bot] Aug 2, 2023
db64728
refactor(staking): remove expected distribution keeper (backport #172…
mergify[bot] Aug 2, 2023
ee5b2e3
docs: fix app.toml links (backport #17264) (#17265)
mergify[bot] Aug 2, 2023
c1e800a
docs: fix typo in `00-protobuf.md` (backport #17232) (#17271)
mergify[bot] Aug 3, 2023
8375a67
fix(simapp): do not create data dir at each run (backport #17240) (#1…
mergify[bot] Aug 3, 2023
69db56b
fix: ValidatorStore interface doesn't match StakingKeeper (backport #…
mergify[bot] Aug 3, 2023
81ff4da
docs: Amend usage of sdk.Context (backport #17239) (#17292)
mergify[bot] Aug 4, 2023
6e075c5
refactor: add MigrateHandler to allow reuse migrate genesis related f…
mergify[bot] Aug 7, 2023
c56cd8a
fix(runtime): allow to properly register non app wiring modules (back…
mergify[bot] Aug 7, 2023
6861a06
refactor(client/v2): refactor of flags (backport #17306) (#17309)
mergify[bot] Aug 7, 2023
d9247a9
refactor: reword upgrading.md and verify match with repo (backport #1…
mergify[bot] Aug 7, 2023
6b395f6
feat(client/v2): add key lookup interface (backport #17308) (#17317)
mergify[bot] Aug 8, 2023
bee95b1
feat!: Add gas limits to queries (backport #16239) (#17324)
mergify[bot] Aug 9, 2023
d7f3b46
build(deps): Bump cosmossdk.io/depinject from 1.0.0-alpha.3 to 1.0.0-…
dependabot[bot] Aug 9, 2023
4e55f96
chore(baseapp): audit (backport #17325) (#17349)
mergify[bot] Aug 10, 2023
5b0c081
feat(x/gov): Emit VoterAddr (backport #17354) (#17355)
mergify[bot] Aug 11, 2023
2f6573a
refactor(types)!: remove handler and update docs (backport #17358) (#…
mergify[bot] Aug 11, 2023
27f5db2
fix: Add MigrationModuleManager to handle migration of upgrade module…
mergify[bot] Aug 12, 2023
5333b40
chore: remove sdk from side bar (backport #17374) (#17375)
mergify[bot] Aug 12, 2023
53398b5
fix(types): check mm endblocker assertion for core api and abci (back…
mergify[bot] Aug 12, 2023
3a96bb9
docs: update upgrade doc and changelog for MigrationModuleManager (ba…
mergify[bot] Aug 13, 2023
7407866
feat(client,simapp): inject keyring in autocli opts (backport #17351)…
mergify[bot] Aug 14, 2023
e76102f
refactor: migrate away from using valBech32 globals (2/2) (backport #…
mergify[bot] Aug 14, 2023
ae48128
fix(client/v2): fix duplicate modules addition and add logger (backpo…
mergify[bot] Aug 15, 2023
9645227
fix(ve-validation): account for BlockID flag in vote-extensions (back…
mergify[bot] Aug 15, 2023
af29f55
chore(x/gov): update proposal.json go doc (backport #17397) (#17402)
mergify[bot] Aug 16, 2023
b056224
feat: use autocli for comet commands (backport #17389) (#17405)
mergify[bot] Aug 16, 2023
6a5adc4
refactor: move `UpgradeModule` interface to appmodule and fix mocks (…
mergify[bot] Aug 16, 2023
57a22c1
fix: use correct config key for db_backend (backport #17406) (#17410)
mergify[bot] Aug 16, 2023
e19fb38
refactor: remove collections.ErrInvalidIterator when unecessary (#17367)
julienrbrt Aug 17, 2023
116e279
feat: add apphash to process proposal calls (backport #17401) (#17413)
mergify[bot] Aug 17, 2023
0fc0ed5
feat: import hex keys (backport #17424) (#17432)
mergify[bot] Aug 17, 2023
8d4a47f
feat: add event-query-tx-for cmd to subscribe and wait for transactio…
mergify[bot] Aug 17, 2023
f9616a2
build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 (…
dependabot[bot] Aug 18, 2023
b372cdc
build(deps): Bump cosmossdk.io/collections from 0.3.1-0.2023080810271…
dependabot[bot] Aug 18, 2023
c402c51
build: bump to Go 1.21 (backport #17333) (#17442)
mergify[bot] Aug 18, 2023
2754730
chore: prepare v0.50 rc (#17384)
julienrbrt Aug 18, 2023
657add7
chore: format proto files (backport #17445) (#17447)
mergify[bot] Aug 18, 2023
b7d9d4c
revert: Revert `RunMigrationBeginBlock` addition in v0.50 (#17450)
julienrbrt Aug 18, 2023
e8164be
build(deps): bump modules to v0.50.0-rc.0 (#17453)
julienrbrt Aug 19, 2023
99101ab
build(deps): Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#17491)
dependabot[bot] Aug 21, 2023
a9b9792
fix(x/authz): GetAuthorizations (backport #17334) (#17523)
mergify[bot] Aug 24, 2023
09276c3
test(baseapp): use no-op logger (backport #17528) (#17531)
mergify[bot] Aug 25, 2023
f05e257
build(deps): bump cosmossdk.io/log to v1.2.1 (backport #17532) (#17540)
mergify[bot] Aug 25, 2023
30849cd
docs: update x/group create-proposal to submit-proposal (backport #17…
mergify[bot] Aug 25, 2023
992c164
docs(x/group): fix submit-proposal help json example (backport #17546…
mergify[bot] Aug 25, 2023
2cef4a1
chore: log panic recovery in runTx (backport #17556) (#17558)
mergify[bot] Aug 28, 2023
b922a37
fix(baseapp): Utilizing voting power from VEs in ValidateVoteExtensio…
mergify[bot] Aug 28, 2023
8a0f494
chore: bump store and iavl versions (#17525)
tac0turtle Aug 28, 2023
6e68abc
feat(x/genutil): Allow creation of AppGenesis without a file lookup (…
mergify[bot] Aug 29, 2023
ac64612
fix(circuit): Reset only doable by authorized account (backport #1751…
mergify[bot] Aug 30, 2023
9c7624d
fix(simapp): fix example config template (#17587)
julienrbrt Aug 31, 2023
b2627e9
docs: improve DeductFeeDecorator godoc (backport #17559) (#17589)
mergify[bot] Aug 31, 2023
013889d
refactor: introduce abciGenesis interface (backport #17554) (#17575)
mergify[bot] Aug 31, 2023
0996c19
docs: add genesis changes in upgrading.md (backport #17596) (#17598)
mergify[bot] Aug 31, 2023
878e00a
docs: update mm docs (backport #17595) (#17601)
mergify[bot] Aug 31, 2023
7a6f7d4
docs: add documentation about getsigners (backport #17012) (#17623)
mergify[bot] Sep 5, 2023
0428c48
chore: correct api docs (backport #17622) (#17625)
mergify[bot] Sep 5, 2023
a980bf7
refactor: docs path updates (backport #17459) (#17624)
mergify[bot] Sep 5, 2023
6a9777f
docs: Add notes regarding BeginBlocker and EndBlocker to upgrading.md…
mergify[bot] Sep 5, 2023
b80ea56
chore: add back deleted readmes (backport #17627) (#17628)
mergify[bot] Sep 6, 2023
d662783
docs: fix ugrading doc conflicts (#17633)
samricotta Sep 6, 2023
1ee1b4c
fix: remove duplicated app.Close call (backport #17619) (#17634)
mergify[bot] Sep 6, 2023
59f8183
fix: typo in comment (backport #17635) (#17636)
mergify[bot] Sep 6, 2023
0fa4c54
fix(config): mempool.max-txs configuration is invalid (backport #1764…
mergify[bot] Sep 7, 2023
1fd50fb
chore(confix): update v0.47 and v0.50 config (backport #17652) (#17653)
mergify[bot] Sep 7, 2023
ea095bd
docs: add docs on proto annotations (backport #15548) (#17654)
mergify[bot] Sep 7, 2023
8cff58c
feat(bank): Allow injectable restrictions on bank transfers (backport…
mergify[bot] Sep 7, 2023
837430f
fix(docs): update links for documentation (#17659)
samricotta Sep 8, 2023
ccd7288
docs: edit encoding docs (backport #17626) (#17665)
mergify[bot] Sep 8, 2023
2350ee4
feat: CV Close databases opened by cosmos-sdk during BaseApp shutdown…
mergify[bot] Sep 10, 2023
babe072
docs: add back removed readmes (#17673)
tac0turtle Sep 11, 2023
612d0a6
fix: nil pointer ref priority nonce mempool iterator (backport #17668…
mergify[bot] Sep 11, 2023
e4033fa
fix: genesis on migrations (backport #17679) (#17683)
mergify[bot] Sep 11, 2023
757e090
build(deps): Bump cosmossdk.io/core from 0.10.0 to 0.11.0 (#17703)
dependabot[bot] Sep 13, 2023
1c9c5ae
build(deps): Bump github.com/cometbft/cometbft from 0.38.0-rc3 to 0.3…
dependabot[bot] Sep 13, 2023
ba7bd06
docs: fix breaking documentation link (#17706)
samricotta Sep 13, 2023
74cc0fe
docs: move 00-protobuf to correct folder (backport #17708) (#17710)
mergify[bot] Sep 13, 2023
85387cd
feat(client/v2): stringify bytes `cosmos.Dec` (backport #16985) (#17714)
mergify[bot] Sep 13, 2023
92d1d9a
docs: update documentation order for `build` tab (backport #17722) (#…
mergify[bot] Sep 13, 2023
4c083c6
feat: introduce PreBlock (backport #17421) (#17712)
mergify[bot] Sep 13, 2023
32969cf
refactor: precise compiler assertions and cleanup module.go (backport…
mergify[bot] Sep 13, 2023
5a347a4
build(deps): Bump cosmossdk.io/x/tx from 0.9.1 to 0.10.0 (#17731)
dependabot[bot] Sep 13, 2023
e5781a9
docs: improve upgrade docs on preblocker (backport #17734) (#17735)
mergify[bot] Sep 13, 2023
b1dd67a
chore: remove unneeded code (backport #17741) (#17744)
mergify[bot] Sep 14, 2023
4955776
refactor!: reimplement PreFinalizeBlockHook as PreBlocker (backport #…
mergify[bot] Sep 15, 2023
bb9729e
docs: update links for removed and re-added file (backport #17761) (#…
mergify[bot] Sep 15, 2023
245e218
feat(client/v2): Add `clientCtx` to commands in autocli (backport #17…
mergify[bot] Sep 15, 2023
2196eda
build(deps): Bump cosmossdk.io/api from 0.7.1-0.20230820170544-1bd370…
dependabot[bot] Sep 15, 2023
87ba5a6
feat(gov): handle panics when executing x/gov proposals (backport #17…
mergify[bot] Sep 18, 2023
caf2524
chore: prepare v0.50.0-rc.1 (#17732)
julienrbrt Sep 18, 2023
c25ddd3
docs: fix UPGRADING.md link (backport #17800) (#17801)
mergify[bot] Sep 19, 2023
b1208ef
docs: link correction for docs (#17799)
samricotta Sep 19, 2023
deea20c
refactor!: remove tips (backport #17787) (#17819)
mergify[bot] Sep 21, 2023
3d9ce99
feat(client/v2): message binder (backport #17707) (#17829)
mergify[bot] Sep 21, 2023
cdd7d8c
chore: rename develop to learn (backport #17821) (#17830)
mergify[bot] Sep 21, 2023
ceaf5b9
docs: fix typos (backport #17831) (#17832)
mergify[bot] Sep 21, 2023
d34bcff
test(client/keys): deflake Test_runImportHexCmd by a unique directory…
mergify[bot] Sep 25, 2023
05d1148
chore(client/v2): remove trailing whitespace in golden files (backpor…
mergify[bot] Sep 25, 2023
f497624
chore(client/v2): better method naming (backport #17858) (#17860)
mergify[bot] Sep 25, 2023
5c4ff0b
chore(nft): remove address.String() calls from nft (backport #17846) …
mergify[bot] Sep 25, 2023
d9134ee
chore(x/gov): improve `PromptMetadata` readability (backport #17859) …
mergify[bot] Sep 25, 2023
5ccb005
test(client/keys): Test_runImportCmd unique dir per test (backport #1…
mergify[bot] Sep 25, 2023
1963229
fix: recreate legacy behaviour for addresscodec (backport #17870) (#1…
mergify[bot] Sep 25, 2023
64e0e89
fix(baseapp): select txs correctly with no-op mempool (backport #1776…
mergify[bot] Sep 25, 2023
467d2f7
build(deps): bump math to rc (backport #17866) (#17872)
mergify[bot] Sep 25, 2023
cd9f0a6
chore: bump modules to v0.50.0-rc.1 (#17874)
julienrbrt Sep 26, 2023
ab6a1e6
fix(gov): fail proposal when implementation not found (backport #1787…
mergify[bot] Sep 26, 2023
14d163a
fix(client/v2): fix variable arguments (backport #17313) (#17884)
mergify[bot] Sep 26, 2023
6403f7c
docs: small update for routes change (backport #17881) (#17886)
mergify[bot] Sep 26, 2023
9e26bf5
build(confix): fix go install (#17897)
julienrbrt Sep 27, 2023
f4796c9
chore(auth): return accId in error (backport #17903) (#17905)
mergify[bot] Sep 27, 2023
13bd226
chore(store): check value (backport #17900) (#17907)
mergify[bot] Sep 27, 2023
71c9b76
refactor(x/gov): remove gov vote and proposal based telemetry (backpo…
mergify[bot] Sep 27, 2023
74e8995
feat(confix): add `view` command (backport #17904) (#17918)
mergify[bot] Sep 28, 2023
e6b06db
fix(simapp): do not overwrite tx options (backport #17920) (#17926)
mergify[bot] Sep 29, 2023
1cbae0d
fix(baseapp): vote extensions on first block (backport #17909) (#17922)
mergify[bot] Sep 29, 2023
c696c02
docs: Typo on Application - Specific documentation (backport #17933)…
mergify[bot] Oct 1, 2023
138e557
refactor(abci): Pass context to `TxSelector` (backport #17932) (#17939)
mergify[bot] Oct 2, 2023
2b2d117
feat(abci): Add context to SelectedTxs (backport #17940) (#17941)
mergify[bot] Oct 2, 2023
31e603a
chore: fixing typos and grammar for vote extension docs (backport #17…
mergify[bot] Oct 3, 2023
3da9f9c
fix(x/auth): properly populate tx config options and deprecate `Proto…
mergify[bot] Oct 4, 2023
8334eef
feat(client/v2): signing (backport #17913) (#17972)
mergify[bot] Oct 5, 2023
10bd5a2
feat(x/nft): add autocli options for tx (backport #17825) (#17974)
mergify[bot] Oct 5, 2023
53d228f
docs: VerifyVoteExtension has to be deterministic (backport #17957) (…
mergify[bot] Oct 5, 2023
a05fc0d
fix(x/gov): set default constitution in gov migration (backport #1795…
mergify[bot] Oct 6, 2023
a2f2c92
feat(x/crisis): add autocli options for tx (backport #17965) (#17982)
mergify[bot] Oct 6, 2023
9af83f4
feat(x/circuit): add autocli options for tx (backport #17956) (#17987)
mergify[bot] Oct 6, 2023
5d73a8e
chore: Update RequestExtendVote (backport #17993) (#17994)
mergify[bot] Oct 6, 2023
eb90de5
chore(x/staking): fix some README typos (backport #17997) (#17998)
mergify[bot] Oct 7, 2023
43acebd
chore(docs): rfc links (#18007)
tac0turtle Oct 9, 2023
ef5c356
feat(baseapp): expose `Mempool` (backport #17954) (#18009)
mergify[bot] Oct 9, 2023
b0d20bc
chore(staking): add delegator to events (backport #18006) (#18011)
mergify[bot] Oct 9, 2023
daaff08
feat(x/feegrant): add autocli options for tx (backport #17959) (#18013)
mergify[bot] Oct 9, 2023
4fac431
docs: fix typos (backport #18018) (#18019)
mergify[bot] Oct 9, 2023
0f419f3
feat(x/slashing): add autocli options for tx (backport #17967) (#18017)
mergify[bot] Oct 9, 2023
95c0083
docs: fix typos (backport #18028) (#18031)
mergify[bot] Oct 10, 2023
8ab33f5
fix: fixed key in slashing bitmap migration (backport #18016) (#18033)
mergify[bot] Oct 10, 2023
1f7ec34
fix(x/slashing/keeper): hoist non-changing addresses parsing out of r…
mergify[bot] Oct 10, 2023
e5454c4
fix: keep behavior from v0.47 in PrepareProposal panic recovery (back…
mergify[bot] Oct 10, 2023
0d25c00
fix: comment on flag for textual (backport #18040) (#18045)
mergify[bot] Oct 10, 2023
735c143
fix: comment on flag for textual (backport #18040) (#18045)
mergify[bot] Oct 10, 2023
0893671
fix(runtime): PreBlocker getting overwritten if set as a baseapp opti…
mergify[bot] Oct 10, 2023
fb4e8cf
test(client/v2): update golden file (backport #18048) (#18050)
mergify[bot] Oct 10, 2023
1ba896e
fix(x/auth/tx): propagate tx options to signing handlers (backport #1…
mergify[bot] Oct 11, 2023
0863b5c
chore: check for nil params (backport #18041) (#18068)
mergify[bot] Oct 11, 2023
4044719
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.0 to 0…
dependabot[bot] Oct 12, 2023
753dd91
chore: fix comments on bech32 (backport #18114) (#18116)
mergify[bot] Oct 13, 2023
9c2c424
fix(x/bank): miss keypair of SendEnabled to restore legacy param set …
mmsqe Oct 16, 2023
18733a6
feat: bring autocli module config to v0.50 (#18111)
julienrbrt Oct 16, 2023
d9d9a52
perf(x/staking/keeper): make Slash return early iff zero tokens to bu…
mergify[bot] Oct 16, 2023
02de6cd
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.1 to 0…
dependabot[bot] Oct 17, 2023
4d2638b
build(deps): Bump cosmossdk.io/x/tx from 0.10.0 to 0.11.0 (#18138)
dependabot[bot] Oct 17, 2023
97cfd71
feat(server): Start grpc and api server in standalone mode (v0.50.x) …
p-offtermatt Oct 18, 2023
3abc61f
build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137)
dependabot[bot] Oct 18, 2023
faca3c1
refactor(x/gov)!: let hooks return an error (backport #18173) (#18174)
mergify[bot] Oct 19, 2023
0c9930d
chore(docs): add missing param to gov readme (backport #18181) (#18182)
mergify[bot] Oct 19, 2023
c81038c
chore: improve align cli help (backport #18179) (#18187)
mergify[bot] Oct 20, 2023
ee589c8
feat(x/gov): limit deposited coins to accepted proposal denom (backpo…
mergify[bot] Oct 20, 2023
535567e
fix: RelativePow now returns 1 when 0^0 (backport #18211) (#18216)
mergify[bot] Oct 23, 2023
aa72f10
fix(authz): check string is not empty (backport #18209) (#18217)
mergify[bot] Oct 23, 2023
026631c
feat(x/feegrant): Add limits to grant pruning and enable message to a…
mergify[bot] Oct 23, 2023
5604342
refactor(x/authz): extend validate genesis (backport #18042) (#18207)
mergify[bot] Oct 23, 2023
1376e0d
fix(textual): only enable when online and added upgrading docs (backp…
mergify[bot] Oct 23, 2023
42dbfc4
feat: Optimistic Execution (backport #16581) (#18205)
mergify[bot] Oct 23, 2023
cabde7b
chore(x/upgrade): Use ValidateBasic for Plan in ReadUpgradeInfoFromDi…
mergify[bot] Oct 24, 2023
5d6b2c2
fix(docs): fix simulator links (backport #18234) (#18235)
mergify[bot] Oct 24, 2023
06dacdc
fix(simapp): textual wiring (backport #18242) (#18244)
mergify[bot] Oct 24, 2023
ef43d02
refactor(network): call `app.Close()` on network cleanup (backport #1…
mergify[bot] Oct 25, 2023
301ceca
refactor: modules should implement appmodule.AppModule (backport #182…
mergify[bot] Oct 25, 2023
9c6c648
fix(server): don't hardcode grpc address to localhost (backport #1825…
mergify[bot] Oct 25, 2023
d895753
perf: parse chain-id from big genesis file could be slow (backport #1…
mergify[bot] Oct 26, 2023
0bc6756
fix: use a lower file permission in file creation (backport #18206) (…
mergify[bot] Oct 26, 2023
0469fc1
docs: adding additional info on `amino.encoding` proto annotations (b…
mergify[bot] Oct 26, 2023
37ef601
fix(snapshot): grant execution permissions to the snapshot dir for th…
mergify[bot] Oct 29, 2023
2160501
chore(store): bump iavl to final v1 (#18308)
tac0turtle Oct 30, 2023
1788e32
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.2 to 0…
dependabot[bot] Oct 31, 2023
3595581
chore: prep store v1.0.0 (#18318)
tac0turtle Nov 1, 2023
d73199f
fix(client/v2): set context for queries (backport #18323) (#18326)
mergify[bot] Nov 1, 2023
4fed739
build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 (#18340)
dependabot[bot] Nov 2, 2023
d2987a5
feat(grpcrouter): add hybrid query handler (backport #17921) (#18339)
mergify[bot] Nov 2, 2023
680f4c0
feat(x/gov): implement a minimum amount per deposit (backport #18146)…
mergify[bot] Nov 2, 2023
7907810
docs: adding some missing parenthesis (backport #18344) (#18346)
mergify[bot] Nov 2, 2023
f6d4b2e
refactor(x/group): check the new admin address when updating the grou…
mergify[bot] Nov 3, 2023
7843204
feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (back…
mergify[bot] Nov 3, 2023
e83a200
fix(client/v2): fix marshalling of queries with any (backport #18309)…
mergify[bot] Nov 3, 2023
57637f7
docs: clarify cosmovisor doc (backport #18359) (#18370)
mergify[bot] Nov 6, 2023
1313c0e
fix(client/v2): fix short command description if not set and skip uns…
mergify[bot] Nov 6, 2023
d1f41e5
build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 (#18386)
dependabot[bot] Nov 7, 2023
5bed3ae
fix: deterministic protov2 marshal (backport #18403) (#18406)
mergify[bot] Nov 7, 2023
e36a25c
chore: prepare v0.50.0 release notes and changelog (#18191)
julienrbrt Nov 7, 2023
9814f68
chore: tagged the wrong branch (backport #18407) (#18408)
mergify[bot] Nov 7, 2023
2bad2b5
chore: prepare v0.50 module tags (#18409)
julienrbrt Nov 7, 2023
52aabff
chore: bump tagged modules in simapp v0.50 (#18410)
julienrbrt Nov 7, 2023
445f10d
feat: Wait shutdown-grace-seconds to flush async db writes to disk (b…
mergify[bot] Nov 10, 2023
2b42efc
refactor(x/gov): refactor `q gov proposer` (backport #18025) (#18432)
mergify[bot] Nov 10, 2023
8f25a61
feat: add base64 Pubkeys from cli (backport #17639) (#18434)
mergify[bot] Nov 10, 2023
b93bdea
feat: add debug cmd for application codec types (backport #18219) (#1…
mergify[bot] Nov 10, 2023
dc30a6a
feat(version): Add extraInfo to version cmd (backport #18063) (#18437)
mergify[bot] Nov 10, 2023
ec8992d
refactor(x/upgrade): configure go-getter (backport #18470) (#18474)
mergify[bot] Nov 15, 2023
50fb4fa
docs(client/v2): Update README.md - Update Broken Link (backport #184…
mergify[bot] Nov 16, 2023
2e48b8e
docs: avoid copying non existent files & counter readme (backport #18…
mergify[bot] Nov 16, 2023
aaa56b8
chore: remove uneeded pr review action (backport #18488) (#18489)
mergify[bot] Nov 16, 2023
d367589
fix: fix docs script (#18491)
tac0turtle Nov 16, 2023
27320cb
fix: pass FinalizeBlock request and response to ABCIListener (backpor…
mergify[bot] Nov 16, 2023
42c741a
refactor(simapp,confix): change example of custom app.toml extension …
mergify[bot] Nov 17, 2023
514ef91
fix(client/tx): simulate with correct pk (backport #18472) (#18502)
mergify[bot] Nov 17, 2023
1b517b0
feat(server): cmd flag to disable colored logs (backport #18478) (#18…
mergify[bot] Nov 19, 2023
ffa3060
build(deps): Bump github.com/cometbft/cometbft from 0.38.0 to 0.38.1 …
dependabot[bot] Nov 20, 2023
aa427cd
fix(server): properly parse multiple gas config (backport #18537) (#1…
mergify[bot] Nov 22, 2023
ab80e48
build(deps): Bump github.com/cometbft/cometbft from 0.38.1 to 0.38.2 …
dependabot[bot] Nov 27, 2023
67fecca
fix(baseapp): allow empty consensus params (backport #18531) (#18577)
mergify[bot] Nov 28, 2023
20337d9
fix: prevent nil lastcommitid hash (#18563)
tac0turtle Nov 28, 2023
34899c8
chore: update store/v1 changelog (#18581)
tac0turtle Nov 28, 2023
cfc2a33
build(deps): Bump cosmossdk.io/store from 1.0.0 to 1.0.1 (#18590)
julienrbrt Nov 29, 2023
3611662
refactor(codec/unknownproto): use official descriptorpb types, do not…
mergify[bot] Nov 29, 2023
5051495
fix(x/auth): Add fees on batch sign (backport #18564) (#18592)
mergify[bot] Nov 30, 2023
5146593
docs: fix typos in UPGRADING.md (backport #18613) (#18614)
mergify[bot] Dec 3, 2023
379114d
build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.9.0…
dependabot[bot] Dec 4, 2023
fe7a3ec
build(deps): Bump github.com/cometbft/cometbft-db from 0.9.0 to 0.9.1…
dependabot[bot] Dec 5, 2023
c95ebb6
fix(baseapp)!: postHandler should run regardless of result (backport …
mergify[bot] Dec 6, 2023
4459865
chore: typos fix (backport #18642) (#18645)
mergify[bot] Dec 6, 2023
455b0be
fix(baseapp): protocompat.go gogoproto.Merge does not work with cust…
mergify[bot] Dec 8, 2023
ea9de8a
chore: prepare v0.50.2 (#18639)
julienrbrt Dec 8, 2023
cddc197
feat(telemetry): enable `statsd` and `dogstatsd` telemetry sinks (bac…
mergify[bot] Dec 10, 2023
d8fb76d
build(deps): bump to latest tagged modules in simapp (#18681)
julienrbrt Dec 11, 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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
44 changes: 0 additions & 44 deletions .build.sh

This file was deleted.

80 changes: 40 additions & 40 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
Language: Proto
# BasedOnStyle: LLVM
Language: Proto
BasedOnStyle: Google
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Right
AlignOperands: true
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
Expand All @@ -20,19 +20,19 @@ AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterClass: false
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
Expand All @@ -44,39 +44,39 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 120
CommentPragmas: '^ IWYU pragma:'
ColumnLimit: 120
CommentPragmas: "^ IWYU pragma:"
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
ForEachMacros:
ForEachMacros:
- foreach
- Q_FOREACH
- BOOST_FOREACH
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: ".*"
Priority: 1
IncludeIsMainRegex: "(Test)?$"
IndentCaseLabels: false
IndentPPDirectives: None
IndentWidth: 2
IndentWidth: 2
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
MacroBlockBegin: ""
MacroBlockEnd: ""
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCBlockIndentWidth: 2
Expand All @@ -90,27 +90,27 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
RawStringFormats:
RawStringFormats:
- Delimiters:
- pb
Language: TextProto
BasedOnStyle: google
ReflowComments: true
SortIncludes: true
- pb
Language: TextProto
BasedOnStyle: Google
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInAngles: false
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 8
UseTab: Never
...
Standard: Cpp11
TabWidth: 8
UseTab: Never
---

59 changes: 0 additions & 59 deletions .codecov.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .deepsource.toml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# NOTE: Order is important; the last matching pattern takes the
# most precedence.
# NOTE: Order is important; the last matching pattern takes the most precedence

# Primary repo maintainers

* @cosmos/sdk-core-dev

# CODEOWNERS for docs configuration

/docs/docusaurus.config.js @julienrbrt @tac0turtle
/docs/sidebars.js @julienrbrt @tac0turtle
/docs/pre.sh @julienrbrt @tac0turtle
/docs/post.sh @julienrbrt @tac0turtle
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Bug Report
about: Create a report to help us squash bugs!

title: "[Bug]: "
labels: "T:Bug"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand All @@ -27,12 +28,3 @@ through the appropriate channels won't receive any bounty.
## Steps to Reproduce

<!-- What commands in order should someone run to reproduce your problem? -->

____

## For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/epics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Epic
about: Create an epic/user
title: "[Epic]: "
labels: T:Epic
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Summary

<!-- Short, concise description of the proposed feature/changes to the repository
What are the user needs?
How could this solution fix the user facing problem? -->

## Problem Definition

<!-- Why do we need this feature?
What problems may be addressed by introducing this feature?
What benefits does the SDK stand to gain by including this feature?
Are there any disadvantages of including this feature? -->

## Work Breakdown

<!-- Break the work into many bullet points that will later be turned into issues that can be assigned to developers to work on
This work may been to be broken up into phases of work in order to better organize when and how things get done. -->
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Feature Request
about: Create a proposal to request a feature

title: "[Feature]: "
labels: T:feature-request
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand All @@ -25,12 +26,3 @@ Are there any disadvantages of including this feature? -->
## Proposal

<!-- Detailed description of requirements of implementation -->

____

#### For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/module-readiness-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The module **should not** be included in any Release Candidate tag until it has

- [ ] API audit (at least 1 person) (@assignee)
- [ ] Are Msg and Query methods and types well-named and organized?
- [ ] Is everything well documented (inline godoc as well as [`/spec/` folder](https://github.com/cosmos/cosmos-sdk/blob/main/docs/spec/SPEC-SPEC.md) in module directory)
- [ ] Is everything well documented (inline godoc as well as the spec [README.md](https://github.com/cosmos/cosmos-sdk/blob/main/docs/spec/SPEC-SPEC.md) in module directory)
- [ ] State machine audit (at least 2 people) (@assignee1, @assignee2)
- [ ] Read through MsgServer code and verify correctness upon visual inspection
- [ ] Ensure all state machine code which could be confusing is properly commented
Expand Down
Loading
Loading