Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -237/+0 |
| | |||||
* | common: remove old RLP implementation, Value and ExtPackage | Felix Lange | 2015-12-18 | 1 | -4/+0 |
| | | | | | In order to make this happen, kill all remaining trivial uses of common/{rlp,value}.go. The non-trivial ones have been updated earlier. | ||||
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -1/+2 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | cmd,eth,rpc,tests: default coinbase | Jeffrey Wilcke | 2015-07-07 | 1 | -10/+0 |
| | |||||
* | core, xeth: core.AddressFromMessage removed => crypto.CreateAddress | Jeffrey Wilcke | 2015-07-02 | 1 | -1/+2 |
| | |||||
* | Use uint64 for block header timestamp | Gustav Simonsson | 2015-06-30 | 1 | -1/+1 |
| | |||||
* | xeth, tests: fixed api | obscuren | 2015-06-17 | 1 | -4/+4 |
| | |||||
* | Add missing err checks on From() (skip RPC for now) | Gustav Simonsson | 2015-06-02 | 1 | -1/+4 |
| | |||||
* | cmd/mist: fix #640, panic converting nil recipient to hex. | Péter Szilágyi | 2015-04-10 | 1 | -2/+5 |
| | | | | | | Fetching the recipient address from a transaction was changed to return nil instead of a zero-address, but this code path was not updated, so whenever a contract was created, a nil panic occured. | ||||
* | Make sure mist runs ... :-) | obscuren | 2015-04-09 | 1 | -6/+10 |
| | |||||
* | Fixed storage. Closes #516 | obscuren | 2015-03-26 | 1 | -2/+2 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | merge | obscuren | 2015-03-19 | 1 | -18/+14 |
|\ | |||||
| * | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -34/+30 |
| | | |||||
* | | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -3/+3 |
| | | |||||
* | | conversions | obscuren | 2015-03-18 | 1 | -19/+19 |
|/ | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -15/+15 |
| | |||||
* | DRY up the use of fromHex and put it in ethutil | Maran | 2015-03-14 | 1 | -10/+1 |
| | |||||
* | WIP QT Clipboard | obscuren | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2015-02-14 | 1 | -31/+1 |
|\ | |||||
| * | wip | obscuren | 2015-02-13 | 1 | -1/+1 |
| |\ | |||||
| | * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -1/+1 |
| | | | |||||
| * | | removed messages | obscuren | 2015-02-13 | 1 | -30/+0 |
| |/ | |||||
* / | Basic structure miner | obscuren | 2015-02-10 | 1 | -1/+0 |
|/ | |||||
* | Fixed issue with Storage() | obscuren | 2015-01-30 | 1 | -1/+6 |
| | | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin | ||||
* | More dapp samples | obscuren | 2015-01-30 | 1 | -4/+15 |
| | | | | | * Info DApp, coin DApp * Additional rpc methods | ||||
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -0/+251 |