Assorted cleanups

- Remove DataDog
- Remove token_supply table
- Drop from more tables when cleaning DB for tests
This commit is contained in:
Rob Mulholand
2019-03-08 11:35:10 -06:00
parent cdcb90c170
commit 5eff2618ed
9 changed files with 6 additions and 73 deletions
-1
View File
@@ -31,7 +31,6 @@ Using Vulcanize for the first time requires several steps be done in order to al
In order to fetch the project codebase for local use or modification, install it to your `GOPATH` via:
`go get github.com/vulcanize/vulcanizedb`
`go get gopkg.in/DataDog/dd-trace-go.v1/ddtrace`
Once fetched, dependencies can be installed via `go get` or (the preferred method) at specific versions via `golang/dep`, the prototype golang pakcage manager. Installation instructions are [here](https://golang.github.io/dep/docs/installation.html).