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_debug.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
sort tests for evm
obscuren
2014-12-04
1
-2
/
+2
*
Fixes #189
obscuren
2014-12-04
1
-21
/
+0
*
Renames for chain, updated VM, moved methods
obscuren
2014-12-04
1
-43
/
+42
*
Descriptive function names for closure getters
obscuren
2014-12-04
1
-2
/
+2
*
Moved execution from vm to chain.
obscuren
2014-12-04
1
-25
/
+30
*
reverted vm back
obscuren
2014-12-03
1
-123
/
+137
*
merge
obscuren
2014-12-03
1
-6
/
+9
|
\
|
*
Fixed mem error in vm. Fixed logs tests
obscuren
2014-12-03
1
-4
/
+6
|
*
Updated LOG to match proper gas in all cases
obscuren
2014-12-03
1
-2
/
+3
*
|
merge errors fixed
obscuren
2014-12-02
1
-2
/
+13
|
\
|
|
*
Fixed EXP gas
obscuren
2014-12-02
1
-6
/
+7
|
*
Make an attempt to pay for the gas prior to expanding the mem.
obscuren
2014-12-02
1
-1
/
+2
|
*
Additional fees for *COPY
obscuren
2014-12-02
1
-0
/
+6
|
*
Changed the way transactions are being added to the transaction pool
obscuren
2014-12-02
1
-1
/
+10
*
|
rework vm
obscuren
2014-12-01
1
-137
/
+130
*
|
Update vm_debug.go
obscuren
2014-11-18
1
-1
/
+0
|
/
*
Fixes for PV41/42
obscuren
2014-11-14
1
-6
/
+9
*
Numerous fixes for consensus.
obscuren
2014-11-14
1
-2
/
+8
*
Removed all implicit logging. Fixed gas issues and jump errors
obscuren
2014-11-12
1
-1
/
+3
*
Added VM testing tool
obscuren
2014-11-10
1
-2
/
+1
*
There'll be jumping in to jumps
obscuren
2014-11-05
1
-0
/
+2
*
Fixed VM and added static analysis for EVM jumps
obscuren
2014-11-05
1
-15
/
+22
*
Squashed commit of the following:
obscuren
2014-11-05
1
-13
/
+15
*
Sign ext
obscuren
2014-11-03
1
-1
/
+1
*
Signextend
obscuren
2014-11-01
1
-0
/
+14
*
Re-org op codes
obscuren
2014-11-01
1
-3
/
+3
*
ethstate => state
obscuren
2014-10-31
1
-17
/
+17
*
ethcrypto => crypto
obscuren
2014-10-31
1
-3
/
+3
*
Moved logging to state, proper structured block
obscuren
2014-10-30
1
-1
/
+2
*
PoC 7 updates
obscuren
2014-10-29
1
-2
/
+2
*
Added missing requires on SSTORE SLOAD
obscuren
2014-10-28
1
-1
/
+5
*
Refund SSTORE properly
obscuren
2014-10-28
1
-1
/
+2
*
Implemented LOG. Closes #159
obscuren
2014-10-27
1
-6
/
+27
*
Merge eth-go repository into go-ethereum
Felix Lange
2014-10-23
1
-2
/
+2
*
Chnged to use GetOp instead & added error + checking
obscuren
2014-10-23
1
-3
/
+3
*
All Stack requirements are now checked prior to reduring gas.
obscuren
2014-10-23
1
-37
/
+19
*
Updated the VM & VM tests
obscuren
2014-10-23
1
-4
/
+1
*
Do not set error on recover
obscuren
2014-10-23
1
-2
/
+3
*
Renamed block_chain to chain_manager
obscuren
2014-10-20
1
-1
/
+1
*
Moved ethvm => vm
obscuren
2014-10-18
1
-0
/
+922