Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed tests | obscuren | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Copy fix | obscuren | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | better block propagation | obscuren | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | moved to error | obscuren | 2015-03-23 | 1 | -9/+2 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-23 | 1 | -2/+4 |
|\ | |||||
| * | Correct difficulty calculation to use new difficulty minimum | Gustav Simonsson | 2015-03-23 | 1 | -2/+4 |
| | | |||||
* | | logging for possible uncles | obscuren | 2015-03-23 | 1 | -0/+5 |
| | | |||||
* | | added some nil checks for cache (testing specific) | obscuren | 2015-03-23 | 1 | -6/+19 |
|/ | |||||
* | Added caching for block chain. Currently set to 10k | obscuren | 2015-03-20 | 1 | -1/+19 |
| | |||||
* | :-) | obscuren | 2015-03-20 | 1 | -1/+0 |
| | |||||
* | merge | obscuren | 2015-03-19 | 1 | -9/+7 |
|\ | |||||
| * | re-enabled json logging | obscuren | 2015-03-19 | 1 | -2/+0 |
| | | |||||
| * | fixed chain event. Closes #529 | obscuren | 2015-03-19 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-18 | 1 | -15/+12 |
|\ \ | | | | | | | | | | conversion | ||||
| * | | core: use package rlp to encode blocks | Felix Lange | 2015-03-18 | 1 | -15/+12 |
| | | | | | | | | | | | | | | | This also changes the chain export format so there is no enclosing list around the blocks, which enables streaming export. | ||||
* | | | prep template for fixed size hashes | obscuren | 2015-03-18 | 1 | -2/+2 |
|/ / | |||||
* / | converted chain manager | obscuren | 2015-03-17 | 1 | -21/+27 |
|/ | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -18/+18 |
| | |||||
* | typo | obscuren | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | Improved errors. Closes #475 | obscuren | 2015-03-14 | 1 | -2/+2 |
| | |||||
* | GetBlockByNumber now properly looks for a number in the database | obscuren | 2015-03-14 | 1 | -28/+33 |
| | |||||
* | Return proper error | obscuren | 2015-03-14 | 1 | -0/+2 |
| | |||||
* | Implemented a manage state for keeping track of nonces | obscuren | 2015-03-13 | 1 | -5/+6 |
| | |||||
* | Increased genesis gas & gas floor limit to 3141592 | obscuren | 2015-03-13 | 1 | -3/+1 |
| | |||||
* | fallback | obscuren | 2015-03-11 | 1 | -0/+2 |
| | |||||
* | merge | obscuren | 2015-03-08 | 1 | -8/+6 |
|\ | |||||
| * | Added eth.chain.new_head | Taylor Gerring | 2015-03-06 | 1 | -2/+9 |
| | | |||||
* | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -15/+16 |
| | | |||||
* | | Queued approach to delivering chain events | obscuren | 2015-03-06 | 1 | -34/+73 |
| | | |||||
* | | debug comments & pow handling | obscuren | 2015-03-06 | 1 | -5/+0 |
| | | |||||
* | | Merge pull request #426 from Gustav-Simonsson/add_blockchain_tests | Jeffrey Wilcke | 2015-03-06 | 1 | -0/+15 |
|\ \ | | | | | | | Add initial implementation of block tests | ||||
| * | | Add initial implementation of block tests | Gustav Simonsson | 2015-03-05 | 1 | -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) | obscuren | 2015-03-05 | 1 | -9/+19 |
|/ / | |||||
* | | uncle validation | obscuren | 2015-03-04 | 1 | -6/+6 |
| | | |||||
* | | Changed nonce to a uint64 | obscuren | 2015-03-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-04 | 1 | -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_manager | zelig | 2015-03-03 | 1 | -3/+12 |
| |/ | |||||
* / | New gas prices model | obscuren | 2015-03-02 | 1 | -4/+6 |
|/ | |||||
* | Merge branch 'master' into develop | obscuren | 2015-02-24 | 1 | -4/+26 |
|\ | |||||
| * | Properly uninstall filters. Mining issue fixed #closes #365 | obscuren | 2015-02-23 | 1 | -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 log | obscuren | 2015-02-24 | 1 | -1/+0 |
|/ | |||||
* | Minor updates for release | obscuren | 2015-02-21 | 1 | -1/+2 |
| | |||||
* | Fixed chain event issue | obscuren | 2015-02-20 | 1 | -3/+1 |
| | |||||
* | fixed merge | obscuren | 2015-02-20 | 1 | -6/+3 |
|\ | |||||
* | | dirty tracking for state objects fixed | obscuren | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -5/+20 |
|/ | |||||
* | Added GetBlock GetUncle with OOB guard | obscuren | 2015-02-18 | 1 | -8/+8 |
| | |||||
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -2/+0 |
| | |||||
* | Filter and mutex locks added | obscuren | 2015-02-17 | 1 | -1/+12 |
| | |||||
* | Removed reference to lastBlockNumber & LastBlockNumber | obscuren | 2015-02-16 | 1 | -21/+5 |
| | |||||
* | Resolved some bugs in the miner | obscuren | 2015-02-15 | 1 | -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 function | obscuren | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Basic structure miner | obscuren | 2015-02-10 | 1 | -1/+10 |
| | |||||
* | Filtering | obscuren | 2015-02-05 | 1 | -2/+1 |
| | |||||
* | changed lost key | obscuren | 2015-01-29 | 1 | -1/+7 |
| | |||||
* | Fixed difficulty | obscuren | 2015-01-18 | 1 | -5/+4 |
| | | | | Difficulty was broken when refactored. | ||||
* | Moved the TD method from block processor. | obscuren | 2015-01-10 | 1 | -1/+15 |
| | |||||
* | mem fixes for vm. Changed uncle inclusion tests | obscuren | 2015-01-10 | 1 | -0/+22 |
| | |||||
* | Merge remote-tracking branch 'upstream/develop' into develop | zelig | 2015-01-09 | 1 | -2/+2 |
|\ | |||||
| * | Minor fixed and additions for block proc | obscuren | 2015-01-08 | 1 | -2/+2 |
| | | | | | | | | | | | | * Path check length * Genesis include TD * Output TD on last block | ||||
* | | GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT ↵ | zelig | 2015-01-09 | 1 | -3/+1 |
|/ | | | | of hash | ||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -16/+13 |
| | |||||
* | Adjusted difficulty and skip get tx messages | obscuren | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -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 => Context | obscuren | 2015-01-02 | 1 | -20/+0 |
| | |||||
* | Added a query interface for world state | obscuren | 2015-01-02 | 1 | -0/+9 |
| | |||||
* | Set TD to block once processed | obscuren | 2015-01-02 | 1 | -0/+1 |
| | |||||
* | Delete current chain for reset | obscuren | 2014-12-23 | 1 | -0/+4 |
| | |||||
* | Chain importer | obscuren | 2014-12-23 | 1 | -5/+0 |
| | |||||
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -59/+75 |
| | | | | * Includes new rlp decoder | ||||
* | Merge fixes | obscuren | 2014-12-18 | 1 | -1/+4 |
| | |||||
* | Merged develop | obscuren | 2014-12-18 | 1 | -37/+83 |
|\ | |||||
| * | Updated to new methods | obscuren | 2014-12-18 | 1 | -0/+7 |
| | | |||||
| * | Locks, refactor, tests | obscuren | 2014-12-18 | 1 | -37/+76 |
| | | | | | | | | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies | ||||
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-18 | 1 | -1/+10 |
|\| | |||||
| * | moved err check | obscuren | 2014-12-17 | 1 | -1/+10 |
| | | |||||
* | | resolve merge conflict hell | zelig | 2014-12-15 | 1 | -4/+0 |
| | | |||||
* | | adapt chain_manager to eth protocol interface | zelig | 2014-12-15 | 1 | -0/+4 |
| | | | | | | | | | | - add Status() to return td, currentblock hash, genesis hash - GetChainHashesFromHash -> GetBlockHashesFromHash | ||||
* | | add Status to retrieve TD, currentBlock, genesis for easy interface with ↵ | zelig | 2014-12-15 | 1 | -1/+5 |
|/ | | | | eth/protocol | ||||
* | moved interfaces | obscuren | 2014-12-11 | 1 | -0/+2 |
| | |||||
* | states moved to chain | obscuren | 2014-12-11 | 1 | -0/+13 |
| | |||||
* | upped proto version and modified block pool | obscuren | 2014-12-05 | 1 | -9/+15 |
| | |||||
* | Only set TD if it's actually higher | obscuren | 2014-12-04 | 1 | -1/+4 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+276 |