index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
vm.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simple effective VM optimisation
obscuren
2015-03-01
1
-6
/
+12
*
Fixed consensus issue for refunding
obscuren
2015-02-27
1
-2
/
+3
*
Merge pull request #360 from Gustav-Simonsson/add_stack_size_checks
Jeffrey Wilcke
2015-02-22
1
-3
/
+3
|
\
|
*
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKHASH
Gustav Simonsson
2015-02-21
1
-3
/
+3
*
|
Added Number to logs
obscuren
2015-02-22
1
-1
/
+1
|
/
*
Temp fix for #342
obscuren
2015-02-19
1
-2
/
+3
*
Documented methods & removed old manifest
obscuren
2015-02-12
1
-11
/
+0
*
Updated tests
obscuren
2015-02-04
1
-2
/
+4
*
Make sure that CALL addr is always 20 bytes
obscuren
2015-02-03
1
-5
/
+6
*
Added RPC "Call" for JS calls to contracts
obscuren
2015-01-29
1
-0
/
+2
*
StdVm by default
obscuren
2015-01-20
1
-2
/
+4
*
VmDebug => StdVm
obscuren
2015-01-19
1
-22
/
+945
*
JitVm struct stub. Forwards calls to DebugVm.
Paweł Bylica
2015-01-13
1
-0
/
+2
*
Closure => Context
obscuren
2015-01-02
1
-1
/
+1
*
Panic for "Vm"
obscuren
2014-12-13
1
-1
/
+1
*
Moved execution from vm to chain.
obscuren
2014-12-04
1
-687
/
+3
*
Re-org op codes
obscuren
2014-11-01
1
-2
/
+2
*
ethcrypto => crypto
obscuren
2014-10-31
1
-3
/
+3
*
Implemented LOG. Closes #159
obscuren
2014-10-27
1
-1
/
+1
*
Merge eth-go repository into go-ethereum
Felix Lange
2014-10-23
1
-2
/
+2
*
Updated the VM & VM tests
obscuren
2014-10-23
1
-4
/
+0
*
added a transfer method to vm env
obscuren
2014-10-22
1
-1
/
+1
*
Moved ethvm => vm
obscuren
2014-10-18
1
-0
/
+724