status-go/vendor/github.com/ethereum/go-ethereum/swarm/dev
Pedro Pombeiro e4cbce12c4
Update to go-ethereum 1.8.1 (#702)
* Update `github.com/ethereum/go-ethereum` package to 1.8.1 branch. Part of #638
* Fix code due to some signature changes. Part of #638
* use upstream for whisper backend
* Add patch to downgrade usage of Whisper v6 to v5 in some geth 1.8.1 vendor files. Part of #638
* Take into account the DNS rebinding protection introduced in 1.8.0 by adding exception for localhost. Part of #638
* Add patches required for cross-compiled builds starting with geth 1.8.0. Only applied during build. Part of #638
* Update expected JSON result in `TestRegressionGetTransactionReceipt()` and `TestCallRawResultGetTransactionReceipt()`. Part of #665
* Fix some failing e2e tests. Part of #638
* Address comments in PR #702. Part of #638
2018-02-27 11:39:30 +01:00
..
scripts Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00
.dockerignore Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
.gitignore Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
Dockerfile Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
Makefile Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
README.md Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
bashrc Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
run.sh Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00

README.md

Swarm development environment

The Swarm development environment is a Linux bash shell which can be run in a Docker container and provides a predictable build and test environment.

Start the Docker container

Run the run.sh script to build the Docker image and run it, you will then be at a bash prompt inside the swarm/dev directory.

Build binaries

Run make to build the swarm, geth and bootnode binaries into the swarm/dev/bin directory.

Boot a cluster

Run make cluster to start a 3 node Swarm cluster, or run scripts/boot-cluster.sh --size N to boot a cluster of size N.