aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/backends
Commit message (Expand)AuthorAgeFilesLines
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-10/+9
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+6
* all: update license informationFelix Lange2016-11-091-1/+1
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-2/+4
* core/state: track all accounts in canon stateFelix Lange2016-09-261-5/+2
* accounts/abi/bind: add utilities for waiting on transactionsFelix Lange2016-08-231-15/+88
* accounts/abi/bind: use ethereum interfacesFelix Lange2016-08-221-88/+74
* accounts/abi/bind/backends: remove nil and remote backendsFelix Lange2016-08-212-193/+0
* rpc: add new client, use it everywhereFelix Lange2016-07-231-142/+18
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-2/+2
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-1/+2
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-163-28/+51
* accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-203-0/+31
* 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
* core: added basic chain configurationJeffrey Wilcke2016-04-011-3/+8
* 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