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
*
Cleaned up some of that util
obscuren
2015-01-04
1
-1
/
+1
*
Cleanup old code
obscuren
2015-01-04
1
-2
/
+2
*
Changed prev_hash to block_hash, state transition now uses vm env
obscuren
2015-01-04
1
-8
/
+11
*
Changed JUMP(I) behaviour.
obscuren
2015-01-03
1
-18
/
+2
*
Closure => Context
obscuren
2015-01-02
1
-58
/
+66
*
Minor improvements
obscuren
2014-12-31
1
-162
/
+163
*
JUMPI never 'require' checked.
obscuren
2014-12-31
1
-1
/
+1
*
Merge branch 'develop' into poc8
obscuren
2014-12-31
1
-1
/
+1
|
\
|
*
SIGNEXTEND missing from stack check
obscuren
2014-12-31
1
-1
/
+1
*
|
removed variable
obscuren
2014-12-30
1
-5
/
+1
|
/
*
Removed incorrect range check for push
obscuren
2014-12-30
1
-2
/
+3
*
Minor updates on gas and removed/refactored old code.
obscuren
2014-12-20
1
-19
/
+22
*
Cleaned up objects
obscuren
2014-12-19
1
-4
/
+2
*
Fixed casting error
obscuren
2014-12-19
1
-3
/
+4
*
Gas corrections and vm fixes
obscuren
2014-12-19
1
-10
/
+10
*
Moved pre-compiled, moved depth check
obscuren
2014-12-18
1
-3
/
+21
*
additional log
obscuren
2014-12-12
1
-3
/
+2
*
Squashed commit of the following:
obscuren
2014-12-12
1
-12
/
+7
*
changed to unsigned integers
obscuren
2014-12-10
1
-11
/
+11
*
Core changes
obscuren
2014-12-10
1
-3
/
+11
*
EXP simplified
obscuren
2014-12-05
1
-7
/
+1
*
Fixed issue in VM where LOG didn't pop anything of the stack
obscuren
2014-12-05
1
-2
/
+2
*
Log is now interface
obscuren
2014-12-04
1
-2
/
+2
*
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