Go implementation of the Ethereum protocol
Find a file
Christopher Franko 7c1130c237 Merge continue 4
cleaned up a few Eth stragglers
2016-05-18 13:35:43 -04:00
.github Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
_data Chain tests 2014-12-30 15:42:26 +01:00
accounts Merge continue 2 2016-05-18 11:45:18 -04:00
build Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
cmd update versionOracle address for expanse 2016-05-18 13:27:22 -04:00
common Merge continue 4 2016-05-18 13:35:43 -04:00
compression/rle Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
containers Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
core Merge continue 2 2016-05-18 11:45:18 -04:00
crypto Merge continue 2 2016-05-18 11:45:18 -04:00
docker containers: regroup and add Alpine images (31 MB) 2016-01-30 20:55:44 +02:00
errs test change lol 2015-09-01 18:24:03 -04:00
ethdb Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
event Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
exp Merge continue 2 2016-05-18 11:45:18 -04:00
fdtrack test change lol 2015-09-01 18:24:03 -04:00
generators Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
Godeps Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
internal Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
jsre Merge continue 4 2016-05-18 13:35:43 -04:00
light Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
logger Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
metrics Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
miner Merge continue 2 2016-05-18 11:45:18 -04:00
node Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
p2p Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
params Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
pow Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
release Merge continue 2 2016-05-18 11:45:18 -04:00
rlp Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
rpc Merge continue 2 2016-05-18 11:45:18 -04:00
tests Merge continue 2 2016-05-18 11:45:18 -04:00
trie Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
whisper Merge continue 2 2016-05-18 11:45:18 -04:00
xeth Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
.gitattributes .gitattributes: add 2015-08-06 17:18:59 +02:00
.gitignore Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
.gitmodules update from expanse-project to org 2015-10-13 12:59:29 -04:00
.mailmap Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
.travis.yml Merge https://github.com/ethereum/go-ethereum into rebase-1.3.4 2016-03-02 11:54:34 -05:00
AUTHORS Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
COPYING test change lol 2015-09-01 18:24:03 -04:00
COPYING.LESSER Merge remote-tracking branch 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04: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 'ethereum/master' into rebase-1.4.4 2016-05-17 17:41:14 -04:00
README.md Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.4.4 2016-05-18 13:26:26 -04:00
test_genesis.json update testnet block 2015-09-07 20:25:05 -04:00
VERSION VERSION, cmd/geth: bumped version 1.4.4 2016-05-12 21:10:38 +02: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-project/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 both a Go and a C compiler. 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

Contribution

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

If you'd like to contribute to go-expanse, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on our gitter channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.

Please make sure your contributions adhere to our coding guidlines:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Code must be documented adherign to the official Go commentary guidelines.
  • Pull requests need to be based on and opened against the develop branch.
  • Commit messages should be prefixed with the package(s) they modify.
    • E.g. "exp, rpc: make trace configs optional"

Please see the Developers' Guide for more details on configuring your environment, managing project dependencies and testing procedures.

License

The go-expanse library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-expanse binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.