Commit Graph

13845 Commits

Author SHA1 Message Date
github-actions[bot]
13e3e211a6
chore: fix spelling errors (#22802)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-09 12:26:05 +00:00
Marko
f995d0a219
chore(docs): update store v2 adr (#22794) 2024-12-09 11:19:18 +00:00
Julien Robert
8ef35c39ba
docs: rewrite building module section (2/n) -- env + core services (#22790)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-12-09 09:30:13 +00:00
dependabot[bot]
6cf9d57be9
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (#22797)
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>
2024-12-09 07:14:31 +00:00
Julien Robert
9525d91f6e
fix(simapp/v2): register extra gRPC gateway routes (#22786) 2024-12-09 07:14:16 +00:00
Andi
7e02d59d32
refactor(x/tx): Error handling now includes detailed information using fmt.Errorf (#22796)
Signed-off-by: ChengenH <hce19970702@gmail.com>
2024-12-09 06:45:09 +00:00
xujiangyu
8ca82729fa
test: add test examples for prefixdb.go (#22752)
Co-authored-by: heren-ke <fghjtuy@163.com>
2024-12-07 12:53:05 +00:00
Julien Robert
dda47b5e0e
chore: clean-up main (#22787) 2024-12-06 14:16:59 +00:00
Julien Robert
467dc245bc
test(systemtests): fix mint v2 tests (#22789) 2024-12-06 13:57:12 +00:00
son trinh
9c40d0f6d6
docs(x/accounts/defaults/lockup): Add slash document for lockup account (#22783) 2024-12-06 13:02:26 +00:00
Julien Robert
4caac04c23
test(systemtests): fix gRPC tests for v1 & v2 (#22774) 2024-12-06 11:03:12 +00:00
mmsqe
3a2a0ac666
test(systemtests): fix query block-results in TestStakeUnstake for v2 (#22782) 2024-12-06 06:19:56 +00:00
Matt Kocubinski
10c54005be
fix(confix): correctly distinguish server/v2 config (#22780) 2024-12-05 22:47:32 +00:00
Alexander Peters
abc5fd0226
feat(math): Implement custom hybrid un-/marshal model (#22529) 2024-12-05 20:28:14 +00:00
Akhil Kumar P
00c7756610
test(integration): port x/slashing tests to server v2 (#22754) 2024-12-05 13:27:26 +00:00
dependabot[bot]
66c593f147
build(deps): Bump google.golang.org/grpc from 1.68.0 to 1.68.1 (#22764)
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-12-05 10:57:45 +00:00
Hieu Vu
9f7f17b667
test(server/v2/cometbft): Add Consensus query p2p, app, grpc (#22771) 2024-12-05 10:26:13 +00:00
Julien Robert
3727f23efd
ci: run runtime/v2 tests in CI (#22769) 2024-12-05 09:51:30 +00:00
Alex | Skip
227854e258
test: fix failing runtime/v2 test (#22760) 2024-12-05 08:29:55 +00:00
Dong Lieu
ec5225c31c
docs(x/gov): Sync Example with Use in autocli (#22768) 2024-12-05 08:13:29 +00:00
dependabot[bot]
f8a3226ad5
build(deps): Bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#22761)
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>
2024-12-05 06:32:55 +00:00
Julien Robert
556102cfa0
fix(server/v2/cometbft): proper query error (#22746)
Co-authored-by: mmsqe <mavis@crypto.com>
2024-12-04 16:06:09 +00:00
Damian Nolan
92ddbf7dc3
fix(baseapp): sort res.Validators before comparing in InitChain (#22757) 2024-12-04 15:15:56 +00:00
yihuang
eb3bf8b046
fix: prune cmd should disable async pruning (#22656) 2024-12-04 12:31:27 +00:00
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