- 02 May, 2017 1 commit
-
-
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.
-
- 28 Apr, 2017 1 commit
-
-
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 9 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
-
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 5 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
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 18 Apr, 2017 2 commits
-
-
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
-
- 16 Apr, 2017 4 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 14 Apr, 2017 7 commits
-
-
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
-
- 13 Apr, 2017 5 commits
-
-
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
-