aboutsummaryrefslogtreecommitdiffstats
path: root/core/evm.go
Commit message (Expand)AuthorAgeFilesLines
* build: ci: fix testsWei-Ning Huang2019-10-031-1/+6
* core: set block timestamp to second instead of millisecondWei-Ning Huang2019-09-171-1/+1
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-5/+5
* core: vm: flatten governanceWei-Ning Huang2019-06-121-0/+1
* tests: fix testsWei-Ning Huang2019-06-121-1/+10
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-06-121-20/+30
* app: fix core testBJ42019-06-121-1/+8
* core: validate roundHeight mapping in governance contractWei-Ning Huang2019-06-121-0/+5
* core: vm: implement RAND opcode supportWei-Ning Huang2019-06-121-0/+1
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-4/+4
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-1/+1
* core: fix typo in comment codehadv2018-07-251-1/+1
* core: minor evm polishes and optimizationsPéter Szilágyi2018-03-261-3/+16
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+1
* all: update license informationFelix Lange2017-04-141-1/+1
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-7/+18
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-0/+73