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
/
core
/
block_manager.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
BlockManager => BlockProcessor
obscuren
2015-01-05
1
-359
/
+0
*
Cleaned up some of that util
obscuren
2015-01-04
1
-13
/
+0
*
Changed prev_hash to block_hash, state transition now uses vm env
obscuren
2015-01-04
1
-5
/
+7
*
Removed the deferred reset
obscuren
2014-12-24
1
-6
/
+0
*
Switched to new trie
obscuren
2014-12-24
1
-0
/
+1
*
Chain importer
obscuren
2014-12-23
1
-2
/
+2
*
Refactored block & Transaction
obscuren
2014-12-23
1
-40
/
+46
*
Merge branch 'develop' into poc8
obscuren
2014-12-20
1
-1
/
+3
|
\
|
*
Minor updates on gas and removed/refactored old code.
obscuren
2014-12-20
1
-1
/
+3
|
*
Removed OOG check. Revert should always happen.
obscuren
2014-12-19
1
-1
/
+1
*
|
merge
obscuren
2014-12-19
1
-3
/
+3
|
\
|
|
*
Gas corrections and vm fixes
obscuren
2014-12-19
1
-1
/
+1
|
*
Created generic message (easy for testing)
obscuren
2014-12-18
1
-2
/
+2
*
|
Merged develop
obscuren
2014-12-18
1
-10
/
+10
|
\
|
|
*
Locks, refactor, tests
obscuren
2014-12-18
1
-3
/
+3
|
*
Removed ethereum as dependency
obscuren
2014-12-18
1
-7
/
+7
*
|
adapt to new eth pkg and p2p
zelig
2014-12-15
1
-5
/
+3
|
/
*
moved interfaces
obscuren
2014-12-11
1
-15
/
+8
*
states moved to chain
obscuren
2014-12-11
1
-10
/
+0
*
Removed start/stop methods
obscuren
2014-12-10
1
-22
/
+0
*
Moved pow
obscuren
2014-12-10
1
-3
/
+5
*
Fixed issue in VM where LOG didn't pop anything of the stack
obscuren
2014-12-05
1
-7
/
+6
*
Skip mining on transactions that don't meet the min accepted gas price
obscuren
2014-12-05
1
-16
/
+12
*
Improved and simplified wallet functions and behaviour
obscuren
2014-12-04
1
-4
/
+6
*
Moved block validation as first step
obscuren
2014-12-04
1
-7
/
+3
*
sort tests for evm
obscuren
2014-12-04
1
-1
/
+0
*
Renamed State => StateDB
obscuren
2014-12-04
1
-9
/
+9
*
Renamed `chain` => `core`
obscuren
2014-12-04
1
-0
/
+414