aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block_test.go
Commit message (Expand)AuthorAgeFilesLines
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-291-1/+1
* 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
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* 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