- 02 Mar, 2015 1 commit
-
-
zelig authored
- improve logging - suicide -> removeChain - improved status BlocksInPool calculation
-
- 25 Feb, 2015 4 commits
-
-
zelig authored
- remove blockpool code - remove blockpool integration test (kinda embarrassing) - remove errors.go
-
zelig authored
-
zelig authored
- blockpool moves to its own package - uses errs pkg for its own coded errors - publicly settable config of params (time intervals and batchsizes) - test helpers in subpackage - optional TD in blocks used now to update peers chain info - major improvement in algorithm - fix fragility and sync/parallelisation bugs - implement status for reporting on sync status (peers/hashes/blocks etc) - several tests added and further corner cases covered
-
zelig authored
-
- 24 Feb, 2015 15 commits
-
-
Jeffrey Wilcke authored
RPC cleanup
-
Jeffrey Wilcke authored
Fix key store address hex decoding and accounts test
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Gustav Simonsson authored
Thanks to https://github.com/jaekwon for original fix!
-
Taylor Gerring authored
Convert gas values to integers
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
Implement OS sensitive dataDirs
-
Jeffrey Wilcke authored
Allow zero and negative block numbers
-
Jeffrey Wilcke authored
topics fix
-
Taylor Gerring authored
-
Fabian Vogelsteller authored
-
Taylor Gerring authored
Fixes #370
-
- 23 Feb, 2015 7 commits
-
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
-
Taylor Gerring authored
0 is genesis block. Xeth recognises -1 as current
-
Maran authored
-
- 22 Feb, 2015 10 commits
-
-
Jeffrey Wilcke authored
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKH...
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
Persistent Node Key
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
-
- 21 Feb, 2015 3 commits
-
-
Taylor Gerring authored
Don't print per-function testing results
-
Taylor Gerring authored
-
Gustav Simonsson authored
-