| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 2 | -2/+1 |
* | WIP miner | obscuren | 2015-02-04 | 1 | -5/+2 |
* | Fixed whisper "to" filtering. Closes #283 | obscuren | 2015-02-03 | 1 | -1/+3 |
* | Added missing whisper timestamp. Closes #284 | obscuren | 2015-02-03 | 1 | -2/+2 |
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 2 | -82/+14 |
* | Removed debug log | obscuren | 2015-01-31 | 1 | -2/+0 |
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 2 | -5/+123 |
* | Fixed issue with Storage() | obscuren | 2015-01-30 | 1 | -1/+6 |
* | More dapp samples | obscuren | 2015-01-30 | 2 | -5/+16 |
* | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -6/+15 |
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -0/+28 |
* | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 1 | -13/+55 |
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 4 | -97/+87 |
* | clean up of xeth | obscuren | 2015-01-29 | 3 | -249/+210 |
* | moving to a better xeth | obscuren | 2015-01-29 | 4 | -306/+77 |
* | Implemented filter for ws + fixes | obscuren | 2015-01-10 | 2 | -67/+69 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 3 | -5/+5 |
* | Fixed tests | obscuren | 2015-01-06 | 1 | -2/+2 |
* | Fixed peer window. Minor tweaks and fixes | obscuren | 2015-01-06 | 1 | -26/+15 |
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -8/+8 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 2 | -3/+10 |
* | Make sure that the object exists | obscuren | 2015-01-03 | 1 | -1/+1 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
* | Switched to new trie | obscuren | 2014-12-24 | 1 | -4/+4 |
* | Refactored block & Transaction | obscuren | 2014-12-23 | 3 | -17/+17 |
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma... | obscuren | 2014-12-19 | 1 | -1/+1 |
|\ |
|
* \ | Merge branch 'develop' into poc8 | obscuren | 2014-12-19 | 1 | -3/+1 |
|\ \ |
|
| * | | Cleaned up objects | obscuren | 2014-12-19 | 1 | -3/+1 |
* | | | merge | obscuren | 2014-12-19 | 3 | -13/+13 |
|\| | |
|
| * | | Moved methods to messages | obscuren | 2014-12-18 | 2 | -4/+4 |
| * | | Created generic message (easy for testing) | obscuren | 2014-12-18 | 3 | -11/+11 |
* | | | Merged develop | obscuren | 2014-12-18 | 2 | -2/+2 |
|\| | |
|
| * | | Updated to new methods | obscuren | 2014-12-18 | 2 | -2/+2 |
* | | | adapt xeth pkg to new backend. FIXME JSPeer peer info | zelig | 2014-12-15 | 3 | -44/+35 |
|/ / |
|
* | | states moved to chain | obscuren | 2014-12-11 | 2 | -7/+7 |
* | | Added pre processing of transaction on the transient state | obscuren | 2014-12-04 | 1 | -1/+7 |
* | | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
* | | Renamed State => StateDB | obscuren | 2014-12-04 | 4 | -6/+6 |
* | | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -35/+28 |
* | | Renamed `chain` => `core` | obscuren | 2014-12-04 | 4 | -70/+19 |
* | | Updated environments according to the new interface set | obscuren | 2014-12-04 | 2 | -9/+38 |
* | | updated to types | obscuren | 2014-12-03 | 2 | -6/+6 |
* | | merge errors fixed | obscuren | 2014-12-02 | 2 | -71/+113 |
|\ \
| |/
|/| |
|
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 2 | -70/+112 |
* | | Begin of moving objects to types package | obscuren | 2014-11-18 | 4 | -17/+19 |
|/ |
|
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -0/+4 |
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 2 | -0/+6 |
* | StateManager => BlockManager | obscuren | 2014-11-04 | 3 | -7/+7 |
* | Properly list caps | obscuren | 2014-11-04 | 1 | -2/+4 |
* | ethstate => state | obscuren | 2014-10-31 | 6 | -29/+29 |
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 7 | -0/+831 |