cosmos-sdk/server/v2
dependabot[bot] 55a60856de
build(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#21307)
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-15 10:42:00 +00:00
..
api chore: check err before logging (#21133) 2024-08-02 07:19:44 +00:00
appmanager build(deps): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
cometbft build(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#21307) 2024-08-15 10:42:00 +00:00
stf build(deps): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
store feat(server/v2): Add snapshots commands (#21065) 2024-08-06 15:28:30 +00:00
streaming build(deps): bump proto-builder and regen protos (#21215) 2024-08-08 08:45:15 +00:00
testdata test(server/v2): Update testdata prune options (#21192) 2024-08-07 08:07:20 +00:00
commands.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
config_test.go refactor(server/v2/cometbft): Consensus get chain-id from viper (#21116) 2024-08-02 14:21:26 +00:00
config.go refactor(server/v2/cometbft): Consensus get chain-id from viper (#21116) 2024-08-02 14:21:26 +00:00
flags.go chore(docs): fix comments that do not start with the name of the exported element. (#20906) 2024-07-10 06:00:36 +00:00
go.mod build(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#21307) 2024-08-15 10:42:00 +00:00
go.sum build(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#21307) 2024-08-15 10:42:00 +00:00
logger.go feat(log): remove core dependency and update core interface to be dependency free (#21045) 2024-07-26 11:00:27 +00:00
server_mock_test.go feat(server/v2): add config overwrite (#20874) 2024-07-04 11:13:29 +00:00
server_test.go feat(serverv2): integrate gRPC (#21038) 2024-07-30 09:26:16 +00:00
server.go feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
types.go feat(serverv2): integrate gRPC (#21038) 2024-07-30 09:26:16 +00:00
util.go feat(log): remove core dependency and update core interface to be dependency free (#21045) 2024-07-26 11:00:27 +00:00