Commit Graph

14121 Commits

Author SHA1 Message Date
Julien Robert
7fa2356c07
feat(server/v2/stf): delayed marshalling of typed event (#22684) 2024-12-04 10:16:18 +00:00
Damian Nolan
330954e884
fix(baseapp): set req.Time for ctx header info in ExtendVote (#22745) 2024-12-04 10:05:47 +00:00
Hieu Vu
c47fb8ab2d
refactor: Use HybridResolver instead of protoregistry.GlobalFiles in runtime/v2/manager (#22744) 2024-12-04 10:00:30 +00:00
mmsqe
aa5d8ab1bd
ci: disable mockgen that fails duplicate imports error (#22743) 2024-12-04 09:44:01 +00:00
Alex | Skip
99dd55b221
docs(simapp): update CHANGELOG to proper version (#22739) 2024-12-03 22:23:55 +00:00
Julien Robert
7d117425d8
fix(runtime/v2): return genesis val updates (#22729) 2024-12-03 21:25:27 +00:00
Damian Nolan
371e05abc4
fix(baseapp): correctly set header info time on query ctx (#22732) 2024-12-03 21:10:05 +00:00
Julien Robert
af4b7d20c5
refactor(server/v2/grpc): simplify node service (#22728) 2024-12-03 17:11:19 +00:00
Marko
94cfcc11aa
refactor(store/v2)!: simplify storage (#22683) 2024-12-03 16:18:19 +00:00
Julien Robert
5426cd8f34
docs: rewrite building module section (1/n) - mm (#22724) 2024-12-03 14:39:55 +00:00
Julián Toledano
538e1d1c7c
refactor(client/v2)!: remove client.Context (#22493) 2024-12-03 12:34:43 +00:00
Akhil Kumar P
0e31188d50
test(integration): port x/evidence tests to server v2 (#22709) 2024-12-03 12:08:27 +00:00
johson-ll
2964c5ef63
test: add test case for memiterator.go (#22725)
Co-authored-by: heren-ke <fghjtuy@163.com>
2024-12-03 10:34:13 +00:00
son trinh
6a52694ef7
refactor(tests/integration): Port distribution integration tests to server v2 (#22667) 2024-12-03 09:45:15 +00:00
Dmytrol
78c8057a18
docs: fix typos in various documentation files (#22722)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-03 09:10:51 +00:00
Julien Robert
4d1adcf955
fix(x/auth): facultative vesting as well in simulation (#22721) 2024-12-03 08:32:13 +00:00
Julien Robert
1c4dc89ead
chore(schema): rename ReferenceType to ReferenceableType (#22698) 2024-12-03 08:07:32 +00:00
Marko
9d9c19c0f8
fix(crypto): bls compilation (#22717) 2024-12-02 17:34:30 +00:00
mmsqe
f350775d0e
feat(server/v2/grpcgateway): register grpcgateway server and module endpoints (#22701)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-02 11:51:47 +00:00
mmsqe
e7fe651b49
fix(simapp/v2): failed to start HTTP server on port 8080 conflict (#22687) 2024-12-02 10:32:49 +00:00
mmsqe
c207a45051
fix(simapp/v2): add binary version cmd (#22705) 2024-12-02 07:59:29 +00:00
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