aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/backends/simulated.go
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, 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-161-6/+7
* accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-201-0/+10
* accounts/abi/bind, eth: add contract non-existent errorPéter Szilágyi2016-04-271-1/+10
* 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-241-15/+18
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-241-0/+184