cosmos-sdk/server/v2/cometbft
dependabot[bot] 3cb95a334f
build(deps): Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#21395)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-26 09:57:09 +00:00
..
client refactor(cli): Standardize Use field convention and update readme (#21369) 2024-08-21 08:36:34 +00:00
handlers chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02: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 feat(server/v2): introduce cometbft v2 (#20483) 2024-05-31 00:30:15 +00:00
types feat(store/v2): add WorkingHash (#20706) 2024-06-27 17:50:58 +00:00
abci.go refactor: remove consensus messages (#21248) 2024-08-12 14:19:13 +00:00
commands.go refactor(cli): Standardize Use field convention and update readme (#21369) 2024-08-21 08:36:34 +00:00
config.go refactor: remove consensus messages (#21248) 2024-08-12 14:19:13 +00:00
flags.go refactor(server/v2): add missing comet flags (#21123) 2024-07-31 15:58:50 +00:00
go.mod build(deps): Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#21395) 2024-08-26 09:57:09 +00:00
go.sum build(deps): Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#21395) 2024-08-26 09:57:09 +00:00
options.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
query.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
server.go refactor(server/v2/cometbft): Consensus get chain-id from viper (#21116) 2024-08-02 14:21:26 +00:00
service.go feat(server/v2): introduce cometbft v2 (#20483) 2024-05-31 00:30:15 +00:00
snapshots.go chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
streaming.go feat(server/v2): introduce cometbft v2 (#20483) 2024-05-31 00:30:15 +00:00
utils.go fix(server/v2/cometbft): add tx result for failed tx (#21200) 2024-08-07 13:07:28 +00:00
version.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00