Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented filter for ws + fixes | obscuren | 2015-01-10 | 2 | -67/+69 | |
| | | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246 | |||||
* | 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 | |
| | | | | | | | * 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 | |||||
* | 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 | |
| | | | | * Includes new rlp decoder | |||||
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵ | obscuren | 2014-12-19 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go | |||||
* \ | 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 a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | |||||
* | | 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 | |
|/ | | | | | * Block(s) * Transaction(s) | |||||
* | 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 | |
| | | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug) | |||||
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 2 | -0/+6 | |
| | | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining | |||||
* | 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 | |