Skip to content

Commit

Permalink
Use our own DBProvider instead of default one
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Jul 2, 2024
1 parent 69839bb commit f456191
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 136 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
cosmossdk.io/math v1.3.0
cosmossdk.io/simapp v0.0.0-20230608160436-666c345ad23d
cosmossdk.io/tools/rosetta v0.2.1
github.com/Kava-Labs/opendb v0.0.0-20240627151936-ee065ee47c6f
github.com/Kava-Labs/opendb v0.0.0-20240702134349-56aabfd80204
github.com/armon/go-metrics v0.4.1
github.com/btcsuite/btcd v0.23.4
github.com/btcsuite/btcd/btcutil v1.1.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3
github.com/DataDog/zstd v1.5.0/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Kava-Labs/opendb v0.0.0-20240627151936-ee065ee47c6f h1:WPCRvyScW9cuBMRG8xPz8Izv84lA0Cnrg9HOA0gqRWY=
github.com/Kava-Labs/opendb v0.0.0-20240627151936-ee065ee47c6f/go.mod h1:RUKcXpMI4wEearEySB7XEMnhXd4+fCPZzybTLNUM1RQ=
github.com/Kava-Labs/opendb v0.0.0-20240702134349-56aabfd80204 h1:AgXfuSAjDPn/fxJxFIfDsrA2Yiefj2gh+eWmm/N08X4=
github.com/Kava-Labs/opendb v0.0.0-20240702134349-56aabfd80204/go.mod h1:RUKcXpMI4wEearEySB7XEMnhXd4+fCPZzybTLNUM1RQ=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
Expand Down
Loading

0 comments on commit f456191

Please sign in to comment.