aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/instructions_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license information (#16089)Felix Lange2018-02-141-0/+16
|
* core/vm: benchmarking of metro precompilesMartin Holst Swende2017-08-141-120/+39
|
* core/vm: polish precompile contract code, add tests and benchesPéter Szilágyi2017-08-141-22/+64
| | | | | * Update modexp gas calculation to new version * Fix modexp modulo 0 special case to return zero
* core/vm: add benchmarks for some ops and precompiles (#14641)Martin Holst Swende2017-06-281-0/+242
|
* core/vm, common/math: Add doc about Byte, fix formatMartin Holst Swende2017-06-091-1/+0
|
* core/vm, common/math: Add fast getByte for bigints, improve opByteMartin Holst Swende2017-06-051-0/+43