- 03 May, 2017 11 commits
-
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Péter Szilágyi authored
cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously
-
Péter Szilágyi authored
-
Péter Szilágyi authored
consensus/clique: fix overflow on recent signer check around genesis
-
Péter Szilágyi authored
rpc: support subscriptions under custom namespaces
-
Péter Szilágyi authored
-
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
-
- 02 May, 2017 8 commits
-
-
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
-
- 28 Apr, 2017 2 commits
-
-
Bas van Kervel authored
-
gluk256 authored
-
- 26 Apr, 2017 1 commit
-
-
gluk256 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
-
- 25 Apr, 2017 10 commits
-
-
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
-
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.
-
- 24 Apr, 2017 4 commits
-
-
Péter Szilágyi authored
cmd/bootnode: stop after generating/writing nodekey
-
bas-vk 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
-
- 21 Apr, 2017 1 commit
-
-
Felix Lange authored
-
- 20 Apr, 2017 3 commits
-
-
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
-