Commit Graph

284 Commits

Author SHA1 Message Date
dependabot[bot]
44d6a55278
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.3 to 0.14.0 (#23031) 2024-12-20 07:28:44 +01:00
mergify[bot]
4abcefc19d
test: investigate test failure due to wal log (backport #22679) (#23011)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-19 18:52:43 +01:00
Julien Robert
57bcb144a8
chore: the great replace removal (release/v0.52.x) (3/3) (#22986) 2024-12-18 18:39:16 +01:00
Julien Robert
4b225cacb8
chore: the great replace removal + cl + release notes prep (release/v0.52.x) (2/3) (#22983) 2024-12-18 17:28:53 +01:00
Julien Robert
98acf3af8f
chore: the great replace removal (release/v0.52.x) (1/3) (#22977) 2024-12-18 13:01:43 +01:00
mergify[bot]
182dc41cb0
chore: package release prep (3/n) (backport #22929) (#22971)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-18 10:42:23 +01:00
dependabot[bot]
bf4f3c730d
build(deps): Bump github.com/cosmos/iavl from 1.3.2 to 1.3.3 (#22920)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-17 11:03:01 +01:00
mergify[bot]
3104dd1b51
chore: package release prep (2/n) (backport #22885) (#22910)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-16 21:38:49 +01:00
mergify[bot]
b740c7f341
chore: sync changelog to main + clean-up replaces (backport #22846) (#22860)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-13 09:48:49 +01:00
mergify[bot]
3ba671f0e8
chore(client/v2): sync client/v2 with main (backport #22493, #22817) (#22820)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-10 22:30:41 +01:00
mergify[bot]
9ec294a356
feat(indexer/postgres)!: add basic support for header, txs and events (backport #22695) (#22808)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-09 21:02:58 +01:00
mergify[bot]
10efb9c1b5
test(systemtests): fix export v2 (backport #22799) (#22806)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-09 16:57:51 +01:00
mergify[bot]
61865a6bd8
fix: prune cmd should disable async pruning (backport #22656) (#22756)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-04 14:28:18 +01:00
mergify[bot]
61691b5c2c
feat(indexer): add to modules and implement proto fields (backport #22544) (#22676)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-28 14:12:02 +01:00
mergify[bot]
7e68997d13
build(deps): bump cometbft to v1.0.0-rc2 (backport #22577) (#22678)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-28 13:11:52 +01:00
dependabot[bot]
3c34dedbcd
build(deps): Bump github.com/cosmos/iavl from 1.3.1 to 1.3.2 (#22664)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-27 11:21:56 +01:00
mergify[bot]
c8ef0ef3ff
fix: match comets bls implmentation (backport #22613) (#22621)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-22 13:15:11 +01:00
dependabot[bot]
adf5e1ee1f
build(deps): Bump cosmossdk.io/math from 1.3.0 to 1.4.0 (#22611)
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-11-21 09:17:27 +01:00
mergify[bot]
3fcdcae7cb
fix(server/v2/comebft): wire missing services + fix simulation (backport #21964) (#22555)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-19 16:24:50 +01:00
mergify[bot]
0083431ba9
feat(x/protocolpool)!: allow any coins in continuous funds (backport #21916) (#22512)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-18 11:30:03 +01:00
dependabot[bot]
12ac327eda
build(deps): Bump cosmossdk.io/log from 1.4.1 to 1.5.0 (#22490) 2024-11-13 11:41:42 +04:00
mergify[bot]
9a7ca00faf
refactor(server/v2): simplify genesis flow (partial backport #22435) (#22494)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-08 16:32:48 +01:00
mergify[bot]
cb32699c1f
build(deps): upgrade to iavl@v1.3.1 (backport #22436) (#22440)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-07 21:00:36 +01:00
dependabot[bot]
964b429f74
build(deps): Bump cosmossdk.io/x/tx from 1.0.0-alpha.1 to 1.0.0-alpha.2 (#22467)
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-11-07 13:45:49 +01:00
mergify[bot]
9642391dbc
fix(indexer): the issues during simapp v1 integration (backport #22413) (#22461)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-07 10:21:17 +01:00
mergify[bot]
535aa2f350
fix(simapp/v2): full AutoCLI support (backport #22410) (#22458)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-06 22:12:33 +01:00
mergify[bot]
878e306e23
feat(indexer): implement schema.HasModuleCodec interface in the bank module (backport #22349) (#22398)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-11-04 13:10:54 +01:00
dependabot[bot]
7f3242f7e6
build(deps): Bump cosmossdk.io/core from 1.0.0-alpha.4 to 1.0.0-alpha.5 (#22383) 2024-10-28 15:11:17 +04:00
dependabot[bot]
7df17f4671
build(deps): Bump cosmossdk.io/x/tx from 0.13.4-0.20241003111526-30003f667944 to 1.0.0-alpha.1 (#22330) 2024-10-22 20:03:20 +02:00
mergify[bot]
57a32ddc6c
test(systemtest): Fix prune & gov test (backport #22190) (#22196)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-11 09:34:57 +02:00
mergify[bot]
66b46f7edf
test: backport x/tx tests from #21825 (#22087)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-03 11:58:56 +00:00
mergify[bot]
c32c775238
chore(baseapp): fix api break latest schema (backport #21978) (#21983)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-30 12:29:57 +00:00
mergify[bot]
8b843727b0
refactor: simplify collected metrics (backport #21963) (#21967)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-28 19:22:10 +00:00
mergify[bot]
72f1c12ee6
feat(auth): allow BaseAccounts to be migrated to x/accounts (backport #21820) (#21863)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-24 07:19:19 +00:00
dependabot[bot]
0255823d3c
build(deps): Bump github.com/cometbft/cometbft-db from 0.15.0 to 1.0.1 (#21870)
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-24 07:16:50 +00:00
mergify[bot]
70e80ca4db
fix(x/staking): query redelegation command (backport #21856) (#21860)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-23 15:09:14 +00:00
mergify[bot]
e655fd535e
feat: introduce x/validate and split x/auth/tx/config (backport #21822) (#21836) 2024-09-20 17:00:16 +00:00
mergify[bot]
ba74aa5cfc
feat(server/v2): refactor the server/v2 events (backport #21785) (#21807)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-18 18:12:32 +02:00
mergify[bot]
2174a3d9e5
feat(client/v2): use x/tx AminoNameAsTypeURL option (backport #21712) (#21797)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-18 10:20:50 +00:00
mergify[bot]
8823508147
feat(sims): Add sims2 framework and factory methods (backport #21613) (#21752)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-17 10:04:02 +00:00
mergify[bot]
150d17c3fc
feat: replace the cosmos-db usecases in the tests with core/testing (backport #21525) (#21720)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-13 20:18:05 +00:00
mergify[bot]
8b70c6caf7
refactor: remove viper as a direct dependency (backport #21635) (#21672)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-12 08:41:25 +00:00
mergify[bot]
b84a24948b
ci: remove nix from gh workflows (backport #21572) (#21646)
Co-authored-by: auricom <27022259+auricom@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-11 11:08:02 +00:00
mergify[bot]
df020efd00
refactor: remove consensus as a imported type in modules (backport #21480) (#21638)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-09-10 19:10:37 +02:00
dependabot[bot]
80f6ca0a06
build(deps): Bump github.com/cometbft/cometbft-db from 0.14.0 to 0.15.0 (#21626) 2024-09-10 08:42:12 +02:00
mergify[bot]
b7dcee3313
build(deps): bump to core v1.0.0-alpha.1 and remove replaces (backport #21603) (#21611)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-09 22:02:08 +02:00
mergify[bot]
01c0e9ba35
build(deps): update comet (backport #21586) (#21598)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-09-09 08:24:36 +00:00
mergify[bot]
889becd2c0
feat: replace the cosmos-db.DB interface with core/store interface (backport #21450) (#21490)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-06 10:30:01 +00:00
mergify[bot]
68ec945293
refactor(core): move amino registrar and drop legacy package (backport #21531) (#21561)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-05 13:04:00 +00:00
mergify[bot]
57c6f6001c
docs(core): add core documentation and principles (backport #21511) (#21530)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-03 22:44:18 +00:00