aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm
Commit message (Expand)AuthorAgeFilesLines
* core/vm, params: EIP160: EXP repriceJeffrey Wilcke2016-11-131-1/+2
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-139-49/+72
* common/math, core/vm: implement fast EXP (#3214)Jeffrey Wilcke2016-11-021-2/+3
* Merge pull request #3064 from pirapira/limit_struct_logsJeffrey Wilcke2016-10-313-3/+14
|\
| * vm, ethapi: add `limit` option to traceTransactionYoichi Hirai2016-09-303-3/+14
* | core/vm: Ignore EnableJit ChainConfig setting (#3166)Hao Bryan Cheng2016-10-211-1/+3
* | core/vm: fix GASPRICE string (resolves #2553)Benjamin Brent2016-10-191-1/+1
* | core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-156-20/+115
* | core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-064-5/+8
* | core/state: implement reverts by journaling all changesFelix Lange2016-10-063-8/+8
* | cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-016-12/+17
|/
* core/state: track all accounts in canon stateFelix Lange2016-09-262-1/+2
* core/types, core/vm: improve docs, add JSON marshaling methodsFelix Lange2016-08-042-21/+127
* core/vm, eth: Add support for javascript trace functionsNick Johnson2016-08-232-9/+6
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-2211-162/+136
* core/vm: hide ecrecover error messageFelix Lange2016-08-061-2/+2
* Merge pull request #2724 from pirapira/fix_reset_feesPéter Szilágyi2016-07-152-2/+2
|\
| * vm: Replace some SstoreClearGas with SstoreResetGasYoichi Hirai2016-06-222-2/+2
* | eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+2
|/
* all: fix go vet warningsFelix Lange2016-04-152-3/+1
* all: update license informationFelix Lange2016-04-1514-9/+90
* core: added basic chain configurationJeffrey Wilcke2016-04-0113-56/+72
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-2412-145/+336
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-239-39/+27
* core: various typosLeif Jurvetson2016-03-169-18/+18
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-227-8/+8
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-189-74/+123
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-1810-37/+94
* core/vm/runtime: simplified runtime calling mechanismJeffrey Wilcke2016-02-112-6/+93
* core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, in...Peter Pratscher2016-02-022-1/+3
* core/vm: resolve circular dependency to debug vm storagePéter Szilágyi2016-01-124-14/+20
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+16
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-185-0/+399
* Merge pull request #1883 from obscuren/jit-vm-optimisationsJeffrey Wilcke2015-10-2210-83/+469
|\
| * core/vm: added parsing utilitiesJeffrey Wilcke2015-10-174-3/+180
| * core/vm: added JIT segmenting / optimisationsJeffrey Wilcke2015-10-178-5/+202
| * core/vm: abstracted instruction execution away from JITJeffrey Wilcke2015-10-172-76/+88
* | Merge pull request #1889 from karalabe/fast-sync-rebaseJeffrey Wilcke2015-10-221-23/+28
|\ \
| * | core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-1/+1
| * | core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-6/+8
| * | core: differentiate receipt concensus and storage decodingPéter Szilágyi2015-10-191-17/+20
| |/
* / core, tests: get_hash fixJeffrey Wilcke2015-10-211-1/+1
|/
* core/vm: copy stack element to prevent overwritesPéter Szilágyi2015-10-121-3/+4
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-062-4/+2
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-045-11/+11
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-0418-829/+764
* core, core/vm, core/state: remove unused functionsGustav Simonsson2015-09-111-17/+0
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-254-4/+4
* cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-123-5/+5
* core/vm: fixed jit error & added inline docsJeffrey Wilcke2015-08-112-11/+14
* cmd/geth, core/vm: setup vm settings and defaulted JIT disabledJeffrey Wilcke2015-08-091-3/+3
* core/vm: reduced big int allocationsJeffrey Wilcke2015-08-073-122/+77
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-075-1/+8
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-079-64/+1356
* all: fix license headers one more timeFelix Lange2015-07-2417-17/+17
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-2317-68/+68
* core/vm: added str to opJeffrey Wilcke2015-07-091-0/+136
* all: goimports -wFelix Lange2015-07-071-2/+4
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-0717-0/+272
* core, miner: removed vm errors from consensus err checkingJeffrey Wilcke2015-07-061-1/+1
* Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-042-23/+5
* Use uint64 for block header timestampGustav Simonsson2015-06-302-2/+2
* core/vm: clarified SSTOREobscuren2015-06-181-7/+5
* core, core/vm: state improvements and tx pool speed upobscuren2015-06-171-15/+6
* core: TMP testing codeobscuren2015-06-171-6/+15
* core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-4/+11
* core/state, core/vm: cleanup refundsobscuren2015-06-171-2/+2
* core/vm: Improved error reporting for trace loggingobscuren2015-06-124-46/+45
* core/vm: fixed printable characters using unicode insteadobscuren2015-06-121-2/+2
* core/vm: added a comment regarding the uint64 vs *big.Intobscuren2015-06-111-1/+3
* core/vm: reverse loop stackobscuren2015-06-111-2/+3
* core/vm: fixed a bug where `Data` ignored the stack ptrobscuren2015-06-111-1/+1
* core, core/vm: moved logger and added gas cost to struct loggingobscuren2015-06-113-4/+50
* core/vm: unexported stack again. No longer requiredobscuren2015-06-103-16/+16
* core/vm: documentation and name changesobscuren2015-06-102-18/+34
* core/vm, core/state: added storage to structured vm loggingobscuren2015-06-102-8/+16
* core, core/vm: added structure loggingobscuren2015-06-105-147/+40
* core/vm: added structured loggingobscuren2015-06-101-4/+22
* core/vm: changed program counter to uint64obscuren2015-06-102-13/+13
* 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-045-52/+0
* core/vm: check for 'no code' before doing any workFelix Lange2015-06-031-5/+5
* core/vm: improve JUMPDEST analysisFelix Lange2015-06-033-25/+44
* core/vm: Fork fix. Removal of appending 0 bytes in memsetobscuren2015-05-261-6/+2
* Merge pull request #1101 from obscuren/issue-1096Jeffrey Wilcke2015-05-261-15/+3
|\
| * core/vm: Cleanups & SUB output fix. Closes #1096obscuren2015-05-261-15/+3
* | core/vm, rpc: added disasm to `ext_` RPCobscuren2015-05-221-0/+21
|/
* core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-202-1/+13
* Changed how logs are being recordedobscuren2015-04-082-2/+3
* Use logger.Error instead of 0 with glogGustav Simonsson2015-04-071-1/+2
* Forward and log EC recover err and remove dup pubkey len checkGustav Simonsson2015-04-071-2/+4
* basic glogobscuren2015-04-042-11/+6
* bool => intobscuren2015-04-031-63/+63
* fixed stack levelobscuren2015-04-031-3/+4
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-027-81/+46
* sha3 stack checkobscuren2015-04-011-1/+1
* Check stack for BALANCE. Closes #622obscuren2015-04-011-1/+1
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+2
* Cleanup.obscuren2015-03-291-10/+13
* Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ...obscuren2015-03-291-7/+21
* Cleanup VM.obscuren2015-03-294-56/+45
* Cleanup VMobscuren2015-03-293-10/+22
* PUSH gas fixobscuren2015-03-272-21/+5
* Removed commentsobscuren2015-03-271-15/+0
* Removed defer/panic. #503obscuren2015-03-274-120/+180
* Explicitly check memory's data store. #515obscuren2015-03-271-1/+8
* Stack limitobscuren2015-03-271-0/+6
* Cleaned up changesobscuren2015-03-242-3/+2
* Modified according to poc 9 changesobscuren2015-03-241-1/+1
* Decrement depthobscuren2015-03-241-1/+3
* moved state and vm to coreobscuren2015-03-2317-0/+2384