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
/
state
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed mkdnode & added some tests
obscuren
2015-03-19
4
-2
/
+25
*
Moved ethutil => common
obscuren
2015-03-16
6
-51
/
+51
*
more tests for remote update
obscuren
2015-03-14
1
-0
/
+8
*
Make remote dominant
obscuren
2015-03-14
2
-7
/
+48
*
Implemented managed state
obscuren
2015-03-13
2
-18
/
+86
*
Implemented a manage state for keeping track of nonces
obscuren
2015-03-13
1
-0
/
+56
*
Removed some of that gas pre pay magic
obscuren
2015-03-13
1
-15
/
+18
*
fixed ethtest
obscuren
2015-03-13
1
-9
/
+9
*
cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls
Felix Lange
2015-03-10
1
-1
/
+0
*
state: fix tests
Felix Lange
2015-03-10
1
-3
/
+3
*
Updated tests and fixed suicide
obscuren
2015-03-09
2
-1
/
+10
*
merge
obscuren
2015-03-04
1
-9
/
+9
|
\
|
*
GetOrNew for accessors. Fixes #404
obscuren
2015-03-02
1
-9
/
+9
*
|
GasLimit check updated
obscuren
2015-03-04
1
-0
/
+4
*
|
Trie => SecureTrie
obscuren
2015-03-03
2
-3
/
+3
|
/
*
Removed some methods from the JS REPL
obscuren
2015-03-01
1
-2
/
+5
*
Fixed consensus issue for refunding
obscuren
2015-02-27
2
-7
/
+16
*
Added Number to logs
obscuren
2015-02-22
1
-2
/
+9
*
Removed exported fields from state object and added proper set/getters
obscuren
2015-02-20
3
-33
/
+50
*
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
obscuren
2015-02-20
1
-5
/
+38
|
\
|
*
Merge pull request #355 from fjl/test-fixes
Jeffrey Wilcke
2015-02-20
1
-5
/
+38
|
|
\
|
|
*
state: improve TestDump
Felix Lange
2015-02-20
1
-5
/
+38
*
|
|
dirty tracking for state objects fixed
obscuren
2015-02-20
1
-1
/
+9
|
/
/
*
|
Optimisations and fixed a couple of DDOS issues in the miner
obscuren
2015-02-20
2
-20
/
+29
*
|
Reset storage cache after sync
obscuren
2015-02-19
1
-0
/
+1
|
/
*
Use new rlp (TODO requires some refactoring)
obscuren
2015-02-17
1
-2
/
+23
*
Documented methods & removed old manifest
obscuren
2015-02-12
2
-91
/
+21
*
Added missing whisper timestamp. Closes #284
obscuren
2015-02-03
1
-5
/
+2
*
removed old code
obscuren
2015-02-01
1
-12
/
+0
*
Fixed issue with Storage()
obscuren
2015-01-30
1
-29
/
+0
*
Moved ptrie => trie. Removed old trie
obscuren
2015-01-08
2
-8
/
+7
*
Refactored ethutil.Config.Db out
obscuren
2015-01-07
4
-29
/
+23
*
Changed prev_hash to block_hash, state transition now uses vm env
obscuren
2015-01-04
1
-0
/
+6
*
added nil check
obscuren
2015-01-02
1
-5
/
+4
*
Switched to new trie
obscuren
2014-12-24
3
-47
/
+58
*
Minor updates on gas and removed/refactored old code.
obscuren
2014-12-20
1
-0
/
+7
*
Fixed refund model
obscuren
2014-12-19
1
-7
/
+10
*
Gas corrections and vm fixes
obscuren
2014-12-19
1
-20
/
+10
*
Fixed tests
obscuren
2014-12-10
1
-1
/
+1
*
Log is now interface
obscuren
2014-12-04
2
-20
/
+43
*
Renamed State => StateDB
obscuren
2014-12-04
3
-36
/
+36
*
Moved execution from vm to chain.
obscuren
2014-12-04
1
-5
/
+4
*
merge errors fixed
obscuren
2014-12-02
2
-2
/
+3
|
\
|
*
Changed the way transactions are being added to the transaction pool
obscuren
2014-12-02
2
-2
/
+3
*
|
Fixed merge
obscuren
2014-11-29
1
-13
/
+16
|
\
|
|
*
Changed refund
obscuren
2014-11-29
1
-13
/
+16
*
|
Added new iterator and tests
obscuren
2014-11-19
1
-3
/
+1
*
|
Added `chain` tests & minor fixes
obscuren
2014-11-19
2
-8
/
+8
*
|
update imports order per goimports
Taylor Gerring
2014-11-16
1
-1
/
+2
*
|
Merge branch 'develop' of https://github.com/tgerring/go-ethereum
Taylor Gerring
2014-11-15
2
-21
/
+54
|
/
*
Transaction execution fixes
obscuren
2014-11-12
3
-4
/
+4
*
Removed all implicit logging. Fixed gas issues and jump errors
obscuren
2014-11-12
2
-6
/
+6
*
debugging code
obscuren
2014-11-11
2
-4
/
+21
*
Removed debug print
obscuren
2014-11-04
1
-1
/
+0
*
Added storage root to dump
obscuren
2014-11-04
2
-1
/
+7
*
Compress data on db level. Closes #174
obscuren
2014-11-03
1
-14
/
+2
*
all: fix rename breakage
Felix Lange
2014-11-01
1
-2
/
+2
*
ethtrie => trie
obscuren
2014-10-31
2
-10
/
+10
*
ethstate => state
obscuren
2014-10-31
7
-0
/
+859