- 01 Apr, 2015 21 commits
 - 
- 
zelig authored
- add validation on TxMsg checking for nil - add test for nil transaction - add test for zero value transaction (no extra validation needed)
 - 
zelig authored
- rename Validate -> ValidateFields not to confure consensus block validation - add nil transaction and nil uncle header validation - remove bigint field checks: rlp already decodes *big.Int to big.NewInt(0) - add test for nil header, nil transaction
 - 
zelig authored
 - 
zelig authored
- add validate method to types.Block - validate after Decode -> error - add tests for NewBlockMsg
 - 
Jeffrey Wilcke authored
Frontier/513
 - 
Bas van Kervel authored
 - 
obscuren authored
 - 
obscuren authored
 - 
 - 
Jeffrey Wilcke authored
Configurable CORS domain
 - 
Bas van Kervel authored
 - 
Taylor Gerring authored
 - 
Taylor Gerring authored
 - 
obscuren authored
 - 
obscuren authored
 - 
Taylor Gerring authored
 - 
obscuren authored
 - 
Taylor Gerring authored
Actually verifies output as by regex
 - 
obscuren authored
* Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success)
 - 
obscuren authored
 - 
Taylor Gerring authored
 
 - 
 - 31 Mar, 2015 14 commits
 - 
- 
Taylor Gerring authored
 - 
Taylor Gerring authored
Improving this in the future will allow for cleaning up a bit of legacy code.
 - 
Taylor Gerring authored
Now formats based on underlying hexdata or hexnum type. Fields directly with respective constructors that cover from native types
 - 
Taylor Gerring authored
 - 
Taylor Gerring authored
 - 
Taylor Gerring authored
Benefits from automatic output formatting differences between quantities and data
 - 
Taylor Gerring authored
 - 
obscuren authored
 - 
obscuren authored
29da5ea add JS block test example as state test 04108e0 Merge remote-tracking branch 'origin' into develop 6da7f35 JS failures 22b5dfc stQuadraticComplexity Refill with latest develop c97bf26 Memory / Solidity Test Update git-subtree-dir: tests/files git-subtree-split: 29da5ea53ab36d74bd3c0712337168086cabfb8d
 - 
obscuren authored
 - 
obscuren authored
 - 
Felix Lange authored
Update Go bootnode address
 - 
Taylor Gerring authored
 - 
Jeffrey Wilcke authored
Correct gas limit validation according to new algorithm
 
 - 
 - 30 Mar, 2015 3 commits
 - 
- 
Taylor Gerring authored
Requirements for calls differ from transactions
 - 
Gustav Simonsson authored
* Use absolute value of (block's gas limit) - (parent's gas limit) in comparison with diff limit. * Ensure the diff is strictly smaller than the allowed size.
 - 
Taylor Gerring authored
 
 - 
 - 29 Mar, 2015 2 commits
 - 
- 
Taylor Gerring authored
 - 
Taylor Gerring authored
 
 -