Commit Graph
11808 Commits
Author SHA1 Message Date
fe37dfba5e docs(x/authz): update grant docs (backport #21677) (#21700)
Co-authored-by: Eric Mokaya <4112301+ziscky@users.noreply.github.com>
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-09-13 11:13:08 +05:30
ef8a575d7f docs(client/debug): correct debug raw-bytes command example (backport #21671) (#21676)
Co-authored-by: lilasxie <thanklilas@163.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-12 08:06:28 +00:00
63a535e8d2 docs(client/debug): correct and improve debug pubkey-raw command example (backport #21594) (#21600)
Co-authored-by: lilasxie <thanklilas@163.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-09 08:29:51 +00:00
mergify[bot] dad56e1c65 docs(x/evidence): fix evidence module subcommands help message (backport #21589) (#21592) 2024-09-09 08:50:50 +02:00
Julien Robert f516a1eb7c build(deps): bump iavl in cosmossdk.io/store 1.1.x (#21574) 2024-09-06 12:37:35 +02:00
e89009eac5 fix(mempool): data race in mempool prepare proposal handler (backport #21413) (#21541)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-05 07:25:12 +00:00
c8aec4d15e feat(x/genutil): bulk add genesis accounts (backport #21372) (#21544)
Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
Co-authored-by: Reece Williams <reecepbcups@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-04 19:27:47 +00:00
d0c8d675d7 build(deps): Bump github.com/cometbft/cometbft from 0.38.11 to 0.38.12 (#21535)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-04 16:53:31 +02:00
11039b7932 fix(types/mempool): fix slice init length (backport #21494) (#21519)
Co-authored-by: dropbigfish <fillfish@foxmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-03 14:25:20 +00:00
1ca62cb9d0 fix(x/consensus)!: update cons params parsing checks (backport #21484) (#21493)
Co-authored-by: MSalopek <matija.salopek994@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-02 12:29:06 +02:00
8c9152d9c6 fix(baseapp): preblock events are not emmitted correctly (backport #21444) (#21458)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-30 19:53:57 +00:00
dependabot[bot]andgithub-actions f2b1a522a5 build(deps): Bump github.com/cosmos/ics23/go from 0.10.0 to 0.11.0 (#21473)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-30 07:56:46 +00:00
mergify[bot]andJulien Robert f3b34fdd56 feat(x/bank): add origin address in event multisend (backport #21460) (#21465)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-29 15:14:21 +00:00
mergify[bot]andKI 2f81f5c40a docs: fix outdated link (backport #21397) (#21400)
Co-authored-by: KI <KIVIKY@protonmail.com>
2024-08-26 10:07:30 +00:00
dependabot[bot]andgithub-actions 73215a9f83 build(deps): Bump cosmossdk.io/log from 1.4.0 to 1.4.1 (#21351)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-19 09:38:30 +02:00
mergify[bot]andJulien Robert e3c64e3adf docs: rename app v2 to app di when talking about runtime v0 (backport #21329) (#21335)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-17 09:25:42 +00:00
Julien Robert e37404dce3 chore: bring in core v0.11.x (v0.50 compatible) to v0.50 (#21298) 2024-08-16 12:16:41 +02:00
624fe4a027 fix(baseapp)!: Halt at height now does not produce the halt height block (backport #21256) (#21323)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-08-16 11:16:30 +02:00
dependabot[bot]andgithub-actions 2f49e9e120 build(deps): Bump github.com/cosmos/gogoproto from 1.6.0 to 1.7.0 (#21294)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-14 09:38:49 +02:00
7306552f44 feat(confix): allow customization of migration plan (backport #21202) (#21268)
Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-13 18:37:34 +02:00
dependabot[bot]andgithub-actions f7ee7006f1 build(deps): Bump github.com/cometbft/cometbft from 0.38.10 to 0.38.11 (#21264)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-13 11:40:29 +02:00
8c5f521735 feat: module hash by height query (backport #20779) (#21247)
Co-authored-by: Adam Tucker <adam@osmosis.team>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-08-10 08:32:16 +00:00
dependabot[bot]andgithub-actions 057cd3bc76 build(deps): Bump github.com/cosmos/gogoproto from 1.5.0 to 1.6.0 (#21234)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-09 08:47:46 +02:00
Marko 156231be8a chore: backport NewMemStoreService method (#21212) 2024-08-08 09:53:41 +02:00
dependabot[bot]andgithub-actions 1cde7541b7 build(deps): Bump cosmossdk.io/log from 1.3.1 to 1.4.0 (#21209)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-08 09:02:12 +02:00
mergify[bot]andJulien Robert 8bfcf55427 ci: attempt to fix goreleaser (backport #21194) (#21196)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-07 10:35:19 +02:00
Julien Robert 16d3025d81 chore: prepare v0.50.9 (#21163) 2024-08-07 09:37:37 +02:00
3f6796fba4 fix(baseapp): return events from preblocker in FinalizeBlockResponse (backport #21159) (#21162)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-08-06 09:36:14 +00:00
dependabot[bot]andgithub-actions 3fc80745ee build(deps): Bump cosmossdk.io/x/tx from 0.13.3 to 0.13.4 (#21170)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-05 10:47:42 +02:00
Julien Robert a565daad48 chore: bring in v0.13.x x/tx in release/v0.50.x (#21158) 2024-08-02 13:23:53 +02:00
31ef899f4c docs: Fix cli usage examples (backport #21150) (#21154)
Co-authored-by: Christoph Otter <chipshort@tutanota.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-01 14:58:53 +00:00
ffd569672c fix(simapp): concurrent map writes when calling GetSigners (backport #21073) (#21130)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-08-01 16:20:17 +02:00
91d412cc7d feat: check latest block if no arg in q block and q block-results (backport #21084) (#21111)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-07-30 10:15:39 +02:00
e135030273 fix(runtime): remove appv1alpha1.Config from runtime (backport #21042) (#21080)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-26 09:08:39 +00:00
Julien Robert 070271939d feat: use depinject v1.0.0 (#21000) 2024-07-23 10:42:13 +02:00
Facundo Medica 564cc4d370 fix(crypto): revert #20438 (#21019) 2024-07-22 16:08:40 +02:00
mergify[bot]andson trinh eb71828960 fix: NewIntegrationApp does not write default genesis to state (backport #21006) (#21008)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-07-21 19:53:57 +02:00
mergify[bot] 7d0d59da69 fix(client/grpc): node.NewQueryServer method not setting cfg (backport #20969) (#20973) 2024-07-17 13:27:36 +02:00
mergify[bot]andJulien Robert 451683bc83 fix(client/v2): use (PREFIX)_HOME instead of NODE_HOME (backport #20964) (#20970)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-17 12:46:13 +02:00
dependabot[bot]andgithub-actions 28721bce03 build(deps): Bump github.com/cometbft/cometbft from 0.38.9 to 0.38.10 (#20960)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-16 10:29:55 +02:00
711d86a691 fix: include pagination.key at reverse mode (backport #20939) (#20954)
Co-authored-by: beer-1 <147697694+beer-1@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-15 14:40:46 +00:00
Julien Robert d975e0160c chore(simapp): use tagged version (#20951) 2024-07-15 12:43:27 +02:00
Julien Robert c64d101080 chore: prepare v0.50.8 (#20910) 2024-07-15 11:45:35 +02:00
698627016d fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (backport #17911) (#20909)
Co-authored-by: Chenqun Lu <luchenqun@qq.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-11 08:28:37 +00:00
c51f58c799 fix(simulation): fix the problem of validator set is empty after InitGenesis in simulation test (backport #18196) (#20897)
Co-authored-by: Chenqun Lu <luchenqun@qq.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-05 16:01:19 +02:00
dependabot[bot]andgithub-actions 1c16683b58 build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 (#20836)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-02 09:12:34 +02:00
dependabot[bot]andgithub-actions ba5b444dd1 build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 (#20805)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-28 10:22:08 +02:00
mergify[bot]andJulien Robert e4c342eb99 feat: parse home flag earlier (backport #20771) (#20777)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-25 20:04:23 +00:00
mergify[bot] 0e6db14834 docs(x/group): orm codespace comment (backport #20749) (#20751) 2024-06-23 11:15:24 +00:00
mergify[bot]andJulien Robert 5d349c2661 feat(client/v2): get keyring from context (backport #19646) (#20727)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-19 20:39:31 +00:00