aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/types.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-237/+0
|
* common: remove old RLP implementation, Value and ExtPackageFelix Lange2015-12-181-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 typeGustav Simonsson2015-08-251-1/+2
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-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 informationFelix Lange2015-07-071-0/+16
|
* cmd,eth,rpc,tests: default coinbaseJeffrey Wilcke2015-07-071-10/+0
|
* core, xeth: core.AddressFromMessage removed => crypto.CreateAddressJeffrey Wilcke2015-07-021-1/+2
|
* Use uint64 for block header timestampGustav Simonsson2015-06-301-1/+1
|
* xeth, tests: fixed apiobscuren2015-06-171-4/+4
|
* Add missing err checks on From() (skip RPC for now)Gustav Simonsson2015-06-021-1/+4
|
* 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