aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/types.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/mist: fix #640, panic converting nil recipient to hex.Péter Szilágyi2015-04-101-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 ... :-)obscuren2015-04-091-6/+10
|
* Fixed storage. Closes #516obscuren2015-03-261-2/+2
|
* moved state and vm to coreobscuren2015-03-231-1/+1
|
* mergeobscuren2015-03-191-18/+14
|\
| * DRY up the use of toHex in the project and move it to commonMaran2015-03-161-34/+30
| |
* | conversions. -compilable-obscuren2015-03-181-3/+3
| |
* | conversionsobscuren2015-03-181-19/+19
|/
* Moved ethutil => commonobscuren2015-03-161-15/+15
|
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-10/+1
|
* WIP QT Clipboardobscuren2015-02-191-1/+1
|
* Merge branch 'develop' into minerobscuren2015-02-141-31/+1
|\
| * wipobscuren2015-02-131-1/+1
| |\
| | * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-1/+1
| | |
| * | removed messagesobscuren2015-02-131-30/+0
| |/
* / Basic structure minerobscuren2015-02-101-1/+0
|/
* Fixed issue with Storage()obscuren2015-01-301-1/+6
| | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin
* More dapp samplesobscuren2015-01-301-4/+15
| | | | | * Info DApp, coin DApp * Additional rpc methods
* further cleaned up xeth interfaceobscuren2015-01-291-0/+251