Go implementation of the Ethereum protocol
Find a file
Christopher Franko 9cdd178759 Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1
Conflicts:
	Godeps/Godeps.json
	Godeps/_workspace/src/github.com/expanse-project/ethash/ethash_test.go
	Makefile
	VERSION
	cmd/gexp/blocktestcmd.go
	cmd/gexp/js.go
	cmd/gexp/js_test.go
	cmd/gexp/main.go
	cmd/utils/cmd.go
	cmd/utils/flags.go
	common/natspec/natspec.go
	common/natspec/natspec_e2e_test.go
	common/natspec/natspec_e2e_test.go.orig
	common/path.go
	common/registrar/registrar.go
	core/block_processor.go
	core/block_processor_test.go
	core/chain_manager.go
	core/chain_manager_test.go
	core/chain_util_test.go
	core/events.go
	core/execution.go
	core/filter.go
	core/state/errors.go
	core/state/statedb.go
	core/state_transition.go
	core/transaction_util.go
	core/types/bloom9.go
	core/types/common.go
	core/types/derive_sha.go
	core/types/receipt.go
	core/vm/common.go
	core/vm/environment.go
	core/vm/instructions.go
	core/vm/jit.go
	core/vm/jit_test.go
	core/vm/vm.go
	docker/Dockerfile
	docker/supervisord.conf
	eth/downloader/modes.go
	event/filter/eth_filter.go
	exp/backend.go
	exp/downloader/downloader.go
	exp/downloader/downloader_test.go
	exp/downloader/peer.go
	exp/downloader/queue.go
	exp/gasprice.go
	exp/handler.go
	exp/sync.go
	miner/worker.go
	rpc/api/admin.go
	rpc/api/debug.go
	rpc/api/eth.go
	rpc/api/eth_args.go
	rpc/api/miner.go
	rpc/api/personal.go
	rpc/comms/ipc.go
	rpc/comms/ipc_unix.go
	rpc/comms/ipc_windows.go
	tests/block_test_util.go
	tests/files/BlockchainTests/bcUncleTest.json
	trie/cache.go
	trie/fullnode.go
	trie/hashnode.go
	trie/secure_trie.go
	trie/shortnode.go
	trie/trie.go
	trie/trie_test.go
	trie/valuenode.go
	xeth/xeth.go
2015-11-03 18:25:50 -05:00
_data Chain tests 2014-12-30 15:42:26 +01:00
accounts test change lol 2015-09-01 18:24:03 -04:00
build Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
cmd Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
common Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
compression/rle updated copyright headers 2015-09-12 18:17:11 -04:00
core Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
crypto Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
docker Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
errs test change lol 2015-09-01 18:24:03 -04:00
eth Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
ethdb Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
event Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
exp Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
fdtrack test change lol 2015-09-01 18:24:03 -04:00
generators test change lol 2015-09-01 18:24:03 -04:00
Godeps Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
jsre fix web3.js 2015-10-13 14:20:07 -04:00
logger updated copyright headers 2015-09-12 18:17:11 -04:00
metrics rebase 1.2.2 2015-10-13 11:56:11 -04:00
miner Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
p2p Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
params make the diff adjustments better 2015-09-24 15:38:26 -04:00
pow Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
rlp rebase 1.2.2 2015-10-13 11:56:11 -04:00
rpc Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
tests Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
trie Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
whisper updated copyright headers 2015-09-12 18:17:11 -04:00
xeth Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
.gitattributes .gitattributes: add 2015-08-06 17:18:59 +02:00
.gitignore ignore all those test files 2015-10-13 11:09:02 -04:00
.gitmodules update from expanse-project to org 2015-10-13 12:59:29 -04:00
.mailmap test change lol 2015-09-01 18:24:03 -04:00
.travis.yml Codecov integration 2015-08-18 22:46:48 +02:00
AUTHORS test change lol 2015-09-01 18:24:03 -04:00
CONTRIBUTING.md expanse 2015-09-01 20:42:36 -04:00
COPYING test change lol 2015-09-01 18:24:03 -04:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
exp.log update builds 2015-09-12 10:21:27 -04:00
genesis.json Update genesis 2015-09-13 20:00:25 -04:00
genesis.json.gz update binaries 2015-09-24 16:28:29 -04:00
Makefile Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05:00
README.md Merge remote-tracking branch 'ethereum/master' into develop 2015-09-10 19:18:27 -04:00
test_genesis.json update testnet block 2015-09-07 20:25:05 -04:00
VERSION cmd/geth, VERSION: bumped version 1.3.1 2015-10-31 20:00:58 +01:00

Expanse Go

Expanse Go Client, by Christopher Franko (forked from Jeffrey Wilcke (and some other people)'s Expanse Go client).

      | Linux   | OSX | ARM | Windows | Tests

----------|---------|-----|-----|---------|------ develop | Build+Status | Build+Status | Build+Status | Build+Status | Buildr+Status Coverage Status master | Build+Status | Build+Status | Build+Status | Build+Status | Buildr+Status Coverage Status

Bugs Stories in Ready ![Stories in Progress](https://badge.waffle.io/expanse/go-expanse.svg?label=in%20progress&title=In Progress) Gitter

Automated development builds

The following builds are build automatically by our build servers after each push to the develop branch.

Building the source

For prerequisites and detailed build instructions please read the Installation Instructions on the wiki.

Building gexp requires two external dependencies, Go and GMP. You can install them using your favourite package manager. Once the dependencies are installed, run

make gexp

Executables

Go Expanse comes with several wrappers/executables found in the cmd directory:

  • gexp Expanse CLI (expanse command line interface client)
  • bootnode runs a bootstrap node for the Discovery Protocol
  • exptest test tool which runs with the tests suite: /path/to/test.json > exptest --test BlockTests --stdin.
  • evm is a generic Expanse Virtual Machine: evm -code 60ff60ff -gas 10000 -price 0 -dump. See -h for a detailed description.
  • disasm disassembles EVM code: echo "6001" | disasm
  • rlpdump prints RLP structures

Command line options

gexp can be configured via command line options, environment variables and config files.

To get the options available:

geth help

For further details on options, see the wiki

Contribution

If you'd like to contribute to go-expanse please fork, fix, commit and send a pull request. Commits who do not comply with the coding standards are ignored (use gofmt!). If you send pull requests make absolute sure that you commit on the develop branch and that you do not merge to master. Commits that are directly based on master are simply ignored.

See Developers' Guide for more details on configuring your environment, testing, and dependency management.