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
/
state_transition.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved transaction pool
obscuren
2015-04-09
1
-16
/
+15
*
Moved logging to logger.Core
obscuren
2015-04-04
1
-4
/
+3
*
Read most protocol params from common/params.json
Gustav Simonsson
2015-04-02
1
-4
/
+5
*
Blocktest fixed, Execution fixed
obscuren
2015-04-01
1
-4
/
+5
*
Cleaned up changes
obscuren
2015-03-24
1
-5
/
+2
*
Modified according to poc 9 changes
obscuren
2015-03-24
1
-1
/
+1
*
Updated for PV59
obscuren
2015-03-24
1
-8
/
+7
*
moved state and vm to core
obscuren
2015-03-23
1
-2
/
+2
*
conversions. -compilable-
obscuren
2015-03-18
1
-0
/
+6
*
Fixed VM & Tests w/ conversion
obscuren
2015-03-17
1
-10
/
+9
*
core: actually convert transaction pool
Felix Lange
2015-03-17
1
-10
/
+9
*
Merge remote-tracking branch 'ethereum/conversion' into conversion
Felix Lange
2015-03-17
1
-9
/
+13
|
\
|
*
converted vm
obscuren
2015-03-17
1
-9
/
+13
*
|
core: adapt Message for new Transaction.From signature
Felix Lange
2015-03-17
1
-2
/
+3
|
/
*
updated vm env
obscuren
2015-03-17
1
-3
/
+3
*
Moved ethutil => common
obscuren
2015-03-16
1
-4
/
+4
*
Return proper error
obscuren
2015-03-14
1
-0
/
+3
*
Removed some of that gas pre pay magic
obscuren
2015-03-13
1
-22
/
+25
*
Lowered default gas price and increased default gas limit
obscuren
2015-03-12
1
-0
/
+2
*
Improved error reporting and removed commented code
obscuren
2015-03-11
1
-32
/
+1
*
Merge ethereum/poc-9 into accounts-integration
Felix Lange
2015-03-10
1
-3
/
+9
|
\
|
*
Spec changes.
obscuren
2015-03-06
1
-3
/
+10
*
|
core: remove Hash method from Message interface
Felix Lange
2015-03-10
1
-3
/
+2
|
/
*
Fixed error for invalid transaction
obscuren
2015-03-03
1
-7
/
+6
*
Updated gast costs
obscuren
2015-03-03
1
-8
/
+4
*
New gas prices model
obscuren
2015-03-02
1
-3
/
+9
*
Bump
obscuren
2015-02-27
1
-4
/
+1
*
Fixed consensus issue for refunding
obscuren
2015-02-27
1
-3
/
+6
*
Removed exported fields from state object and added proper set/getters
obscuren
2015-02-20
1
-4
/
+4
*
Optimisations and fixed a couple of DDOS issues in the miner
obscuren
2015-02-20
1
-1
/
+2
*
Docs & old code removed
obscuren
2015-02-03
1
-21
/
+25
*
Added (disabled) Jit validation
obscuren
2015-02-01
1
-0
/
+25
*
Fixed consensus issue
obscuren
2015-01-13
1
-2
/
+1
*
Changed prev_hash to block_hash, state transition now uses vm env
obscuren
2015-01-04
1
-20
/
+21
*
Closure => Context
obscuren
2015-01-02
1
-1
/
+1
*
Minor updates on gas and removed/refactored old code.
obscuren
2014-12-20
1
-11
/
+10
*
Removed OOG check. Revert should always happen.
obscuren
2014-12-19
1
-2
/
+9
*
Transaction was generating incorrect hash because of var changes
obscuren
2014-12-19
1
-1
/
+1
*
Fixed refund model
obscuren
2014-12-19
1
-6
/
+4
*
Gas corrections and vm fixes
obscuren
2014-12-19
1
-36
/
+37
*
Moved methods to messages
obscuren
2014-12-18
1
-4
/
+6
*
Created generic message (easy for testing)
obscuren
2014-12-18
1
-32
/
+66
*
null ptr fix
obscuren
2014-12-04
1
-4
/
+3
*
Renamed State => StateDB
obscuren
2014-12-04
1
-3
/
+3
*
Renamed `chain` => `core`
obscuren
2014-12-04
1
-0
/
+198