- Apr 25, 2017
-
-
Bas van Kervel authored
-
Péter Szilágyi authored
eth: add debug_storageRangeAt
-
Felix Lange authored
-
Felix Lange authored
The 'step' method is split into two parts, 'peek' and 'push'. peek returns the next state but doesn't make it current. The end of iteration was previously tracked by setting 'trie' to nil. End of iteration is now tracked using the 'iteratorEnd' error, which is slightly cleaner and requires less code.
-
Felix Lange authored
Make it so each iterator has exactly one public constructor: - NodeIterators can be created through a method. - Iterators can be created through NewIterator on any NodeIterator.
-
Felix Lange authored
'encode' and 'decode' are meaningless because the code deals with three encodings. Document the encodings and give a name to each one.
-
- Apr 24, 2017
-
-
Péter Szilágyi authored
cmd/bootnode: stop after generating/writing nodekey
-
Bas van Kervel authored
* internal/ethapi: return empty arrays instead of null * internal/ethapi: minor comments to avoid future regressions
-
Péter Szilágyi authored
core, light: delete SplitStatTy, ChainSplitEvent (unused)
-
Bas van Kervel authored
-
- Apr 21, 2017
-
-
Felix Lange authored
-
- Apr 20, 2017
-
-
Péter Szilágyi authored
cmd/faucet: further user validations and bot protection
-
Péter Szilágyi authored
cmd, node: add --nousb and node.Config.NoUSB to disable hw wallets
-
Péter Szilágyi authored
core: make genesis incompatibility error more explicit
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Apr 18, 2017
-
-
Felix Lange authored
The key was constructed from nibbles, which isn't possible for all nodes. Remove the only use of Key in LightTrie by always retrying with the original key that was looked up.
-
Péter Szilágyi authored
rpc: improve BlockNumber unmarshal parsing
-
- Apr 16, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Apr 14, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Apr 13, 2017
-
-
Péter Szilágyi authored
cmd/geth: update flag groups in the geth command usage
-
Péter Szilágyi authored
-
Péter Szilágyi authored
common/compiler: add metadata output for solc > 0.4.6
-
Bas van Kervel authored
-
Péter Szilágyi authored
build: bump launchpad builds to Go 1.8.1
-
Péter Szilágyi authored
-
Nick Johnson authored
-
holisticode authored
Fixes #3608
-
Péter Szilágyi authored
consensus/ethash: simplify concurrency in VerifyHeaders
-
- Apr 12, 2017
-
-
Bas van Kervel authored
Currently http cors and websocket origins are a comma separated string in the config object. These are replaced with string arrays that are more expressive in case of a config file.
-
Felix Lange authored
This change removes a convoluted use of sync/atomic from VerifyHeaders. It also fixes the annoying error about future blocks.
-