cosmos-sdk/server/v2/cometbft
dependabot[bot] f9bb1803f1
build(deps): Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#23426)
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: Alex | Interchain Labs <alex@djinntek.world>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-01-17 22:43:39 +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): Implement necessary handlers and helpers for vote extensions (#22830) 2024-12-19 12:40:02 +00:00
internal/mock feat(store/v2): build the migration manager in the root store factory (#22336) 2025-01-13 10:56:48 +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 feat(store/v2): build the migration manager in the root store factory (#22336) 2025-01-13 10:56:48 +00:00
abci.go feat(server/v2/cometbft): Implement necessary handlers and helpers for vote extensions (#22830) 2024-12-19 12:40:02 +00:00
CHANGELOG.md docs: sync main with 0.52 branch (#23415) 2025-01-17 10:16:22 +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/prometheus/common from 0.61.0 to 0.62.0 (#23426) 2025-01-17 22:43:39 +00:00
go.sum build(deps): Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#23426) 2025-01-17 22:43:39 +00:00
grpc.go fix: default comet port (#23343) 2025-01-13 17:30:46 +00:00
options.go feat(server/v2/cometbft): Implement necessary handlers and helpers for vote extensions (#22830) 2024-12-19 12:40:02 +00:00
query.go fix(server/v2/cometbft): align default response for filter cmd when handleQueryP2P (#23365) 2025-01-14 10:00:33 +00:00
server.go feat(collections): add Address and Integer codecs (#22517) 2025-01-06 14:10:30 +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 chore: remove simapp v1 (#23009) 2024-12-19 18:51:59 +00:00
version.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00