aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/gen_header_json.go
Commit message (Expand)AuthorAgeFilesLines
* core: fix blockReward serializationWei-Ning Huang2019-04-091-15/+7
* app: add cache mechanism to increase performanceBojie Wu2019-04-091-34/+41
* dex: return round in get block rpc outputWei-Ning Huang2019-04-091-4/+4
* dex: remove uneeded info from block headerWei-Ning Huang2019-04-091-58/+44
* core: types: fix header marshal jsonSonic2019-04-091-34/+70
* core: vm: implement RAND opcode supportWei-Ning Huang2019-04-091-0/+7
* 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-4/+4
* fix mixHash/nonce for parity compatible network (#18166)Jaynti Kanani2018-11-261-10/+10
* all: regenerate codecs with gencodec commit 90983d99de (#15830)Felix Lange2018-01-081-2/+2
* all: update generated code (#15808)Felix Lange2018-01-081-2/+4
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-8/+8
* core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868)Felix Lange2017-04-061-53/+53
* core, core/types: use non-pointer receiver for Marshal* methodsFelix Lange2017-03-271-26/+26
* core/types: use gencodec for JSON marshaling codeFelix Lange2017-03-071-0/+136