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

feat: v0.50.x neutron #25

Merged
merged 1,632 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1632 commits
Select commit Hold shift + click to select a range
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
14bc239
feat(x/gov): better gov genesis validation (backport #18707) (#18711)
mergify[bot] Dec 13, 2023
e284927
docs: add ante precision (backport #18709) (#18729)
mergify[bot] Dec 13, 2023
3fa3e06
fix(x/auth): remove misleading gas wanted value from tx simulation fa…
mergify[bot] Dec 18, 2023
3ea39a3
docs: add index page for learn section (backport #18777) (#18778)
mergify[bot] Dec 18, 2023
7a43e49
fix(baseapp): Reset GasMeter before deliverTX (backport #18714) (#18774)
mergify[bot] Dec 18, 2023
532d389
docs: fix for links (backport #18816) (#18818)
mergify[bot] Dec 19, 2023
46ac36b
docs: add abci docs for 0.50 (#18820)
samricotta Dec 19, 2023
314198b
build(deps): Bump cosmossdk.io/x/tx from 0.12.0 to 0.13.0 (#18839)
dependabot[bot] Dec 20, 2023
0930b39
feat(client): add `WithFromName` to tx factory (backport #18852) (#18…
mergify[bot] Dec 21, 2023
52c3db2
fix(baseapp): introduce mutex to state (backport #18846) (#18863)
mergify[bot] Dec 22, 2023
23b78d9
perf: Speedup coins.Sort() when coins is of length 1 (backport #18875…
mergify[bot] Dec 23, 2023
f3e18df
perf: Speedup DecCoin.Sort() when coins is of length 1 (backport #188…
mergify[bot] Dec 26, 2023
f08c8cc
fix(store/v1): Do not panic on prune in `Commit` (#18897)
itsdevbear Dec 27, 2023
96a33dd
fix: Dedup Vote Extensions in `ValidateVoteExtensions` (backport #188…
mergify[bot] Dec 27, 2023
25a7ac6
chore(store): add changelog for 18897 (#18903)
tac0turtle Dec 27, 2023
3518df2
fix(abci): add ExecModeVerifyVoteExtension (backport #18915) (#18932)
mergify[bot] Jan 3, 2024
336adf7
fix(config): metrics (backport #18936) (#18940)
mergify[bot] Jan 4, 2024
b2c506b
refactor(client/keys): `keys show` command help message (backport #18…
mergify[bot] Jan 6, 2024
2a0e4a1
test: add NodeURI for clientCtx (backport #18930) (#18987)
mergify[bot] Jan 9, 2024
7f1a2b3
chore: clean-up buf workspace (backport #18993) (#18997)
mergify[bot] Jan 10, 2024
fe4b58b
fix(testutil): fix FreeTCPAddr localhost usage (backport #18996) (#18…
mergify[bot] Jan 10, 2024
2a199f5
feat(x/bank): adding DenomOwnersByQuery for denom owners for token (b…
mergify[bot] Jan 10, 2024
b3ec532
chore: prepare v0.50.3 (#19009)
julienrbrt Jan 10, 2024
c0beb19
refactor(client/v2): use address codec instead of global (backport #1…
mergify[bot] Jan 11, 2024
8ac0492
feat(gRPC): Add halt-height to gRPC Node Config Query (backport #1904…
mergify[bot] Jan 13, 2024
3e9a3e9
feat: Add signer extraction adapter to prio-nonce mempool (backport #…
mergify[bot] Jan 15, 2024
7e6948f
fix(baseapp): nil check in posthandler events (backport #19058) (#19067)
mergify[bot] Jan 15, 2024
19d9d84
chore(confix): update `<simd> config` subcommand description (backpor…
mergify[bot] Jan 16, 2024
60c6d9b
fix(x/gov): check right params (backport #19102) (#19104)
mergify[bot] Jan 18, 2024
3897926
fix(client/v2): resolve keyring flags properly (backport #19060) (#19…
mergify[bot] Jan 18, 2024
396be81
fix: allow empty public keys when setting signatures (backport #19106…
mergify[bot] Jan 19, 2024
d0c414e
refactor(server): use bootstrap api from comet (backport #17899) (#1…
mergify[bot] Jan 19, 2024
904d5e7
docs: vote-extensions link in UPGRADING.md (backport #19155) (#19157)
mergify[bot] Jan 22, 2024
30b86c1
build(deps): Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.4 …
dependabot[bot] Jan 23, 2024
9bfc163
docs: fix typo in 06-grpc_rest.md (backport #19192) (#19193)
mergify[bot] Jan 23, 2024
e5a9e11
fix(OE): Remove usage of pointer in logs (backport #19198) (#19201)
mergify[bot] Jan 24, 2024
8dcd61b
fix(baseapp): ensure ABCI listeners always run in FinalizeBlock (back…
mergify[bot] Jan 24, 2024
bdbd2b0
refactor(client/v2,simapp): align and simplify sign mode wiring (back…
mergify[bot] Jan 24, 2024
861a7d7
build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 …
dependabot[bot] Jan 25, 2024
0abf94a
fix(ve): Ensure that sdk side ve math matches `cometbft` (backport #1…
mergify[bot] Jan 25, 2024
c4a2fe2
fix: skip same-sender non-sequential sequence and then add others txs…
mergify[bot] Jan 26, 2024
a4bd708
test(baseapp): Refactor tx selector tests + better comments (backpor…
mergify[bot] Jan 30, 2024
d2f9634
fix(simapp): home flag is not respected (backport #18994) (#19297)
mergify[bot] Jan 30, 2024
2b47327
fix: Set headerInfo in context on setState (backport #19338) (#19342)
mergify[bot] Feb 5, 2024
859b414
build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (#19358)
dependabot[bot] Feb 6, 2024
e738785
fix: avoid cli redundant log in stdout (backport #19371) (#19375)
mergify[bot] Feb 7, 2024
fe2f853
fix(simapp): fix default home (backport #19393) (#19399)
mergify[bot] Feb 12, 2024
c122a3d
feat(server): in-place testnet creator (backport #19280) (#19405)
mergify[bot] Feb 15, 2024
aef27e3
chore: prepare v0.50.4 (#19432)
julienrbrt Feb 18, 2024
cc0b5c4
build(deps): bump to cosmossdk.io/api v0.7.3 (#19376)
julienrbrt Feb 19, 2024
55807a2
build(deps): Bump github.com/cosmos/iavl from 1.0.0 to 1.0.1 (#19464)
dependabot[bot] Feb 19, 2024
18ea4c5
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to…
dependabot[bot] Feb 19, 2024
7dbed2f
Merge pull request from GHSA-4j93-fm92-rp4m
julienrbrt Feb 19, 2024
aba4e2d
fix: in-place-testnet edgecases (backport #19516) (#19526)
mergify[bot] Feb 23, 2024
def228d
fix(simapp): typo in GetStoreKeys (#19544)
yihuang Feb 24, 2024
3dcf24e
build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#19562)
dependabot[bot] Feb 26, 2024
a8b5e7f
fix(depinject): Authtx was not accepting custom signers (backport #19…
mergify[bot] Feb 26, 2024
fcfc099
build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0 to 1.0.2 (#1…
dependabot[bot] Feb 26, 2024
9d0653a
bank hooks
pr0n00gler Feb 26, 2024
8efae68
Merge branch 'neutron' into release/v0.50.x-neutron
pr0n00gler Feb 26, 2024
c21c824
Merge pull request from GHSA-86h5-xcpx-cfqc
catShaark Feb 27, 2024
e7bea5f
ci: run test pipeline on merge v0.50 branch (#19582)
julienrbrt Feb 27, 2024
b118a0a
fix(staking): fix impossible conditions (#19621)
GAtom22 Mar 1, 2024
515bd8d
docs: add section on creating a testnets from mainnet exports (backpo…
mergify[bot] Mar 5, 2024
09a49fe
build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665)
dependabot[bot] Mar 6, 2024
2abd2ec
feat(client/v2): marshal enum as string (#19653)
julienrbrt Mar 6, 2024
f9041cd
refactor(x/auth): allow empty public keys for GetSignBytesAdapter (ba…
mergify[bot] Mar 7, 2024
3382e8e
fix(types): check for HasABCIGenesis in CoreAppModuleBasicAdaptor (#1…
julienrbrt Mar 8, 2024
6689e36
build(deps): Bump deps (backport #19655) (#19711)
mergify[bot] Mar 11, 2024
4467110
Merge pull request from GHSA-95rx-m9m5-m94v
nivasan1 Mar 11, 2024
f055cde
feat(baseapp): add option to disable block gas meter (#19626)
yihuang Mar 11, 2024
c382225
feat(x/distribution): add rewards-by-validator autocli config (backpo…
mergify[bot] Mar 11, 2024
a877c47
fix(x/gov): grpc query tally for failed proposal (backport #19725) (#…
mergify[bot] Mar 12, 2024
a321866
chore: prepare v0.50.5 (#19715)
julienrbrt Mar 12, 2024
b8659ae
fix(crypto): error if incorrect ledger public key (backport #19691) (…
mergify[bot] Mar 13, 2024
6977c22
build(deps): Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.6 …
dependabot[bot] Mar 14, 2024
9a59234
fix: align signer extraction adapter for mempool remove (backport #19…
mergify[bot] Mar 18, 2024
0df2902
fix(x/upgrade): Stop treating inline JSON as a URL (backport #19706) …
mergify[bot] Mar 18, 2024
1ad7fad
fix(client/v2): fix comment parsing (backport #19377) (#19777)
mergify[bot] Mar 19, 2024
ff30f6e
build(deps): Bump github.com/cosmos/iavl from 1.0.1 to 1.1.1 in store…
dependabot[bot] Mar 20, 2024
a6c7aa5
chore(store): add release date (#19797)
tac0turtle Mar 20, 2024
87ad797
build(deps): Bump github.com/cosmos/gogoproto from 1.4.11 to 1.4.12 (…
dependabot[bot] Mar 21, 2024
a0faab3
feat(x/gov): emit proposer address in submit proposal event (backport…
mergify[bot] Mar 24, 2024
9c53142
feat(x/gov): emit depositor in `proposal_deposit` event (backport #19…
mergify[bot] Mar 25, 2024
d78edac
reuse fromAddrString (minor cleanup) (#19881)
yihuang Mar 27, 2024
8641cd2
feat(client): replace `event-query-tx-for` with `wait-tx` (backport #…
mergify[bot] Mar 27, 2024
7b35e36
feat(server): add custom start handler (backport #19854) (#19884)
mergify[bot] Mar 28, 2024
405471b
build(deps): Bump cosmossdk.io/store from 1.0.2 to 1.1.0 (#19810)
dependabot[bot] Mar 28, 2024
f63e5fd
docs(x/mint): Fix inconsistency in mint docs (backport #19915) (#19925)
mergify[bot] Apr 3, 2024
4b71767
build(deps): Bump github.com/cosmos/iavl from 1.1.1 to 1.1.2 (#19985)
dependabot[bot] Apr 10, 2024
525b720
fix(client/v2): add encoder for `cosmos.base.v1beta1.DecCoin` (backpo…
mergify[bot] Apr 10, 2024
f76c659
fix(mempool): use no-op mempool as default (backport #19970) (#20008)
mergify[bot] Apr 11, 2024
974a24c
feat: Conditionally emit metrics based on enablement (backport #19903…
mergify[bot] Apr 12, 2024
452632f
fix(x/bank): align query with multi denoms for send-enabled (backport…
mergify[bot] Apr 12, 2024
521ebe5
fix: Implement gogoproto customtype to secp256r1 keys (backport #2002…
mergify[bot] Apr 13, 2024
741b01c
fix(client/v2): respect output format from client ctx (backport #2003…
mergify[bot] Apr 15, 2024
d6a0fa1
build(deps): Bump cosmossdk.io/x/tx from 0.13.1 to 0.13.2 (#20042)
dependabot[bot] Apr 15, 2024
dafcc78
feat(x/bank): support depinject for send restrictions (backport #2001…
mergify[bot] Apr 15, 2024
d603e54
Merge commit 'a32186608aab0bd436049377ddb34f90006fcbf7' into release/…
pr0n00gler Apr 16, 2024
9941498
fix(baseapp): don't share global gas meter in tx execution (backport …
mergify[bot] Apr 16, 2024
49c3ae6
fix: secp256r1 json missing quotes (backport #20060) (#20069)
mergify[bot] Apr 17, 2024
a2abf1a
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to…
dependabot[bot] Apr 19, 2024
2a32f42
feat(client/v2): implement version filtering using annotation (backpo…
mergify[bot] Apr 19, 2024
4bd0e02
chore: prepare v0.50.6 (#19998)
julienrbrt Apr 21, 2024
0a682f7
fix: use timestamp for sim log file name (backport #20108) (#20111)
mergify[bot] Apr 21, 2024
fcb9d84
fix(x/authz,x/feegrant): check blocked address (#20102)
julienrbrt Apr 21, 2024
c4d9a49
chore: update v0.50.6 release notes (#20124)
julienrbrt Apr 22, 2024
a42a85a
build(deps): bump sdk in modules (#20126)
julienrbrt Apr 22, 2024
3437fd5
docs(gas/fees): Update block gas documentation (backport #20128) (#20…
mergify[bot] Apr 22, 2024
7828a00
fix(baseapp): avoid header height overwrite block height (backport #2…
mergify[bot] Apr 22, 2024
ad8c205
docs: fix broken link (backport #20133) (#20138)
mergify[bot] Apr 22, 2024
bb9f451
build(deps): bump modules in simapp (#20137)
julienrbrt Apr 22, 2024
d4896c2
build(deps): Bump cosmossdk.io/x/tx from 0.13.2 to 0.13.3 (#20152)
dependabot[bot] Apr 23, 2024
016389c
docs: add authz reference info in the circuit antehandler (backport #…
mergify[bot] Apr 23, 2024
66ac784
fix(testsuite/sims): set all signatures (backport #20151) (#20185)
mergify[bot] Apr 25, 2024
f74c0e9
build(deps): Bump github.com/cometbft/cometbft from 0.38.6 to 0.38.7 …
dependabot[bot] Apr 29, 2024
a65c2f7
fix(server): bootstrap-state command can't parse latest genesis forma…
mergify[bot] Apr 29, 2024
8ffc807
fix: remove txs from mempool when antehandler fails in recheck (backp…
mergify[bot] May 2, 2024
bd886bb
feat(baseapp): expose grpc query router via depinject. (#20264)
julienrbrt May 3, 2024
b4c82b1
Merge commit 'c4d9a495052b78a02723ed1df1d336efe83a4e8d' into release/…
pr0n00gler May 8, 2024
a2d3b2a
feat(client/v2): override short description in generated command (bac…
mergify[bot] May 9, 2024
9f8e3a5
feat(runtime): Add missing NewTransientStoreService (backport #20261)…
mergify[bot] May 9, 2024
3904228
fix: allow tx decoding to fail in GetBlockWithTxs (backport #20323) (…
mergify[bot] May 9, 2024
5d5e2d0
fix(client/v2): correctly check subcommand short descriptions (backpo…
mergify[bot] May 10, 2024
b696f7a
build(deps): Bump cosmossdk.io/api from 0.7.4 to 0.7.5 (#20338)
dependabot[bot] May 10, 2024
5b6045c
style: Fix gov query proposals examples syntax (backport #20353) (#20…
mergify[bot] May 12, 2024
08fdfec
feat(client): add consensus address for debug cmd (backport #20328) (…
mergify[bot] May 13, 2024
83747c5
feat(client): overwrite client context instead of setting new one (ba…
mergify[bot] May 14, 2024
b99ca2c
fix: correctly assign `execModeSimulate` to context for `simulateTx` …
mergify[bot] May 17, 2024
2ca9873
docs: update diagram to be shown properly (backport #20454) (#20460)
mergify[bot] May 27, 2024
5545d45
docs: fix note blocks display failure (backport #20457) (#20459)
mergify[bot] May 27, 2024
443f153
docs: update link contents (backport #20437) (#20462)
mergify[bot] May 27, 2024
d180df8
fix(x/consensus): harden consensus params proposal (#20381)
tac0turtle May 28, 2024
9cfb349
docs: add docs on permissions (backport #20526) (#20527)
mergify[bot] Jun 3, 2024
9313b0f
chore(x/upgrade): bump vulnerable `go-getter` library (#20530)
julienrbrt Jun 3, 2024
62212df
chore: prepare v0.50.7 (#20475)
julienrbrt Jun 4, 2024
c6481e4
Merge commit '62212dfc04b3790f3cc052cdc2fb757b32ca97d0' into release/…
pr0n00gler Jun 4, 2024
94d97cc
Merge branch 'neutron' into release/v0.50.x-neutron
pr0n00gler Jun 10, 2024
0be2cd2
fix lint
pr0n00gler Jun 10, 2024
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
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .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 Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/epics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Epic
about: Create an epic/user

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

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
3 changes: 2 additions & 1 deletion .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 Down
39 changes: 20 additions & 19 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
* [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
* [ ] added `!` to the type prefix if API or client breaking change
* [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
* [ ] provided a link to the relevant issue or specification
* [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
* [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
* [ ] added a changelog entry to `CHANGELOG.md`
* [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
* [ ] updated the relevant documentation or specification
* [ ] reviewed "Files changed" and left comments if necessary
* [ ] run `make lint` and `make test`
* [ ] confirmed all CI checks have passed

### Reviewers Checklist

Expand All @@ -40,11 +41,11 @@ your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
* [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
* [ ] confirmed `!` in the type prefix if API or client breaking change
* [ ] confirmed all author checklist items have been addressed
* [ ] reviewed state machine logic
* [ ] reviewed API design and naming
* [ ] reviewed documentation is accurate
* [ ] reviewed tests and test coverage
* [ ] manually tested (if applicable)
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Closes: #XXXX
<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->

<!-- Pull requests that sit inactive for longer than 30 days will be closed. -->
---

### Author Checklist
Expand Down
161 changes: 153 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
directory: "/"
schedule:
interval: daily
time: "01:00"

- package-ecosystem: npm
directory: "/docs"
Expand All @@ -20,90 +21,234 @@ updates:
directory: "/"
schedule:
interval: daily
time: "01:05"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/simapp"
schedule:
interval: daily
time: "01:10"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/tests"
schedule:
interval: daily
interval: weekly
day: monday
time: "01:15"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: weekly
day: tuesday
time: "01:20"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/orm"
schedule:
interval: weekly
day: wednesday
time: "01:25"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/core"
schedule:
interval: weekly
day: thursday
time: "01:30"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/depinject"
schedule:
interval: weekly
day: friday
time: "01:35"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/errors"
schedule:
interval: weekly
day: monday
time: "01:40"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/math"
schedule:
interval: weekly
day: tuesday
time: "01:45"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/client/v2"
schedule:
interval: weekly
day: wednesday
time: "01:50"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/x/tx"
schedule:
interval: weekly
day: thursday
time: "01:55"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/tools/cosmovisor"
schedule:
interval: weekly
day: friday
time: "02:00"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/depinject"
directory: "/tools/confix"
schedule:
interval: weekly
day: tuesday
time: "02:10"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/errors"
directory: "/tools/hubl"
schedule:
interval: weekly
day: thursday
time: "02:15"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/math"
directory: "/collections"
schedule:
interval: weekly
day: friday
time: "02:20"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/client/v2"
directory: "/x/nft"
schedule:
interval: weekly
day: monday
time: "02:25"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/x/circuit"
schedule:
interval: weekly
day: tuesday
time: "02:30"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "/tx"
directory: "x/feegrant"
schedule:
interval: weekly
day: wednesday
time: "02:35"
labels:
- "A:automerge"
- dependencies

- package-ecosystem: gomod
directory: "/tools/rosetta"
directory: "/x/evidence"
schedule:
interval: weekly
day: thursday
time: "02:40"
labels:
- "A:automerge"
- dependencies
- dependencies
- package-ecosystem: gomod
directory: "/store"
schedule:
interval: weekly
day: friday
time: "02:45"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "x/upgrade"
schedule:
interval: weekly
day: monday
time: "02:50"
labels:
- "A:automerge"
- dependencies
- package-ecosystem: gomod
directory: "log"
schedule:
interval: weekly
day: tuesday
time: "02:55"
labels:
- "A:automerge"
- dependencies

# Dependencies should be up to date on release branch
- package-ecosystem: gomod
directory: "/"
target-branch: "release/v0.47.x"
schedule:
interval: daily
time: "03:00"
labels:
- "A:automerge"
- dependencies
- "testing-required"
allow:
- dependency-name: "github.com/cosmos/cosmos-sdk/*"
dependency-type: "all"
- dependency-name: "github.com/cosmos/*"
dependency-type: "all"
- dependency-name: "cosmossdk.io/*"
dependency-type: "all"

# Dependencies should be up to date on release branch
- package-ecosystem: gomod
directory: "/"
target-branch: "release/v0.50.x"
schedule:
interval: daily
time: "03:00"
labels:
- "A:automerge"
- dependencies
- "testing-required"
allow:
- dependency-name: "github.com/cosmos/cosmos-sdk/*"
dependency-type: "all"
- dependency-name: "github.com/cosmos/*"
dependency-type: "all"
- dependency-name: "cosmossdk.io/*"
dependency-type: "all"
2 changes: 2 additions & 0 deletions .github/issue_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
needs-triage: # if no label is set then set triage
- ''
Loading
Loading