Skip to content

Commit

Permalink
Remove old note about testing with constellation.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelburget committed Aug 24, 2017
1 parent 687d5ca commit edcbde3
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions HACKING.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit edcbde3

Please sign in to comment.