- Feb 25, 2015
-
-
Jeffrey Wilcke authored
Validate block header gas limit
-
Gustav Simonsson authored
* Add block header gas limit validation in ValidateBlock function, see eq 39 and 45 in yellow paper. Before it was calculated _for_ the block instead of validated. * Use the block header gas limit when setting the gas pool instead of calculating the value for the block.
-
Taylor Gerring authored
Update Go and Qt versions in Travis
-
Taylor Gerring authored
-
- Feb 24, 2015
-
-
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
-
- Feb 23, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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 Hidskes authored
-
- Feb 22, 2015
-
-
Jeffrey Wilcke authored
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKH...
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Persistent Node Key
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
-
- Feb 21, 2015
-
-
Taylor Gerring authored
Don't print per-function testing results
-
Taylor Gerring authored
-
Gustav Simonsson authored
-
- Feb 20, 2015
-
-
Jeffrey Wilcke authored
-