aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi: ABI fixes & added typesJeffrey Wilcke2015-10-303-21/+80
| | | | | | | Changed field `input` to new `inputs`. Addad Hash and Address as input types. Added bytes[N] and N validation
* all: fix license headers one more timeFelix Lange2015-07-246-6/+6
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-236-24/+24
| | | | | 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-076-0/+96
|
* Moved ethutil => commonobscuren2015-03-162-10/+10
|
* removedobscuren2015-03-081-106/+0
|
* Implemented contract ABIobscuren2015-01-277-0/+969