| Commit message (Expand) | Author | Age | Files | Lines |
* | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -4/+4 |
* | internal/ethapi: fixes #2648, returns logsBloom for pending block | tranvictor | 2017-02-27 | 1 | -1/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -6/+9 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -17/+16 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 3 | -23/+45 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 3 | -44/+23 |
* | accounts, cmd, internal, node: implement HD wallet self-derivation | Péter Szilágyi | 2017-02-13 | 1 | -1/+5 |
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 1 | -3/+1 |
* | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 1 | -19/+102 |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -36/+39 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 3 | -30/+50 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 1 | -2/+28 |
* | internal/ethapi: fix duration parameter of personal_unlockAccount (#3542) | Felix Lange | 2017-01-11 | 1 | -5/+8 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -3/+3 |
* | Merge pull request #3518 from fjl/ethclient-dependency-cleanup | Péter Szilágyi | 2017-01-06 | 1 | -1/+1 |
|\ |
|
| * | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 1 | -6/+5 |
|/ |
|
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 3 | -5/+5 |
* | accounts, core, crypto, internal: use normalised V during signature handling ... | Péter Szilágyi | 2017-01-05 | 1 | -8/+27 |
* | internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction | Felix Lange | 2016-12-20 | 1 | -4/+4 |
* | rpc: remove HexNumber, replace all uses with hexutil types | Felix Lange | 2016-12-20 | 1 | -301/+159 |
* | rpc: remove HexBytes, replace all uses with hexutil.Bytes | Felix Lange | 2016-12-20 | 1 | -9/+9 |
* | internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover} | Felix Lange | 2016-12-16 | 1 | -29/+14 |
* | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 2 | -5/+13 |
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 3 | -63/+10 |
* | core/types: turn off nonce checking for Call messages | Zsolt Felfoldi | 2016-11-14 | 1 | -1/+1 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 2 | -34/+56 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -6/+3 |
* | all: update license information | Felix Lange | 2016-11-09 | 2 | -2/+2 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 2 | -8/+9 |
* | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 1 | -22/+22 |
* | Merge pull request #3064 from pirapira/limit_struct_logs | Jeffrey Wilcke | 2016-10-31 | 1 | -1/+2 |
|\ |
|
| * | vm, ethapi: add `limit` option to traceTransaction | Yoichi Hirai | 2016-09-30 | 1 | -1/+2 |
* | | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 1 | -7/+72 |
* | | internal/ethapi: add debug.chaindbCompact | Felix Lange | 2016-10-20 | 1 | -0/+19 |
* | | Merge pull request #3100 from kobigurk/develop | Felix Lange | 2016-10-17 | 1 | -1/+42 |
|\ \ |
|
| * | | internal/ethapi, internal/web3ext: adds raw tx retrieval methods | Kobi Gurkan | 2016-10-10 | 1 | -1/+42 |
* | | | Merge pull request #3111 from obscuren/gas-price-fork | Péter Szilágyi | 2016-10-15 | 1 | -1/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | core, core/vm: added gas price variance table | Jeffrey Wilcke | 2016-10-15 | 1 | -1/+3 |
* | | | Merge pull request #3088 from bas-vk/rpc-block-output | Felix Lange | 2016-10-07 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | core/types: renamed receiptRoot to receiptsRoot | Bas van Kervel | 2016-10-05 | 1 | -1/+1 |
* | | | Merge pull request #3092 from fjl/state-journal | Jeffrey Wilcke | 2016-10-06 | 1 | -8/+8 |
|\ \ \ |
|
| * | | | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -8/+8 |
| |/ / |
|
* / / | internal/ethapi: bugfix gas price and limit swapped in eth_resend | Bas van Kervel | 2016-10-05 | 1 | -4/+3 |
|/ / |
|
* / | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 1 | -1/+1 |
|/ |
|
* | core, eth, trie: reuse trie journals in all our code | Péter Szilágyi | 2016-09-28 | 1 | -0/+2 |
* | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 1 | -2/+2 |
* | ethereum, ethclient: add SyncProgress API endpoint | Péter Szilágyi | 2016-09-06 | 1 | -7/+7 |
* | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -1/+1 |
* | core, eth, miner: only retain 1 tx/nonce, remove bad ones | Péter Szilágyi | 2016-09-02 | 2 | -37/+25 |
* | internal/ethapi: add missing output fields | Felix Lange | 2016-08-04 | 1 | -24/+33 |
* | internal/ethapi: Fix bug in opCodeWrapper usage | Nick Johnson | 2016-08-24 | 2 | -6/+23 |
* | internal/ethapi: Improve tracer error reporting and serialization | Nick Johnson | 2016-08-24 | 2 | -11/+26 |
* | core/vm, eth: Add support for javascript trace functions | Nick Johnson | 2016-08-23 | 2 | -0/+486 |
* | core/vm: Refactor tracing to make Tracer the main interface | Nick Johnson | 2016-08-22 | 1 | -54/+0 |
* | Merge pull request #2909 from fjl/account-manager-cleanup | Felix Lange | 2016-08-18 | 3 | -73/+90 |
|\ |
|
| * | common/compiler: simplify solc wrapper | Felix Lange | 2016-08-17 | 3 | -73/+90 |
* | | rpc: refactor subscriptions and filters | Bas van Kervel | 2016-08-17 | 1 | -122/+4 |
|/ |
|
* | eth/api: rename signAndSendTransaction to sendTransaction | Bas van Kervel | 2016-07-22 | 1 | -2/+8 |
* | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -2/+2 |
* | eth: separate common and full node-specific API and backend service | zsfelfoldi | 2016-06-16 | 2 | -0/+1661 |