aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_manager.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethutil => commonobscuren2015-03-161-18/+18
|
* typoobscuren2015-03-141-1/+1
|
* Improved errors. Closes #475obscuren2015-03-141-2/+2
|
* GetBlockByNumber now properly looks for a number in the databaseobscuren2015-03-141-28/+33
|
* Return proper errorobscuren2015-03-141-0/+2
|
* Implemented a manage state for keeping track of noncesobscuren2015-03-131-5/+6
|
* Increased genesis gas & gas floor limit to 3141592obscuren2015-03-131-3/+1
|
* fallbackobscuren2015-03-111-0/+2
|
* mergeobscuren2015-03-081-8/+6
|\
| * Added eth.chain.new_headTaylor Gerring2015-03-061-2/+9
| |
* | Separated block db from state db. Partial fix for #416obscuren2015-03-071-15/+16
| |
* | Queued approach to delivering chain eventsobscuren2015-03-061-34/+73
| |
* | debug comments & pow handlingobscuren2015-03-061-5/+0
| |
* | Merge pull request #426 from Gustav-Simonsson/add_blockchain_testsJeffrey Wilcke2015-03-061-0/+15
|\ \ | | | | | | Add initial implementation of block tests
| * | Add initial implementation of block testsGustav Simonsson2015-03-051-0/+15
| | | | | | | | | | | | | | | | | | | | | * Add blocktest cmd and support for block tests files in tests/BlockTests , the launched node does not connect to network, resets state with a genesis block from the test file and starts the RPC API
* | | Miner fixes and updates (including miner)obscuren2015-03-051-9/+19
|/ /
* | uncle validationobscuren2015-03-041-6/+6
| |
* | Changed nonce to a uint64obscuren2015-03-041-1/+1
| |
* | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-03-041-3/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-jsonlogs Conflicts: eth/block_pool.go eth/block_pool_test.go eth/protocol_test.go miner/worker.go
| * | add eth.chain.new_head log to core/chain_managerzelig2015-03-031-3/+12
| |/
* / New gas prices modelobscuren2015-03-021-4/+6
|/
* Merge branch 'master' into developobscuren2015-02-241-4/+26
|\
| * Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-4/+26
| | | | | | | | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
* | removed logobscuren2015-02-241-1/+0
|/
* Minor updates for releaseobscuren2015-02-211-1/+2
|
* Fixed chain event issueobscuren2015-02-201-3/+1
|
* fixed mergeobscuren2015-02-201-6/+3
|\
* | dirty tracking for state objects fixedobscuren2015-02-201-1/+1
| |
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-5/+20
|/
* Added GetBlock GetUncle with OOB guardobscuren2015-02-181-8/+8
|
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-2/+0
|
* Filter and mutex locks addedobscuren2015-02-171-1/+12
|
* Removed reference to lastBlockNumber & LastBlockNumberobscuren2015-02-161-21/+5
|
* Resolved some bugs in the minerobscuren2015-02-151-1/+1
| | | | | | * TODO nonce error sometimes persists * Fixed mining on wrong blocks * Fixed state error & receipt fail
* Reference pointer to block instead of pointer to functionobscuren2015-02-151-1/+1
|
* Basic structure minerobscuren2015-02-101-1/+10
|
* Filteringobscuren2015-02-051-2/+1
|
* changed lost keyobscuren2015-01-291-1/+7
|
* Fixed difficultyobscuren2015-01-181-5/+4
| | | | Difficulty was broken when refactored.
* Moved the TD method from block processor.obscuren2015-01-101-1/+15
|
* mem fixes for vm. Changed uncle inclusion testsobscuren2015-01-101-0/+22
|
* Merge remote-tracking branch 'upstream/develop' into developzelig2015-01-091-2/+2
|\
| * Minor fixed and additions for block procobscuren2015-01-081-2/+2
| | | | | | | | | | | | * Path check length * Genesis include TD * Output TD on last block
* | GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT ↵zelig2015-01-091-3/+1
|/ | | | of hash
* Refactored ethutil.Config.Db outobscuren2015-01-071-16/+13
|
* Adjusted difficulty and skip get tx messagesobscuren2015-01-061-1/+1
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-8/+8
| | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments
* Closure => Contextobscuren2015-01-021-20/+0
|
* Added a query interface for world stateobscuren2015-01-021-0/+9
|
* Set TD to block once processedobscuren2015-01-021-0/+1
|
* Delete current chain for resetobscuren2014-12-231-0/+4
|
* Chain importerobscuren2014-12-231-5/+0
|
* Refactored block & Transactionobscuren2014-12-231-59/+75
| | | | * Includes new rlp decoder
* Merge fixesobscuren2014-12-181-1/+4
|
* Merged developobscuren2014-12-181-37/+83
|\
| * Updated to new methodsobscuren2014-12-181-0/+7
| |
| * Locks, refactor, testsobscuren2014-12-181-37/+76
| | | | | | | | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies
* | Merge branch 'develop' into poc8obscuren2014-12-181-1/+10
|\|
| * moved err checkobscuren2014-12-171-1/+10
| |
* | resolve merge conflict hellzelig2014-12-151-4/+0
| |
* | adapt chain_manager to eth protocol interfacezelig2014-12-151-0/+4
| | | | | | | | | | - add Status() to return td, currentblock hash, genesis hash - GetChainHashesFromHash -> GetBlockHashesFromHash
* | add Status to retrieve TD, currentBlock, genesis for easy interface with ↵zelig2014-12-151-1/+5
|/ | | | eth/protocol
* moved interfacesobscuren2014-12-111-0/+2
|
* states moved to chainobscuren2014-12-111-0/+13
|
* upped proto version and modified block poolobscuren2014-12-051-9/+15
|
* Only set TD if it's actually higherobscuren2014-12-041-1/+4
|
* Renamed `chain` => `core`obscuren2014-12-041-0/+276