aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/backends
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi/bind, eth: add contract non-existent errorPéter Szilágyi2016-04-272-4/+22
|
* accounts/abi/bind/backends: estimate needed gas, not usedPéter Szilágyi2016-04-151-1/+1
|
* accounts/a/b/backends, core: chain maker homestead block set to 0Jeffrey Wilcke2016-04-011-2/+1
| | | | | | | The chain maker and the simulated backend now run with a homestead phase beginning at block 0 (i.e. there's no frontier). This commit also fixes up #2388
* core: added basic chain configurationJeffrey Wilcke2016-04-011-3/+8
| | | | | | | | | Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
* accounts/abi/bind, cmd/abigen: port to templates, bind to solidityPéter Szilágyi2016-03-243-45/+65
|
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-243-0/+432