aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/contracts.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-5/+5
* core/vm: fix typo in cryptographic hash function name (#17285)Ha ĐANG2018-07-311-1/+1
* core/vm, crypto/bn256: switch over to cloudflare library (#16203)Péter Szilágyi2018-03-051-25/+6
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-3/+3
* core/vm, crypto/bn256: fix bn256 use and pairing corner casePéter Szilágyi2017-08-171-6/+7
* core/vm: optimize copy-less data retrievalsPéter Szilágyi2017-08-141-48/+55
* core/vm: polish precompile contract code, add tests and benchesPéter Szilágyi2017-08-141-157/+192
* core: add Metropolis pre-compiles (EIP 197, 198 and 213)Jeffrey Wilcke2017-08-111-0/+202
* core/vm: remove logging and add section labels to struct logs (#14782)Felix Lange2017-07-191-3/+0
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-24/+25
* all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-2/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-4/+5
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+4
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-10/+16
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-18/+21
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-21/+18
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-18/+21
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-48/+62
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-10/+4
* core/vm: hide ecrecover error messageFelix Lange2016-08-061-2/+2
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-1/+2
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-5/+5
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Remove unneeded if check on EC recover paddingGustav Simonsson2015-06-091-3/+1
* Pad precompiled EC recover input and add validationsGustav Simonsson2015-06-091-8/+14
* core/vm: cleanup and renamesobscuren2015-06-041-0/+98