Go implementation of the Ethereum protocol
Find a file
2018-01-13 17:31:28 -05:00
.github .github: add CODEOWNERS (#15507) 2017-11-20 17:32:23 +01:00
accounts all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
bmt all: use gometalinter.v2, fix new gosimple issues (#15650) 2017-12-12 19:05:47 +01:00
build build: set CC through a command-line flag (#15784) 2018-01-02 11:40:56 +01:00
cmd common/fdlimit: Move fdlimit files to separate package (#15850) 2018-01-11 22:55:21 +02:00
common common/fdlimit: Move fdlimit files to separate package (#15850) 2018-01-11 22:55:21 +02:00
compression/rle rlp, trie, contracts, compression, consensus: improve comments (#14580) 2017-06-12 14:45:17 +02:00
consensus consensus/ethash: fix byzantium difficulty comment typo (#15842) 2018-01-10 10:58:03 +02:00
console console: remove comment about 'invalid' input (#15735) 2018-01-02 13:00:13 +01:00
containers containers/docker: change docker images to go1.9 (#15789) 2018-01-02 11:27:33 +01:00
contracts all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
core all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
crypto various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
dashboard all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
eth eth/gasprice: set default percentile to 60%, count blocks instead of transactions (#15828) 2018-01-10 13:57:36 +01:00
ethclient all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
ethdb cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
ethstats all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
event event: fix datarace between Subscribe and Send 2017-10-20 14:42:19 +03:00
internal all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
les les: fix les/1 CHT compatibility issue (#15692) 2018-01-09 11:41:59 +01:00
light all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
log log: fix megacheck warnings 2017-08-07 13:40:05 +03:00
metrics cmd, dashboard: dashboard using React, Material-UI, Recharts (#15393) 2017-11-14 19:34:00 +02:00
miner all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
mobile all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
node p2p/simulations: various stability fixes (#15198) 2017-12-01 12:49:04 +01:00
p2p all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
params all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
rlp rlp: fix string size check in readKind (#15625) 2017-12-11 22:47:10 +01:00
rpc rpc: allow OPTIONS requests without Content-Type (#15759) 2017-12-28 14:15:33 +01:00
swarm various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
tests all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
trie various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
vendor vendor: update github.com/rjeczalik/notify (#15801) 2018-01-03 16:50:33 +02:00
whisper all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
.dockerignore dockerignore, internal/build: forward correct git folder 2017-11-12 22:52:41 +02:00
.gitattributes .gitattributes: add 2015-08-06 17:18:59 +02:00
.gitignore dashboard: integrate Flow, sketch message API (#15713) 2017-12-21 17:54:38 +02:00
.gitmodules tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
.mailmap all: update license information 2017-04-14 10:29:00 +02:00
.travis.yml travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849) 2018-01-11 16:02:01 +01:00
appveyor.yml appveyor: bump Go to 1.9.2 (#15726) 2017-12-21 11:30:44 +02:00
AUTHORS all: update license information 2017-04-14 10:29:00 +02:00
circle.yml circleci: enable docker based hive testing 2016-07-15 16:07:34 +03:00
COPYING all: update license information 2015-07-07 14:12:44 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
Dockerfile Dockerfile: support alltools image beside plain Geth 2017-11-13 14:30:13 +02:00
Dockerfile.alltools Dockerfile: support alltools image beside plain Geth 2017-11-13 14:30:13 +02:00
interfaces.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
Makefile all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
README.md Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
VERSION VERSION, params: begin 1.8.0 release cycle 2017-11-21 11:59:12 +02:00

Go-Ethereum Sharding

Join the chat at https://gitter.im/prysmaticlabs/geth-sharding

Sharding implementation for Geth