- Dec 21, 2016
-
-
Aron Fischer authored
-
Péter Szilágyi authored
mobile: fix ropsten chain configs
-
Péter Szilágyi authored
-
- Dec 20, 2016
-
-
Péter Szilágyi authored
-
Nick Johnson authored
This 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.
-
- Dec 19, 2016
-
-
Vlad Gluhovsky 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 authored
accounts/abi: prepare ABI to handle fixed point types
-
Péter Szilágyi authored
-
RJ Catalano authored
Signed-off-by:
VoR0220 <rj@erisindustries.com>
-
Péter Szilágyi authored
core: allow zero priced transactions from inexistent accounts too
-
Péter Szilágyi authored
internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}
-
- Dec 16, 2016
-
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Dec 15, 2016
-
-
Péter Szilágyi authored
p2p/nat: fix a bytes based net.IP comparison
-
Péter Szilágyi authored
-
- Dec 14, 2016
-
-
Péter Szilágyi authored
p2p/discover, p2p/discv5: use flexible comparison for IPs
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: import future blocks one-by-one, enfore chain ancestry
-
Péter Szilágyi authored
VERSION, params: start Geth 1.5.6 development cycle
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: stable version 1.5.5
-
Péter Szilágyi authored
-
Péter Szilágyi authored
miner: clean up unconfirmed mined block tracking
-
Péter Szilágyi authored
cmd/swarm: one command with subcommands
-
Péter Szilágyi authored
build: Ubuntu wily was officially deprecated, drop support
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: init pending state in tx pool on creation
-
Péter Szilágyi authored
cmd/utils, eth: Add gzip support for chain dump and restore
-
Nick Johnson authored
-
Viktor Trón authored
-
- Dec 13, 2016
-
-
Péter Szilágyi authored
travis, appveyor: build with Go 1.7.4
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/geth: drop legacy android code
-
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
Miner race fixes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-