From edcbde333638bf5b22149d582ea33474da19decc Mon Sep 17 00:00:00 2001 From: Joel Burget Date: Wed, 16 Aug 2017 11:53:24 -0400 Subject: [PATCH] Remove old note about testing with constellation. --- HACKING.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/HACKING.md b/HACKING.md index 0a4b51fc85a..e408d464fd8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,32 +1,5 @@ # Hacking on Quorum / various notes -## Testing with Constellation - -### `tm.conf` - -Replace with appropriate absolute paths: - -TODO(joel): figure out how to use relative paths - -``` -url = "http://127.0.0.1:9000/" -port = 9000 -socket = "/Users/joel/go/src/github.com/ethereum/go-ethereum/qdata/tm.ipc" -othernodes = [] -storage = "/Users/joel/go/src/github.com/ethereum/go-ethereum/qdata/constellation" -publickeys = ["/Users/joel/go/src/github.com/ethereum/go-ethereum/qdata/test.pub"] -privatekeys = ["/Users/joel/go/src/github.com/ethereum/go-ethereum/qdata/test.key"] -``` - -Run constellation: - -``` -> mkdir qdata -> constellation-node tm.conf -``` - -Now you should be able to run the private state tests as well: `env PRIVATE_CONFIG=(pwd)/tm.conf go test ./...`. - ## How does private state work? Let's look at the EVM structure: