aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/backends
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-16/+16
* accounts/abi/bind/backends: fix typo (#17749)CDsigma2018-09-291-1/+1
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* backends: configurable gas limit to allow testing large contracts (#17358)Jeff Prestes2018-08-151-2/+2
* accounts, eth, les: blockhash based filtering on all code pathsPéter Szilágyi2018-07-121-11/+21
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-1/+1
* all: collate new transaction events togetherrjl4934564422018-05-181-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-3/+12
* Merge pull request #15990 from markya0616/sim_backend_block_hashMartin Holst Swende2018-03-191-2/+2
|\
| * accounts/abi, core: add AddTxWithChain in BlockGen for simulationmark.lin2018-01-291-2/+2
* | eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-231-0/+13
* | core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-4/+10
* | accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-3/+118
|/
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-14/+14
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-3/+3
* accounts, internal: fail if no suitable estimated gas found (#15477)gary rong2017-11-151-11/+26
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-1/+1
* internal, accounts, eth: utilize vm failed flag to help gas estimationrjl4934564422017-10-021-11/+13
* accounts/abi/backends: add AdjustTime (#15077)Dave Appleton2017-09-151-0/+17
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+2
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+1
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-1/+2
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-2/+2
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-1/+1
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* core: refactor genesis handlingFelix Lange2017-03-231-10/+8
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+2
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-2/+3
* accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587)Péter Szilágyi2017-01-211-3/+25
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-1/+1
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-1/+5
* 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