| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -22/+19 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 5 | -5/+5 |
* | accounts/abi/bind: allow client to specify sender address for call (#3782) | bas-vk | 2017-03-16 | 2 | -2/+42 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 1 | -1/+1 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -1/+1 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -1/+1 |
|/ |
|
* | accounts, eth/downloader: use "err" instead of "error" in logs | Péter Szilágyi | 2017-02-27 | 1 | -1/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -2/+3 |
* | accounts, cmd: port packages over to the new logging system | Péter Szilágyi | 2017-02-23 | 1 | -4/+5 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -4/+3 |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -2/+2 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 2 | -7/+72 |
* | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+1 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 1 | -1/+1 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -10/+10 |
* | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -1/+1 |
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 1 | -1/+1 |
* | accounts, core, crypto, internal: use normalised V during signature handling ... | Péter Szilágyi | 2017-01-05 | 1 | -1/+1 |
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 1 | -1/+5 |
* | accounts/abi/bind, mobile: review fixes and android tests | Péter Szilágyi | 2016-11-15 | 2 | -8/+12 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 3 | -12/+266 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 4 | -16/+15 |
* | 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 | 3 | -3/+3 |
* | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 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 | 4 | -15/+267 |
* | accounts/abi/bind: use ethereum interfaces | Felix Lange | 2016-08-22 | 3 | -175/+157 |
* | accounts/abi/bind/backends: remove nil and remote backends | Felix Lange | 2016-08-21 | 4 | -203/+10 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -142/+18 |
* | 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 | 5 | -48/+77 |
* | accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call | Péter Szilágyi | 2016-05-20 | 5 | -6/+101 |
* | accounts/abi/bind: fix multi-value anonymous unmarshalling | Péter Szilágyi | 2016-05-12 | 2 | -3/+37 |
* | release, all: integrate the release service into geth | Péter Szilágyi | 2016-05-02 | 1 | -2/+3 |
* | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 4 | -4/+60 |
* | accounts/abi/bind/backends: estimate needed gas, not used | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 2 | -28/+23 |
* | accounts/abi/bind: support generating bindings for various arrays | Péter Szilágyi | 2016-04-05 | 2 | -16/+67 |
* | Merge pull request #2405 from karalabe/abigen-default-methods | Jeffrey Wilcke | 2016-04-01 | 3 | -5/+102 |
|\ |
|
| * | accounts/abi/bind: surface raw wrappers to access low level ops | Péter Szilágyi | 2016-04-01 | 3 | -5/+102 |
* | | 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: support account slices, drop hash type | Péter Szilágyi | 2016-03-31 | 1 | -2/+2 |
* | accounts/abi/bind: merge all tests into a single suite | Péter Szilágyi | 2016-03-31 | 1 | -22/+22 |
* | accounts/abi/bind: use anonymous ephemeral call result structs | Péter Szilágyi | 2016-03-31 | 1 | -15/+10 |
* | accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns | Péter Szilágyi | 2016-03-26 | 1 | -6/+6 |
* | accounts/abi/bind: fix double pointer in generated code | Péter Szilágyi | 2016-03-25 | 2 | -4/+36 |
* | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 9 | -428/+530 |
* | accounts/abi/bind: constructor, auth utils and various backends | Péter Szilágyi | 2016-03-24 | 8 | -244/+696 |
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 4 | -0/+834 |