Commit Graph
13861 Commits
Author SHA1 Message Date
Hieu VuandJulien Robert a38a6a2c8b refactor(server/v2/cometbft): Handle non-module service queries (#22803)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-11 15:49:53 +00:00
899099f1d6 chore: fix spelling errors (#22829)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-11 14:31:14 +00:00
Akhil Kumar PandJulien Robert cef0f8497f refactor!: remove testutil/network (#22392)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-11 11:51:39 +00:00
Julien Robert 71d2571e21 refactor(testutil)!: remove cmdtest (#22826) 2024-12-11 11:19:24 +00:00
Julián Toledano 5b124267e6 feat(client/v2)!: dynamic prompt (#22775) 2024-12-11 10:28:23 +00:00
Julien Robert aa8266e702 docs: runtime docs (#22816) 2024-12-11 08:10:45 +00:00
Julien Robert c08ab17de6 docs: update server/v2 api contract (#22815) 2024-12-11 06:52:21 +00:00
dependabot[bot] 0adf6fde1a build(deps): Bump github.com/fergusstrange/embedded-postgres from 1.29.0 to 1.30.0 in /indexer/postgres/tests (#22822)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 06:45:14 +00:00
Marko 19fbd0b855 chore(v2): add example of setting store metrics (#22819) 2024-12-10 21:07:52 +00:00
57b4d3003b fix(client/v2/autocli): add CoinDec flag (#22817)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-10 20:20:30 +00:00
Alex | Skip 6a7ecd89ee feat(version): update version command to return v2 info (#22807) 2024-12-10 16:52:17 +00:00
mmsqe cb26ce3fe3 fix(server/v2): avoid server stop get call before start for multi components (#22811) 2024-12-10 15:43:51 +00:00
mmsqe e07fee5cc1 fix(systemtests): avoid HTTP server on port 8080 conflict when AddFullnode (#22810) 2024-12-10 08:11:55 +00:00
Facundo Medica 332d0b106d feat(indexer/postgres)!: add basic support for header, txs and events (#22695) 2024-12-09 18:36:24 +00:00
Julien Robert 34f407d636 test(systemtests): fix export v2 (#22799) 2024-12-09 14:53:49 +00:00
testinginprodandJulien Robert ecd53f8497 feat(x/accounts)!: make address generation more robust and add predictable address creation (#22776)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-09 14:50:11 +00:00
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 RobertandAkhil Kumar P 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]anddependabot[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
xujiangyuandheren-ke 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
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]anddependabot[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 Robertandmmsqe 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