aboutsummaryrefslogtreecommitdiffstats
path: root/core/types.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-4/+4
* core, dex: use block hash as witness data (#160)Sonic2019-06-121-1/+2
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-06-121-0/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-3/+3
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-4/+2
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-22/+8
* core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
* core, miner: move Backend to minerFelix Lange2016-08-171-15/+0
* eth: remove dapp database remainsFelix Lange2016-08-171-1/+0
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-1/+1
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-1/+1
* core: various typosLeif Jurvetson2016-03-161-1/+1
* core: create a header chain structure shared by core.BlockChain and light.Lig...zsfelfoldi2016-03-101-2/+10
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-0/+70