| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Bloom expanded by 4 | obscuren | 2015-03-03 | 1 | -3/+4 |
* | | | | | | New gas prices model | obscuren | 2015-03-02 | 2 | -7/+15 |
* | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9 | obscuren | 2015-03-01 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | wip | obscuren | 2015-02-27 | 2 | -6/+8 |
* | | | | | | | Secure trie | obscuren | 2015-03-01 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 1 | -2/+0 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Bump | obscuren | 2015-02-27 | 1 | -4/+1 |
* | | | | | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 2 | -7/+10 |
|/ / / / |
|
* | | | | Validate block header gas limit | Gustav Simonsson | 2015-02-26 | 1 | -1/+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 |
* | | | | | removed log | obscuren | 2015-02-24 | 1 | -1/+0 |
|/ / / / |
|
* / / / | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 2 | -13/+8 |
|/ / / |
|
* | | | Minor updates for release | obscuren | 2015-02-21 | 2 | -14/+33 |
* | | | Fixed chain event issue | obscuren | 2015-02-20 | 1 | -3/+1 |
* | | | fixed merge | obscuren | 2015-02-20 | 1 | -6/+3 |
|\ \ \ |
|
* | | | | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 2 | -5/+5 |
* | | | | dirty tracking for state objects fixed | obscuren | 2015-02-20 | 2 | -6/+3 |
* | | | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 6 | -43/+63 |
|/ / / |
|
* | | | Added errors | obscuren | 2015-02-18 | 1 | -0/+6 |
* | | | Added GetBlock GetUncle with OOB guard | obscuren | 2015-02-18 | 4 | -9/+59 |
| |/
|/| |
|
* | | 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 | 2 | -7/+29 |
* | | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 2 | -4/+3 |
* | | 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 |
* | | Reference pointer to block instead of pointer to function | obscuren | 2015-02-15 | 1 | -1/+1 |
* | | Fixed mining & limited hash power | obscuren | 2015-02-14 | 2 | -2/+3 |
* | | Update balance label when mining | obscuren | 2015-02-14 | 1 | -0/+2 |
* | | Merge branch 'develop' into miner | obscuren | 2015-02-14 | 2 | -9/+0 |
|\ \ |
|
| * | | merge | obscuren | 2015-02-13 | 2 | -14/+0 |
| * | | wip | obscuren | 2015-02-13 | 2 | -8/+13 |
| |\ \ |
|
| | * | | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 2 | -9/+0 |
* | | | | Merge branch 'develop' into miner | obscuren | 2015-02-12 | 2 | -45/+36 |
|\| | | |
|
| * | | | Documented methods & removed old manifest | obscuren | 2015-02-12 | 1 | -29/+14 |
| * | | | moved manager | obscuren | 2015-02-09 | 2 | -16/+22 |
* | | | | Basic structure miner | obscuren | 2015-02-10 | 2 | -6/+15 |
* | | | | merged | obscuren | 2015-02-09 | 2 | -19/+21 |
|\| | | |
|
| * | | | Compare regardless of length | obscuren | 2015-02-08 | 1 | -1/+1 |
| |/ / |
|
| * | | Undone fix. Will re-enable once chain resets | obscuren | 2015-02-06 | 1 | -12/+5 |
| * | | Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_... | Jeffrey Wilcke | 2015-02-06 | 1 | -6/+6 |
| |\ \ |
|
| | * | | Correct block parent timestamp check and typos | Gustav Simonsson | 2015-02-04 | 1 | -6/+6 |
| * | | | pending / chain event | obscuren | 2015-02-06 | 2 | -2/+11 |
* | | | | Merge branch 'develop' into miner | obscuren | 2015-02-06 | 1 | -2/+3 |
|/ / / |
|
* | | | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -14/+9 |
* | | | Filtering | obscuren | 2015-02-05 | 4 | -14/+17 |
* | | | WIP miner | obscuren | 2015-02-04 | 2 | -48/+52 |
|/ / |
|
* | | Docs & old code removed | obscuren | 2015-02-03 | 3 | -23/+26 |
* | | Added (disabled) Jit validation | obscuren | 2015-02-01 | 3 | -2/+30 |
* | | Merge branch 'bounty' into develop | obscuren | 2015-02-01 | 2 | -7/+23 |
|\ \ |
|
| * | | Validate transactions sender before adding to pool. Closes #272 | obscuren | 2015-02-01 | 2 | -7/+23 |
* | | | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -0/+21 |
* | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-29 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | changed lost key | obscuren | 2015-01-29 | 2 | -2/+8 |
| | |/
| |/| |
|
* | | | merge jsonrpc | obscuren | 2015-01-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | moving to a better xeth | obscuren | 2015-01-29 | 1 | -1/+1 |
| |/ / |
|
* / / | reworking messages => log | obscuren | 2015-01-28 | 2 | -83/+56 |
|/ / |
|
* | | Skip for travis | obscuren | 2015-01-25 | 1 | -0/+2 |
* | | skipping for travis | obscuren | 2015-01-25 | 1 | -0/+4 |
|/ |
|
* | Moved `obscuren` secp256k1-go | obscuren | 2015-01-22 | 1 | -1/+1 |
* | Future blocks not allowed | obscuren | 2015-01-22 | 1 | -21/+4 |
* | StdVm by default | obscuren | 2015-01-20 | 1 | -1/+1 |
* | VmDebug => StdVm | obscuren | 2015-01-19 | 1 | -1/+1 |
* | Fixed difficulty | obscuren | 2015-01-18 | 2 | -7/+5 |
* | Updated tests | obscuren | 2015-01-14 | 1 | -3/+12 |
* | Fixed consensus issue | obscuren | 2015-01-13 | 2 | -3/+2 |
* | updated tests | obscuren | 2015-01-12 | 1 | -9/+6 |
* | pre-pow | obscuren | 2015-01-12 | 1 | -0/+18 |
* | Moved the TD method from block processor. | obscuren | 2015-01-10 | 2 | -40/+30 |
* | Cast to string for hashable type | obscuren | 2015-01-10 | 1 | -1/+1 |
* | mem fixes for vm. Changed uncle inclusion tests | obscuren | 2015-01-10 | 2 | -14/+42 |
* | Merge remote-tracking branch 'upstream/develop' into develop | zelig | 2015-01-09 | 3 | -6/+7 |
|\ |
|
| * | fixed other tests to use hashes as well | obscuren | 2015-01-08 | 1 | -2/+1 |
| * | Changed to use hash for comparison | obscuren | 2015-01-08 | 1 | -2/+3 |
| * | Minor fixed and additions for block proc | obscuren | 2015-01-08 | 2 | -2/+3 |
* | | GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT ... | zelig | 2015-01-09 | 1 | -3/+1 |
|/ |
|
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -2/+2 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 8 | -52/+53 |
* | Fixed tests where txs weren't properly removed | obscuren | 2015-01-07 | 1 | -5/+5 |
* | Adjusted difficulty and skip get tx messages | obscuren | 2015-01-06 | 2 | -1/+2 |
* | Fixed tests | obscuren | 2015-01-06 | 2 | -5/+5 |
* | Limit block extra to 1024 | obscuren | 2015-01-06 | 1 | -0/+4 |
* | Precompiled contract & Depth change | obscuren | 2015-01-06 | 1 | -1/+2 |
* | Merge | obscuren | 2015-01-06 | 2 | -73/+58 |
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -2/+2 |
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 2 | -13/+13 |
* | Cleaned up some of that util | obscuren | 2015-01-04 | 3 | -192/+0 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 4 | -36/+46 |
* | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 1 | -1/+9 |
* | Closure => Context | obscuren | 2015-01-02 | 4 | -27/+7 |
* | added nil check | obscuren | 2015-01-02 | 2 | -31/+1 |
* | Removed the need of having a backend for the tx pool | obscuren | 2015-01-02 | 3 | -16/+13 |
* | Removed value check from tx validation | obscuren | 2015-01-02 | 1 | -2/+6 |
* | Added tests for valid transactions | obscuren | 2015-01-02 | 1 | -11/+10 |
* | Refactored tx pool and added extra fields to block | obscuren | 2015-01-02 | 4 | -98/+123 |
* | Added a query interface for world state | obscuren | 2015-01-02 | 1 | -0/+9 |
* | Deleted | obscuren | 2015-01-02 | 1 | -1/+0 |
* | Set TD to block once processed | obscuren | 2015-01-02 | 1 | -0/+1 |
* | Fixed tests | obscuren | 2015-01-02 | 1 | -4/+11 |
* | Chain tests | obscuren | 2014-12-30 | 1 | -5/+48 |
* | Fixed chain test & added new chain | obscuren | 2014-12-30 | 3 | -17/+37 |
* | Removed the deferred reset | obscuren | 2014-12-24 | 1 | -6/+0 |
* | Switched to new trie | obscuren | 2014-12-24 | 4 | -7/+8 |
* | Delete current chain for reset | obscuren | 2014-12-23 | 1 | -0/+4 |
* | Chain importer | obscuren | 2014-12-23 | 4 | -36/+37 |
* | Refactored block & Transaction | obscuren | 2014-12-23 | 8 | -528/+416 |
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-20 | 4 | -43/+47 |
|\ |
|
| * | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 3 | -21/+19 |
| * | Removed OOG check. Revert should always happen. | obscuren | 2014-12-19 | 3 | -6/+11 |
| * | Transaction was generating incorrect hash because of var changes | obscuren | 2014-12-19 | 2 | -10/+11 |
| * | Moved VM to execution | obscuren | 2014-12-19 | 1 | -10/+10 |
* | | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma... | obscuren | 2014-12-19 | 2 | -6/+10 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-19 | 2 | -5/+5 |
|\| |
|
| * | Cleaned up objects | obscuren | 2014-12-19 | 2 | -5/+5 |
* | | merge | obscuren | 2014-12-19 | 5 | -126/+150 |
|\| |
|
| * | Fixed refund model | obscuren | 2014-12-19 | 1 | -6/+4 |
| * | Gas corrections and vm fixes | obscuren | 2014-12-19 | 3 | -46/+38 |
| * | Moved methods to messages | obscuren | 2014-12-18 | 3 | -31/+8 |
| * | Created generic message (easy for testing) | obscuren | 2014-12-18 | 5 | -80/+137 |
* | | Merge fixes | obscuren | 2014-12-18 | 3 | -10/+6 |
* | | Merged develop | obscuren | 2014-12-18 | 8 | -69/+178 |
|\| |
|
| * | Updated to new methods | obscuren | 2014-12-18 | 1 | -0/+7 |
| * | Locks, refactor, tests | obscuren | 2014-12-18 | 8 | -63/+165 |
| * | Removed ethereum as dependency | obscuren | 2014-12-18 | 1 | -7/+7 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-18 | 3 | -21/+42 |
|\| |
|
| * | Moved pre-compiled, moved depth check | obscuren | 2014-12-18 | 1 | -13/+7 |
| * | moved err check | obscuren | 2014-12-17 | 3 | -17/+44 |
* | | 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 retrieve TD, currentBlock, genesis for easy interface with eth/... | zelig | 2014-12-15 | 1 | -1/+5 |
* | | adapt to new eth pkg and p2p | zelig | 2014-12-15 | 1 | -5/+3 |
* | | add NewMinedBlockEvent | zelig | 2014-12-15 | 1 | -0/+3 |
* | | transaction pool changes | zelig | 2014-12-15 | 1 | -10/+16 |
|/ |
|
* | Squashed commit of the following: | obscuren | 2014-12-12 | 1 | -2/+2 |
* | moved interfaces | obscuren | 2014-12-11 | 2 | -15/+10 |
* | states moved to chain | obscuren | 2014-12-11 | 3 | -11/+14 |
* | Removed start/stop methods | obscuren | 2014-12-10 | 1 | -22/+0 |
* | Moved pow | obscuren | 2014-12-10 | 4 | -88/+9 |
* | Removed tests because they've become obsolete | obscuren | 2014-12-10 | 1 | -115/+0 |
* | Core changes | obscuren | 2014-12-10 | 1 | -8/+8 |
* | upped proto version and modified block pool | obscuren | 2014-12-05 | 1 | -9/+15 |
* | Fixed issue in VM where LOG didn't pop anything of the stack | obscuren | 2014-12-05 | 3 | -14/+24 |
* | Skip mining on transactions that don't meet the min accepted gas price | obscuren | 2014-12-05 | 2 | -20/+16 |
* | Improved and simplified wallet functions and behaviour | obscuren | 2014-12-04 | 2 | -5/+7 |
* | Only set TD if it's actually higher | obscuren | 2014-12-04 | 1 | -1/+4 |
* | Moved block validation as first step | obscuren | 2014-12-04 | 1 | -7/+3 |
* | null ptr fix | obscuren | 2014-12-04 | 1 | -4/+3 |
* | Log is now interface | obscuren | 2014-12-04 | 2 | -3/+3 |
* | sort tests for evm | obscuren | 2014-12-04 | 1 | -1/+0 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 6 | -19/+19 |
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 2 | -2/+2 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 26 | -0/+3046 |