cosmos-sdk/server/v2/cometbft
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
..
client/rpc fix(server/v2/comebft): wire missing services + fix simulation (#21964) 2024-11-19 13:49:33 +00:00
handlers feat(server/v2/cometbft): add checktx handler (#21985) 2024-10-03 11:35:43 +00:00
internal/mock refactor(store/v2): simplify genesis flow (#22435) 2024-11-08 14:05:25 +00:00
log feat(log): remove core dependency and update core interface to be dependency free (#21045) 2024-07-26 11:00:27 +00:00
mempool refactor(x/mint): remove staking as a required module (#21858) 2024-09-24 19:52:31 +00:00
types refactor(store/v2): simplify genesis flow (#22435) 2024-11-08 14:05:25 +00:00
abci_test.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
abci.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
commands.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
config.go feat(server/v2): init the indexer in server/v2 (#22218) 2024-10-10 21:40:14 +00:00
flags.go feat(server/v2/cometbft): wire mempool config (#21741) 2024-09-16 18:45:21 +00:00
go.mod 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) 2024-11-26 07:55:34 +00:00
go.sum 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) 2024-11-26 07:55:34 +00:00
grpc.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
options.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
query.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
server.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
service.go feat(server/v2): introduce cometbft v2 (#20483) 2024-05-31 00:30:15 +00:00
snapshots.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
streaming.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
utils.go refactor(server/v2/cometbft): add codec.Codec and clean-up APIs (#22566) 2024-11-20 15:52:18 +00:00
version.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00