Name
Last commit
Last update
.github github: format code owners file (#18090)
accounts accounts: wallet derivation path comment is mistaken (#17934)
build travis, build: speed up CI runs (#17854)
cmd cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s cluster (#18104)
common common/compiler: capture runtime code and source maps (#18020)
consensus consensus/clique: fix comment typo (#18103)
console all: remove the duplicate 'the' in annotations (#17509)
containers/docker containers: drop vagrant support, noone's maintaining it
contracts contracts/ens: expose Add and SetAddr in ENS (#17661)
core Merge pull request #17973 from holiman/splitter2
crypto core/vm: faster create/create2 (#17806)
dashboard dashboard: append to proper slice (#17266)
eth core, eth/downloader: fix ancestor lookup for fast sync
ethclient ethclient: include block hash from FilterQuery (#17996)
ethdb ethdb, rpc: support building on js/wasm (#17709)
ethstats ethstats: comment minor correction (#17102)
event event/filter: delete unused package (#18063)
internal internal/cmdtest: Expose process exit status and errors (#18046)
les les: fix pubkey index typo (#18093)
light cmd, core, eth, light, trie: add trie read caching layer
log internal/debug: support color terminal for cygwin/msys2 (#17740)
metrics metrics, p2p: add ephemeral registry (#18067)
miner miner: fix miner stress test (#18039)
mobile mobile: add whisper client (#15922)
node core: better side-chain importing
p2p core: better side-chain importing
params params: add Constantinople block to AllXYZProtocolChanges (#18162)
rlp rlp: fix comment typo (#17640)
rpc rpc: fix package doc typo (#18101)
signer signer: remove ineffectual assignments (#18049)
swarm swarm/network/stream: use swarm/mock/mem as mock global store (#18157)
tests cmd, core, eth, light, trie: add trie read caching layer
trie trie: go fmt package
vendor cmd, core, eth, light, trie: add trie read caching layer
whisper whisper/mailserver: reduce the max number of opened files (#18142)
.dockerignore dockerignore, internal/build: forward correct git folder
.gitattributes .gitattributes: enable solidity highlighting on github (#16425)
.gitignore cmd, dashboard: use webpack dev server, remove custom assets (#16263)
.gitmodules tests: update tests and implement general state tests (#14734)
.mailmap all: update license information (#16089)
.travis.yml travis, appveyor: bump to Go 1.11.2 (#18031)
AUTHORS all: switch out defunct set library to different one (#16873)
COPYING all: update license information
COPYING.LESSER all: update license information
Dockerfile travis, Dockerfile, appveyor, build: bump to Go 1.11
Dockerfile.alltools travis, Dockerfile, appveyor, build: bump to Go 1.11
Makefile cmd/swarm, swarm: cross-platform Content-Type detection (#17782)
README.md Update minimum required Go version in README.md (#18151)
appveyor.yml travis, appveyor: bump to Go 1.11.2 (#18031)
circle.yml circleci: enable docker based hive testing
interfaces.go eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs