aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+1
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* Use uint64 for block header timestampGustav Simonsson2015-06-301-1/+1
|
* core/types: make transactions immutableFelix Lange2015-06-301-15/+4
|
* Changed R S to big int and fixed testsobscuren2015-04-051-2/+2
|
* core/types: use package rlp instead of common.DecodeFelix Lange2015-03-181-8/+49
|
* converted vmobscuren2015-03-171-3/+2
|
* block conversionobscuren2015-03-171-0/+19
|
* added nil checkobscuren2015-01-021-22/+0
|
* Refactored block & Transactionobscuren2014-12-231-0/+23
* Includes new rlp decoder