| Commit message (Expand) | Author | Age | Files | Lines |
* | core: vm: refactor file structure | jm | 2019-05-06 | 1 | -1/+1 |
* | fixup! Change import go github.com/dexon-foundation/dexon | Jhih-Ming Huang | 2019-04-10 | 1 | -7/+7 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -16/+16 |
* | accounts/abi/bind/backends: fix typo (#17749) | CDsigma | 2018-09-29 | 1 | -1/+1 |
* | all: protect self-mined block during reorg (#17656) | gary rong | 2018-09-20 | 1 | -1/+1 |
* | backends: configurable gas limit to allow testing large contracts (#17358) | Jeff Prestes | 2018-08-15 | 1 | -2/+2 |
* | accounts, eth, les: blockhash based filtering on all code paths | Péter Szilágyi | 2018-07-12 | 1 | -11/+21 |
* | core, eth: minor txpool event cleanups | Péter Szilágyi | 2018-05-18 | 1 | -1/+1 |
* | all: collate new transaction events together | rjl493456442 | 2018-05-18 | 1 | -1/+1 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -1/+1 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -3/+12 |
* | Merge pull request #15990 from markya0616/sim_backend_block_hash | Martin Holst Swende | 2018-03-19 | 1 | -2/+2 |
|\ |
|
| * | accounts/abi, core: add AddTxWithChain in BlockGen for simulation | mark.lin | 2018-01-29 | 1 | -2/+2 |
* | | eth, les, light: filter on logs only, derive receipts on demand | Péter Szilágyi | 2018-02-23 | 1 | -0/+13 |
* | | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -4/+10 |
* | | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 1 | -3/+118 |
|/ |
|
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -14/+14 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -3/+3 |
* | accounts, internal: fail if no suitable estimated gas found (#15477) | gary rong | 2017-11-15 | 1 | -11/+26 |
* | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 1 | -1/+1 |
* | internal, accounts, eth: utilize vm failed flag to help gas estimation | rjl493456442 | 2017-10-02 | 1 | -11/+13 |
* | accounts/abi/backends: add AdjustTime (#15077) | Dave Appleton | 2017-09-15 | 1 | -0/+17 |
* | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -1/+2 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -2/+1 |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -1/+2 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -2/+2 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 1 | -1/+1 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -10/+8 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -1/+1 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -1/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -2/+3 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 1 | -3/+25 |
* | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+1 |
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 1 | -1/+1 |
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 1 | -1/+5 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -10/+9 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -3/+6 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+1 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -2/+4 |
* | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 1 | -5/+2 |
* | accounts/abi/bind: add utilities for waiting on transactions | Felix Lange | 2016-08-23 | 1 | -15/+88 |
* | accounts/abi/bind: use ethereum interfaces | Felix Lange | 2016-08-22 | 1 | -88/+74 |
* | accounts, core, eth: pass chain config for chain maker to test DAO | Péter Szilágyi | 2016-07-15 | 1 | -2/+2 |
* | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -1/+2 |
* | eth: separate common and full node-specific API and backend service | zsfelfoldi | 2016-06-16 | 1 | -6/+7 |
* | accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call | Péter Szilágyi | 2016-05-20 | 1 | -0/+10 |
* | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 1 | -1/+10 |
* | accounts/abi/bind/backends: estimate needed gas, not used | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
* | accounts/a/b/backends, core: chain maker homestead block set to 0 | Jeffrey Wilcke | 2016-04-01 | 1 | -2/+1 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -3/+8 |
* | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 1 | -15/+18 |
* | accounts/abi/bind: constructor, auth utils and various backends | Péter Szilágyi | 2016-03-24 | 1 | -0/+184 |