aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: add database/sql support for more types (#102)Meng-Ying Yang2019-04-091-7/+86
* dex: fix testsWei-Ning Huang2019-04-091-0/+2
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-3/+3
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+6
* 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