Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -276/+0 |
| | |||||
* | updated to types | obscuren | 2014-12-03 | 1 | -6/+8 |
| | |||||
* | merge | obscuren | 2014-12-03 | 1 | -0/+3 |
|\ | |||||
| * | Updated LOG to match proper gas in all cases | obscuren | 2014-12-03 | 1 | -2/+3 |
| | | |||||
| * | Additional logging and removed temp merged mining options. | obscuren | 2014-12-02 | 1 | -1/+1 |
| | | |||||
* | | merge errors fixed | obscuren | 2014-12-02 | 1 | -107/+12 |
|\| | |||||
| * | Check for known block err and ignore | obscuren | 2014-12-02 | 1 | -65/+5 |
| | | |||||
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 1 | -0/+21 |
| | | |||||
* | | Fixed merge | obscuren | 2014-11-29 | 1 | -2/+0 |
|\| | |||||
| * | GasData changes & removed min gas price | obscuren | 2014-11-29 | 1 | -2/+0 |
| | | |||||
* | | Added `chain` tests & minor fixes | obscuren | 2014-11-19 | 1 | -13/+13 |
| | | | | | | | | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go | ||||
* | | Added a callback mechanism to chain adding. | obscuren | 2014-11-19 | 1 | -3/+3 |
| | | | | | | | | | | | | Not sure if this is the right approach. Why? BlockChain shouldn't need the "Ethereum" object. BlockChain shouldn't need to worry about notifying listeners or message propagation. | ||||
* | | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -31/+37 |
| | | | | | | | | | | * Block(s) * Transaction(s) | ||||
* | | cleaning up | obscuren | 2014-11-17 | 1 | -154/+131 |
|/ | |||||
* | Numerous fixes for consensus. | obscuren | 2014-11-14 | 1 | -1/+7 |
| | | | | | | * Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize * | ||||
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | debugging code | obscuren | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | Moved messages eventing to chain manager | obscuren | 2014-11-10 | 1 | -4/+9 |
| | |||||
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -20/+10 |
| | | | | | | * 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 | 1 | -5/+29 |
| | | | | | | | | * 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 | ||||
* | Fixed VM and added static analysis for EVM jumps | obscuren | 2014-11-05 | 1 | -1/+0 |
| | |||||
* | Replaced to return the td and throw a specific error on TD | obscuren | 2014-11-04 | 1 | -6/+3 |
| | |||||
* | Reworked chain handling process | obscuren | 2014-11-04 | 1 | -3/+77 |
| | | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain. | ||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -0/+289 |