- Feb 29, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth/downloader: fix premature exit before notifying all part fetchers
-
Péter Szilágyi authored
-
- Feb 26, 2016
-
-
Jeffrey Wilcke authored
params: settle the Pi vs Tau dispute
-
Jeffrey Wilcke authored
This commit increases the artificial gas floor to 4712388
-
Jeffrey Wilcke authored
eth/downloader: fix header download limiting
-
Felix Lange authored
Fixes #2201
-
- Feb 24, 2016
-
-
Péter Szilágyi authored
Godeps, eth, tests: update ethash, used shared for testing
-
Péter Szilágyi authored
eth/downloader: bump the download queue size to prevent starvation
-
Jeffrey Wilcke authored
Closes #2241: Use Keccak-256 from golang.org/x/crypto/sha3 and mention explicitly
-
Péter Szilágyi authored
-
Péter Szilágyi authored
p2p/discover: NTP sanity check clock drift in case of expirations
-
Péter Szilágyi authored
ethdb: fully disable metrics if not requested (oops?)
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 23, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
Added Vagrantfile so that developers can spin up a VM to build geth
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: fixed homestead tx check
-
Péter Szilágyi authored
eth/downloader: fix partial rollback and ancestor lookup
-
Péter Szilágyi authored
core/state, trie: add node iterator, test state/trie sync consistency
-
- Feb 21, 2016
-
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
As we aren't really using the standarized SHA-3
-
Ricardo Catalinas Jiménez authored
This hash function is slightly different from the standarized NIST SHA-3 as both of them use different domain separation bits.
-
Ricardo Catalinas Jiménez authored
-
Ricardo Catalinas Jiménez authored
Revision: 1f22c0103821b9390939b6776727195525381532
-
Ricardo Catalinas Jiménez authored
-
- Feb 20, 2016
-
-
Jeffrey Wilcke authored
When a block is queried for retrieval we should add a check whether the block falls within the frontier rules. If we'd always use `From` retrieving transaction might fail. This PR temporarily changes everything to `FromFrontier` (safe!).
-
- Feb 19, 2016
-
-
Jeffrey Wilcke authored
core, core/vm: consensus changes necessary for the homestead release
-
Felix Lange authored
console: seed random number generator
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
p2p, p2p/discover: EIP-8 changes
-
Felix Lange authored
-
Felix Lange authored
-