Commit Graph

13800 Commits

Author SHA1 Message Date
Matt Kocubinski
40430febc5
fix(store/v2): iavl/v2 reverse iterator (#22699)
Co-authored-by: Marko <marko@baricevic.me>
2024-12-01 18:49:31 +00:00
Julien Robert
26afbaf0d1
fix(store/v2): don't delete future version when calling LoadVersion (#22681) 2024-11-30 03:43:56 +00:00
Matt Kocubinski
24d456db40
feat(store/v2): add support for iavl/v2 (#22424) 2024-11-29 19:02:47 +00:00
dependabot[bot]
6fb8299a67
build(deps): Bump github.com/cosmos/iavl from 1.3.1 to 1.3.2 in /store (#22691)
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-29 10:26:31 +00:00
李绪熙
87f7994353
chore: fix some problematic function names in comment (#22690)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
2024-11-29 08:15:29 +00:00
Julien Robert
6cfe2dc1bb
feat(server/v2,upgrade): add skip upgrade flag (#22682) 2024-11-28 14:52:53 +00:00
Randy Grok
9caec0658d
feat(server/v2/cometbft): optimistic execution (#22560)
Co-authored-by: Randy Grok <@faulttolerance.net>
2024-11-28 12:29:35 +00:00
Julien Robert
ca48cef255
build(deps): bump cometbft to v1.0.0-rc2 (#22577)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-11-28 11:33:27 +00:00
Facundo Medica
300348fe53
chore: Fix go.mods replaces from #22544 (#22677) 2024-11-28 10:42:41 +00:00
Facundo Medica
bd76b47e1d
feat(indexer): add to modules and implement proto fields (#22544) 2024-11-28 09:46:59 +00:00
Hieu Vu
18dcdb8f45
fix: TestAccountsMigration systemtest with simdv2 (#22673) 2024-11-28 09:17:02 +00:00
Alexander Peters
a267da6ef6
fix(simapp,systemtests): fix chain upgrade (#22669) 2024-11-27 14:51:11 +00:00
oren-lava
b5b2f49e81
feat(collections): add collections reverse triple helpers (#22641) 2024-11-27 11:54:45 +00:00
son trinh
5048f26d66
refactor(tests): Port auth integration tests to server v2 (#22554) 2024-11-27 11:24:42 +00:00
Julien Robert
f296a5005c
chore: prepare systemtests release (#22658) 2024-11-27 06:32:59 +00:00
Julien Robert
48f2b36854
fix(x/staking): make metadata nullable (#22556) 2024-11-26 23:46:22 +00:00
Alexander Peters
14d98d2771
refactor(systemtests): Extract system test framework (#22578)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-11-26 14:46:54 +00:00
Marko
f153426ab2
chore: move generic txdecoder (#22653) 2024-11-26 14:25:08 +00:00
Julien Robert
a60dfdab12
fix(x/staking): use staking bonddenom in check (#22646) 2024-11-26 08:23:22 +00:00
dependabot[bot]
8c00b866c2
build(deps): Bump github.com/bytedance/sonic from 1.12.4 to 1.12.5 in /log (#22648)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 08:10:02 +00:00
dependabot[bot]
c1f8cfc936
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.35.2-20240701160653-fedbb9acfd2f.1 to 1.35.2-20241120201313-68e42a58b301.1 in /api (#22647)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-11-26 07:55:34 +00:00
auricom
923613db5e
ci: checkout with app-token (dependabot-update-all) (#22612) 2024-11-26 02:23:19 +00:00
Julien Robert
2d04a1af21
fix(testutil/integration): use only one context in integration test framework (#22616) 2024-11-25 10:54:23 +00:00
dependabot[bot]
463104903f
build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#22627)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-25 08:37:27 +00:00
Joowon Yun
6cbd15cfc7
feat(x/bank): Allow value with slashes in DenomMetadata (#22543) 2024-11-25 08:22:44 +00:00
mergify[bot]
bb58fc6c1b
ci(mergify): upgrade configuration to current format (#22626)
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
2024-11-25 01:15:49 +00:00
Hieu Vu
fdb7688804
test: fix integration test TestSendEnabled (#22620) 2024-11-22 15:22:43 +00:00
testinginprod
3ebd7e53ed
feat(serverv2): add benchmarks of (old) cacheKV vs branch (#22497) 2024-11-22 12:15:02 +00:00
Marko
9d6d1067bc
fix: match comets bls implmentation (#22613) 2024-11-22 10:36:30 +00:00
Alexander Peters
4ed1087cf5
feat(math): Upstream GDA based decimal type (#21982)
Co-authored-by: samricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2024-11-22 10:29:01 +00:00
violet
685218e532
fix(client/v2/autocli): prevent duplicate addition of customCommands (#22576)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-21 15:19:42 +00:00
dependabot[bot]
f74a9f63a8
build(deps): Bump cosmossdk.io/math from 1.3.0 to 1.4.0 (#22580)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-21 08:02:33 +00:00
Marko
b45cf753a7
fix(server/v2/api/telemetry): enable global metrics (#22571) 2024-11-20 17:39:09 +00:00
Julien Robert
efc05e8122
refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
Julien Robert
d810b77c71
feat(core/coretesting): make memDB satisfy db.Db interface (#22570) 2024-11-20 15:35:37 +00:00
Alexander Peters
c6522a72a4
Merge commit from fork
* Fix valid decimal range

* Review feedback

* Update changelog; retract versions

---------

Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-20 16:13:08 +01:00
Julien Robert
1effb80c8b
fix(server(/v2)): fix fallback genesis path (#22564) 2024-11-20 15:02:02 +00:00
Damian Nolan
50c5963d96
fix: only overwrite context chainID when necessary (#22568) 2024-11-20 10:51:51 +00:00
Eric Mokaya
6351dc3a73
docs(client): Update setFeeGranter and setFeePayer comments (#22526) 2024-11-20 10:20:23 +00:00
Julien Robert
3d618f500e
fix(baseapp): populate header info in NewUncachedContext (#22557) 2024-11-20 07:03:21 +00:00
dependabot[bot]
b1f95988e5
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.35.1-20240701160653-fedbb9acfd2f.1 to 1.35.2-20240701160653-fedbb9acfd2f.1 in /api (#22551)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-19 15:45:52 +00:00
dependabot[bot]
c7e3d6066d
build(deps): Bump github.com/creachadair/atomicfile from 0.3.5 to 0.3.6 in /tools/confix (#22552)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-19 15:44:18 +00:00
NAIHANU
bf6d6f3ae8
docs: Update reference of Approximation (#22550)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-19 15:34:46 +00:00
Julien Robert
d697a3de0f
fix(server/v2/comebft): wire missing services + fix simulation (#21964) 2024-11-19 13:49:33 +00:00
auricom
f96b3b00e3
ci: fix permissions for GITHUB_TOKEN on dependabot workflows (#22547) 2024-11-19 13:36:22 +00:00
auricom
9e36674378
ci: fix permissions for GITHUB_TOKEN in spell check workflow (#22545) 2024-11-18 14:57:43 +00:00
dependabot[bot]
1b3aeb75d4
build(deps): Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#22537)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-11-18 10:05:16 +00:00
Akhil Kumar P
fbd725dce7
fix(cosmovisor): premature upgrade on restart (#22528) 2024-11-18 08:46:41 +00:00
Matt Kocubinski
005ecad6c9
fix(store/v2/pebble): handle version 0 in keys (#22524) 2024-11-15 23:07:47 +00:00
Julien Robert
e74799e1c3
refactor(server/v2/telemetry): swap redirects (#22520) 2024-11-13 14:39:44 +00:00