- May 03, 2017
-
-
nicky g authored
README: add config to genesis.json
-
Péter Szilágyi authored
-
Péter Szilágyi authored
consensus/ethash: fix a timestamp update race
-
- May 02, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: fix a potential issue against future refactors
-
Péter Szilágyi authored
console: avoid float64 when remarshaling parameters
-
Péter Szilágyi authored
-
Péter Szilágyi authored
rpc: disable CORS if user has not specified a custom config
-
Felix Lange authored
With Go 1.7, encoding/json marshals float64 using scientific notation ("10e+6"), but Go's int and *big.Int decoders don't accept such numbers. This change disables use of float64 to avoid the problem.
-
Bas van Kervel authored
-
Péter Szilágyi authored
cmd/geth: reorganise account/wallet command/flags
-
- Apr 28, 2017
-
-
Bas van Kervel authored
-
Vlad Gluhovsky authored
-
- Apr 26, 2017
-
-
Vlad Gluhovsky authored
* whisper: salt removed from AES encryption * whisper: padding format updated * whisper: padding test added * whisper: padding refactored, tests fixed * whisper: padding test updated * whisper: wnode bugfix * whisper: send/receive protocol updated * whisper: minor update * whisper: bugfix in test * whisper: updated parameter names and comments * whisper: functions renamed * whisper: minor refactoring
-
- Apr 25, 2017
-
-
Péter Szilágyi authored
node: fixes deadlock on Wait()
-
Péter Szilágyi authored
cmd, eth, les, mobile: make networkid uint64 everywhere
-
Victor Farazdagi authored
-
Péter Szilágyi 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
-