aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
Commit message (Expand)AuthorAgeFilesLines
* eth, les: add sanity checks for unbounded block fields (#19573)Martin Holst Swende2019-07-081-0/+26
* consensus,core: shortcut uncle validationMartin Holst Swende2019-04-081-1/+4
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-031-7/+4
* core/types: remove use of package unsafeGus2019-01-291-2/+4
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* fix mixHash/nonce for parity compatible network (#18166)Jaynti Kanani2018-11-261-2/+2
* miner: fix state commit, track old work packages too (#17490)gary rong2018-08-231-23/+0
* core/types: remove String methods from struct types (#16205)Steven Roose2018-04-051-35/+0
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+9
* all: update generated code (#15808)Felix Lange2018-01-081-2/+2
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-12/+6
* core/types: use Header.Hash for block hashes (#14587)bailantaotao2017-06-071-1/+1
* core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868)Felix Lange2017-04-061-15/+16
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-6/+5
* core/types: use gencodec for JSON marshaling codeFelix Lange2017-03-071-100/+27
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-021-6/+6
* eth: accept leading zeros for nonce parameter of submitWork (#3558)Felix Lange2017-01-131-2/+2
* core/types: use package hexutil for JSON handlingFelix Lange2016-11-281-22/+15
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-2/+2
* core/types: renamed receiptRoot to receiptsRootBas van Kervel2016-10-051-1/+1
* core/types, core/vm: improve docs, add JSON marshaling methodsFelix Lange2016-08-041-64/+110
* rpc: refactor subscriptions and filtersBas van Kervel2016-08-171-0/+22
* eth: enable bad block reportsFelix Lange2016-05-251-2/+4
* core, core/types, eth: add and use Block.BodyFelix Lange2016-04-151-0/+3
* core: various typosLeif Jurvetson2016-03-161-1/+1
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+4
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-5/+0
* eth/downloader: add fast and light sync strategiesPéter Szilágyi2015-10-191-5/+5
* core: support inserting pure header chainsPéter Szilágyi2015-10-191-7/+9
* core: split out TD from database and all internalsPéter Szilágyi2015-09-111-16/+19
* core, eth: split the db blocks into headers and bodiesPéter Szilágyi2015-09-111-0/+4
* Merge pull request #1701 from karalabe/eth62-sync-rebaseFelix Lange2015-08-271-0/+14
|\
| * eth: port the synchronisation algo to eth/62Péter Szilágyi2015-08-251-0/+14
* | Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-3/+6
|/
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | Merge pull request #1510 from fjl/license-fixesJeffrey Wilcke2015-07-231-4/+4
|\|
| * all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* | core: fix an RLP encoding data race due to deep struct copyPéter Szilágyi2015-07-231-2/+2
|/
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-071-0/+16
* Use uint64 for block header timestampGustav Simonsson2015-06-301-1/+1
* core/types: cache computed block valuesFelix Lange2015-06-301-3/+22
* core/types: make blocks immutableFelix Lange2015-06-301-237/+184
* types: block json unmarshal method addedobscuren2015-06-041-0/+24
* core/types, eth: meassure and display propagation timesobscuren2015-04-301-0/+2
* core/types: added fake parent hash / hash to String() outputobscuren2015-04-291-1/+11
* Validate block header UncleHash against calculated hashGustav Simonsson2015-04-231-0/+4
* core: moved TD calculation from proc to chainobscuren2015-04-201-9/+7
* future queued block supportzelig2015-04-091-0/+4
* Block header changed & console miner controlobscuren2015-04-061-3/+3
* check TxMsgzelig2015-04-011-3/+3
* test for invalid rlp encoding of block in BlocksMsgzelig2015-04-011-15/+12
* eth: SEC-29 eth wire protocol decoding invalid message data crashes clientzelig2015-04-011-0/+20
* Copy fixobscuren2015-03-241-2/+9
* Added copy functionobscuren2015-03-241-0/+17
* removed legacy codeobscuren2015-03-241-2/+1
* core/types: use package rlp instead of common.DecodeFelix Lange2015-03-181-22/+77
* updated blockpoolobscuren2015-03-171-3/+3
* core/types: use common.{Hash,Address} in for transactionsFelix Lange2015-03-171-3/+2
* block conversionobscuren2015-03-171-30/+31
* new type + additional methodsobscuren2015-03-161-17/+17
* Moved ethutil => commonobscuren2015-03-161-5/+5
* mergeobscuren2015-03-151-2/+2
|\
| * core/types: make Block.{ParentHash,SeedHash,MixDigest} []byteFelix Lange2015-03-141-3/+3
* | POW fixesobscuren2015-03-141-6/+1
|/
* Miner fixes and updates (including miner)obscuren2015-03-051-6/+8
* Fixed genesisobscuren2015-03-041-12/+23
* Changed nonce to a uint64obscuren2015-03-041-5/+5
* fixed pow stuffobscuren2015-03-041-1/+4
* Introducing ethashMatthew Wampler-Doty2015-03-031-1/+14
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-2/+7
* Added GetBlock GetUncle with OOB guardobscuren2015-02-181-0/+12
* Fixed mining & limited hash powerobscuren2015-02-141-1/+2
* Update balance label when miningobscuren2015-02-141-0/+2
* WIP minerobscuren2015-02-041-11/+15
* Refactored ethutil.Config.Db outobscuren2015-01-071-11/+11
* Mergeobscuren2015-01-061-42/+35
* Refactored tx pool and added extra fields to blockobscuren2015-01-021-2/+2
* Fixed chain test & added new chainobscuren2014-12-301-0/+1
* Switched to new trieobscuren2014-12-241-2/+2
* Chain importerobscuren2014-12-231-15/+21
* Refactored block & Transactionobscuren2014-12-231-323/+167
* Locks, refactor, testsobscuren2014-12-181-1/+1
* Moved powobscuren2014-12-101-0/+3
* Renamed State => StateDBobscuren2014-12-041-2/+2
* Renamed `chain` => `core`obscuren2014-12-041-0/+413