cosmos-sdk/server/v2/cometbft
dependabot[bot] 5799c15b90
build(deps): Bump github.com/bytedance/sonic from 1.12.5 to 1.12.6 in /log (#22917)
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-17 07:54:35 +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 storage (#22683) 2024-12-03 16:18:19 +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
oe feat(store/v2): add support for iavl/v2 (#22424) 2024-11-29 19:02:47 +00:00
types refactor(store/v2): simplify genesis flow (#22435) 2024-11-08 14:05:25 +00:00
abci_test.go fix(test): avoid concurrent read and write on same hash in oe test (#22892) 2024-12-16 13:47:43 +00:00
abci.go docs: fix spelling errors in the description (#22874) 2024-12-16 06:18:47 +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/stf): delayed marshalling of typed event (#22684) 2024-12-04 10:16:18 +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 github.com/bytedance/sonic from 1.12.5 to 1.12.6 in /log (#22917) 2024-12-17 07:54:35 +00:00
go.sum build(deps): Bump github.com/bytedance/sonic from 1.12.5 to 1.12.6 in /log (#22917) 2024-12-17 07:54:35 +00:00
grpc.go feat(tools/benchmark): introduce benchmark module (#22778) 2024-12-12 15:33:23 +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 fix(stf,server/v2/cometbft): fix default events + improve codec handling (#22837) 2024-12-12 10:42:57 +00:00
server.go fix(stf,server/v2/cometbft): fix default events + improve codec handling (#22837) 2024-12-12 10:42:57 +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 feat(indexer/postgres)!: add basic support for header, txs and events (#22695) 2024-12-09 18:36:24 +00:00
utils.go test(server/v2/cometbft): Add Consensus query p2p, app, grpc (#22771) 2024-12-05 10:26:13 +00:00
version.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00