- 23 Dec, 2016 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 22 Dec, 2016 2 commits
- 
- 
Péter Szilágyi authoredrpc: remove HexBytes, HexNumber 
- 
bas-vk authored
 
- 
- 21 Dec, 2016 6 commits
- 
- 
Valentin Wüstholz authored
- 
Aron Fischer authored
- 
Aron Fischer authored
- 
Aron Fischer authored
- 
Péter Szilágyi authoredmobile: fix ropsten chain configs 
- 
Péter Szilágyi authored
 
- 
- 20 Dec, 2016 7 commits
- 
- 
Felix Lange authored
- 
Felix Lange authoredThis change couldn't be automated because HexNumber was used for numbers of all sizes. 
- 
Felix Lange authored
- 
Felix Lange authoredThe message now includes the index of the invalid arg. 
- 
Felix Lange authoredinspect was broken by ffaf58f0 (May 2016!). Looks like nobody uses this function. 
- 
Péter Szilágyi authored
- 
Nick Johnson authoredThis commit introduces a FindOnce method for filters. FindOnce finds the next block that matches the filter and returns all matching logs from that block. If there are no further matching logs, it returns a nil slice. This method allows callers to iterate over large sets of logs progressively. The changes introduce a small inefficiency relating to mipmaps: the first time a filter is called, it acts as if all mipmaps are matched, and thus iterates several blocks near the requested start point. This is in the interest of simplicity and avoiding duplicate mipmap lookups each time FindOnce is called. 
 
- 
- 19 Dec, 2016 6 commits
- 
- 
gluk256 authored* whisper: refactored message processing * whisper: final polishing * whisper: logging updated * whisper: moved the check, changed the default PoW * whisper: refactoring of message queuing * whisper: refactored parameters 
- 
Péter Szilágyi authoredaccounts/abi: prepare ABI to handle fixed point types 
- 
Péter Szilágyi authored
- 
VoR0220 authoredSigned-off-by:VoR0220 <rj@erisindustries.com> 
- 
Péter Szilágyi authoredcore: allow zero priced transactions from inexistent accounts too 
- 
Péter Szilágyi authoredinternal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}
 
- 
- 16 Dec, 2016 2 commits
- 
- 
Péter Szilágyi authored
- 
Felix Lange authored
 
- 
- 15 Dec, 2016 2 commits
- 
- 
Péter Szilágyi authoredp2p/nat: fix a bytes based net.IP comparison 
- 
Péter Szilágyi authored
 
- 
- 14 Dec, 2016 14 commits
- 
- 
Péter Szilágyi authoredp2p/discover, p2p/discv5: use flexible comparison for IPs 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredcore: import future blocks one-by-one, enfore chain ancestry 
- 
Péter Szilágyi authoredVERSION, params: start Geth 1.5.6 development cycle 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredparams: stable version 1.5.5 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredminer: clean up unconfirmed mined block tracking 
- 
Péter Szilágyi authoredcmd/swarm: one command with subcommands 
- 
Péter Szilágyi authoredbuild: Ubuntu wily was officially deprecated, drop support 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredcore: init pending state in tx pool on creation 
- 
Péter Szilágyi authoredcmd/utils, eth: Add gzip support for chain dump and restore 
- 
Nick Johnson authored
 
-