Skip to content

Instantly share code, notes, and snippets.

@faddat
Created July 25, 2022 12:10
Show Gist options
  • Save faddat/390b6d61d49fdb0e227905dad39de78c to your computer and use it in GitHub Desktop.
Save faddat/390b6d61d49fdb0e227905dad39de78c to your computer and use it in GitHub Desktop.
Use notional's fancy db on any cosmos chain
#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