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)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
evm
/
main.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core, tests: reduced state copy by N calls
Jeffrey Wilcke
2015-08-07
1
-0
/
+3
*
core/vm, tests: implemented semi-jit vm
Jeffrey Wilcke
2015-08-07
1
-6
/
+20
*
cmd/core,xeth: removed unneeded states & added batch writes
Jeffrey Wilcke
2015-07-23
1
-31
/
+81
*
all: update license headers to distiguish GPL/LGPL
Felix Lange
2015-07-23
1
-2
/
+2
*
all: add some godoc synopsis comments
Felix Lange
2015-07-07
1
-0
/
+1
*
all: remove @author comments
Felix Lange
2015-07-07
1
-5
/
+0
*
all: update license information
Felix Lange
2015-07-07
1
-16
/
+16
*
Use uint64 for block header timestamp
Gustav Simonsson
2015-06-30
1
-3
/
+3
*
cmd/evm: print trace when running programs
obscuren
2015-06-11
1
-0
/
+3
*
cmd/evm: implements vm.Environment
obscuren
2015-06-10
1
-0
/
+7
*
Fixed tests to reflect log changes
obscuren
2015-04-09
1
-1
/
+1
*
fixed tests
obscuren
2015-04-01
1
-2
/
+2
*
fixed tests
obscuren
2015-03-24
1
-4
/
+4
*
moved state and vm to core
obscuren
2015-03-23
1
-2
/
+2
*
converted to proper types
obscuren
2015-03-22
1
-29
/
+29
*
Moved ethutil => common
obscuren
2015-03-16
1
-6
/
+6
*
cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls
Felix Lange
2015-03-10
1
-2
/
+0
*
Secure trie
obscuren
2015-03-01
1
-1
/
+0
*
fixed test
obscuren
2015-02-05
1
-0
/
+1
*
Refactored ethutil.Config.Db out
obscuren
2015-01-07
1
-2
/
+1
*
cmd/evm: add dummy implementation for GetHash
Felix Lange
2015-01-06
1
-0
/
+6
*
Added license headers
obscuren
2015-01-06
1
-2
/
+0
*
Closure => Context
obscuren
2015-01-02
1
-3
/
+3
*
fixed trie
obscuren
2014-12-30
1
-2
/
+2
*
Fixed EVM environment. Closes #215
obscuren
2014-12-21
1
-3
/
+1
*
Fixed tests
obscuren
2014-12-10
1
-1
/
+1
*
Log is now interface
obscuren
2014-12-04
1
-1
/
+1
*
sort tests for evm
obscuren
2014-12-04
1
-6
/
+7
*
Updated testing tools
obscuren
2014-12-04
1
-22
/
+68
*
Removed all implicit logging. Fixed gas issues and jump errors
obscuren
2014-11-12
1
-2
/
+3
*
Moved messages eventing to chain manager
obscuren
2014-11-10
1
-1
/
+1
*
Added dumps
obscuren
2014-11-10
1
-2
/
+9
*
Added VM testing tool
obscuren
2014-11-10
1
-0
/
+109