aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block_chain.go
Commit message (Expand)AuthorAgeFilesLines
* Removed old codeobscuren2014-08-231-1/+1
* Removed old chain codeobscuren2014-08-221-155/+0
* PoC 6 networking code.obscuren2014-08-211-0/+20
* Updated chain for filteringobscuren2014-08-111-0/+2
* Added state dump methodobscuren2014-08-061-4/+12
* ethtrie.NewTrie => ethtrie.Newobscuren2014-08-041-5/+5
* Old code removed and renamed amount to balanceobscuren2014-07-301-3/+4
* Refactored to new state and vmobscuren2014-07-241-2/+2
* Log changeobscuren2014-07-071-2/+1
* merge upstreamzelig2014-07-011-1/+1
|\
| * Upobscuren2014-07-011-1/+1
* | change all modified calls to ethtrie, ethutil and ethcrypto functionszelig2014-06-301-1/+1
|/
* nil checkobscuren2014-06-271-1/+8
* go fmtzelig2014-06-271-1/+1
* merge upstream; fix port in use warning; new logger APIzelig2014-06-261-6/+5
|\
| * Logging, variable rearrangementobscuren2014-06-261-6/+5
* | modified logging APIzelig2014-06-231-14/+16
|/
* Moving closer to interopobscuren2014-06-141-0/+2
* Merge branch 'develop' into interopobscuren2014-06-121-13/+1
|\
| * Refactor to use new methodMaran2014-06-101-13/+1
* | Minor changesobscuren2014-06-121-2/+1
|/
* Working on interopobscuren2014-05-221-10/+11
* Changed numbersobscuren2014-05-211-6/+6
* Changed transaction hash for poc 5obscuren2014-05-201-0/+16
* added romanobscuren2014-05-201-0/+1
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-201-1/+1
|\
| * Refactored a lot of the chain catchup/reorg.Maran2014-05-201-1/+1
* | Added Maran to premineobscuren2014-05-201-2/+1
* | No longer store script directly in the state treeobscuren2014-05-201-1/+1
|/
* Changed how changes are being applied to statesobscuren2014-05-171-2/+2
* Mobscuren2014-05-151-1/+1
* Removed old tx pool notification system. Fixes #19obscuren2014-05-151-1/+2
* Fixed state problemobscuren2014-04-291-1/+2
* Call initial closure with proper tx argumentobscuren2014-04-231-0/+1
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-3/+3
* Added todoMaran2014-04-091-0/+2
* Small tweaksMaran2014-04-011-3/+0
* Finalize blockchain reverting testMaran2014-04-011-8/+14
* More blockchain testingMaran2014-03-311-2/+11
* initial testcode for canonical chainMaran2014-03-241-13/+22
* FindCanonicalChain returns true or false when we are on the Canonical chain o...Maran2014-03-241-1/+4
* Initial block reorganisation codeMaran2014-03-211-0/+97
* More mining reworkMaran2014-03-201-2/+1
* Initial smart-miner stuffMaran2014-03-101-0/+1
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-1/+28
* Updated block to use state instead of trie directlyobscuren2014-03-031-1/+1
* Updated some of the log statements to use the ethutil loggerobscuren2014-02-221-2/+0
* Get a chain of blocks made simpleobscuren2014-02-211-0/+23
* Fixed block handlingobscuren2014-02-181-4/+3
* Removed RlpValue in favour of Valueobscuren2014-02-151-1/+1
* The great mergeobscuren2014-02-151-0/+184