/converters/p5-Convert-PEM/

dex : dexon
DEXON full node (https://github.com/dexon-foundation/dexon)
aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
Commit message (Expand)AuthorAgeFilesLines
* core, dex/downloader: polish headers verification and blocks insertion logic ...Sonic2019-04-091-0/+11
* core, dex: use block hash as witness data (#160)Sonic2019-04-091-6/+0
* core: add database/sql support for more types (#102)Meng-Ying Yang2019-04-091-1/+26
* dex: remove duplicate declaration of WitnessData (#92)Wei-Ning Huang2019-04-091-1/+0
* core: revert changes to StateProcessor.Process (#29)Wei-Ning Huang2019-04-091-3/+1
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-04-091-0/+1
* core: validate roundHeight mapping in governance contractWei-Ning Huang2019-04-091-0/+4
* core: fix blockReward serializationWei-Ning Huang2019-04-091-22/+21
* app: add cache mechanism to increase performanceBojie Wu2019-04-091-17/+18
* dex: return round in get block rpc outputWei-Ning Huang2019-04-091-0/+1
* dex: remove uneeded info from block headerWei-Ning Huang2019-04-091-23/+26
* core: types: fix header marshal jsonSonic2019-04-091-0/+2
* app: check nonce and balance in prepare payloadBojie Wu2019-04-091-2/+0
* core: included Dexcon metadata in blockWei-Ning Huang2019-04-091-2/+3
* app: implement verify block logicBojie Wu2019-04-091-0/+2
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-04-091-19/+22
* app: implement new insert blocks logicBojie Wu2019-04-091-16/+19
* core: vm: implement RAND opcode supportWei-Ning Huang2019-04-091-0/+1
* dex/core: misc bug fixesWei-Ning Huang2019-04-091-1/+2
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-7/+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