aboutsummaryrefslogtreecommitdiffstats
path: root/core/blocks.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* core: typos and comments improvechanghong2017-05-251-1/+1
| | | | | | | | 1. fix typos 2. methods recevier of struct should be same 3. comments improve (cherry picked from commit 1ba979539582a00b7fd1a7c8a37a6852e59eac0d)
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-251-0/+1
| | | | | Implemented proper touch revert journal entries and copied a Parity consensus bug in order to remain in sync with the current longest chain.
* remove 0xJeffrey Wilcke2015-08-211-1/+1
|
* core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-211-4/+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
|
* core: add bad block for the 'missing nonce check' forkFelix Lange2015-06-081-0/+1
|
* core: added bad blockobscuren2015-05-281-0/+1
|
* core, eth/downloader: expose the bad hashes, check in downloaderPéter Szilágyi2015-05-281-3/+4
|
* core: ban hash 38f5bb...a714bcobscuren2015-05-261-0/+1
| | | | | Hash 38f5bbbffd74804820ffa4bab0cd540e9de229725afb98c1a7e57936f4a714bc ignored.
* core: added chain reset mechanism on bad blocksobscuren2015-04-201-0/+7