Created
July 25, 2022 12:10
-
-
Save faddat/390b6d61d49fdb0e227905dad39de78c to your computer and use it in GitHub Desktop.
Use notional's fancy db on any cosmos chain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#you'd run these commands in the folder with the chain's source code. It will replace tm-db with a tricked out version that Notional, Terra, and others contributed to over time. | |
# Specifically, I am looking to gather evidence around this and move forward with it. | |
go mod edit -replace github.com/tendermint/tm-db=github.com/notional-labs/tm-db@a6ddc62 | |
go install./... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment