| Commit message (Expand) | Author | Age | Files | Lines |
* | all: make unit tests work with Go 1.13 (#20053) | Felix Lange | 2019-09-11 | 1 | -26/+0 |
* | Merge pull request #19915 from holiman/filltx | Péter Szilágyi | 2019-09-03 | 2 | -0/+22 |
|\ |
|
| * | ethapi: implement filltransaction | Martin Holst Swende | 2019-08-08 | 2 | -0/+22 |
* | | crypto: add SignatureLength constant and use it everywhere (#19996) | Felix Lange | 2019-08-22 | 1 | -5/+5 |
* | | graphql, internal/ethapi: support overriding accounts in eth_call (#19917) | gary rong | 2019-08-08 | 1 | -5/+55 |
* | | accounts, internal/ethapi: use common Accounts method (#18428) | Roc Yu | 2019-08-08 | 1 | -14/+2 |
* | | internal/build: fix commit extraction for detached head repo (#18315) | Aleksey @soar Smyrnov | 2019-08-08 | 1 | -0/+8 |
|/ |
|
* | internal/ethapi: return null inclusion info for pending transactions (#19901) | Felix Lange | 2019-07-30 | 1 | -4/+4 |
* | eth, graphql, internal/ethapi, les: polish and improve graphql (#19886) | gary rong | 2019-07-25 | 2 | -9/+8 |
* | ineternal/ethapi: wrap block size with hex.Uint64 (#19885) | gary rong | 2019-07-25 | 1 | -1/+1 |
* | eth, internal, les: add getHeaderBy* APIs (#19669) | gary rong | 2019-07-23 | 3 | -35/+98 |
* | vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966) | Alexander van der Meij | 2019-07-23 | 1 | -4/+16 |
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 1 | -1/+1 |
* | cmd, crypto, eth, internals: fix Typos (#19868) | Kitten King | 2019-07-22 | 1 | -6/+6 |
* | internal/ethapi: fix debug.chaindbProperty | Péter Szilágyi | 2019-07-18 | 1 | -9/+4 |
* | all: on-chain oracle checkpoint syncing (#19543) | gary rong | 2019-06-28 | 1 | -0/+26 |
* | core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#... | Martin Holst Swende | 2019-06-24 | 1 | -0/+4 |
* | cmd, graphql, node: graphql flag polishes, les integration | Péter Szilágyi | 2019-06-20 | 1 | -2/+11 |
* | ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694) | Felix Lange | 2019-06-11 | 1 | -0/+5 |
* | internal/build: fix Travis and AppVeyor commit string injection | Péter Szilágyi | 2019-05-27 | 1 | -2/+2 |
* | les, light: implement ODR transaction lookup by hash (#19069) | Felföldi Zsolt | 2019-05-13 | 2 | -8/+16 |
* | cmd, internal/build, docker: advertise commit date in unstable build versions... | C. Brown | 2019-05-08 | 2 | -18/+47 |
* | accounts, cmd, internal, signer: add note about backing up the keystore (#19432) | Kurkó Mihály | 2019-05-07 | 1 | -0/+3 |
* | Merge pull request #19513 from fjl/p2p-discover-split-v4 | Péter Szilágyi | 2019-05-02 | 1 | -0/+46 |
|\ |
|
| * | internal/testlog: add logger for unit tests | Felix Lange | 2019-04-30 | 1 | -0/+46 |
* | | internal/ethapi: estimate gas usage automatically (#19508) | gary rong | 2019-04-30 | 1 | -8/+25 |
|/ |
|
* | accounts:smartcard wallet without the dependency on libpcsclite (#19273) | Guillaume Ballet | 2019-04-09 | 2 | -0/+54 |
|\ |
|
| * | accounts, internal: Changes in response to review | Nick Johnson | 2019-04-08 | 1 | -0/+2 |
| * | accounts, core, internal, node: Add support for smartcard wallets | Nick Johnson | 2019-04-08 | 2 | -0/+52 |
* | | eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) | Martin Holst Swende | 2019-04-08 | 2 | -6/+15 |
|/ |
|
* | cmd/geth, internal, node, vendor: nuke geth monitor | Péter Szilágyi | 2019-04-05 | 1 | -6/+1 |
* | accounts, cmd, internal: disable unlock account on open HTTP (#17037) | gary rong | 2019-04-04 | 2 | -1/+9 |
* | all: simplify timestamps to uint64 (#19372) | Martin Holst Swende | 2019-04-03 | 1 | -1/+1 |
* | appveyor: bump Windows Go builders to 1.12.1 (#19294) | Samuel Marks | 2019-03-25 | 1 | -2/+2 |
* | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -9/+1 |
* | travis, appveyor, Dockerfile: upgrade to Go 1.12 | Samuel Marks | 2019-02-27 | 1 | -2/+2 |
* | build: avoid dput and upload with sftp directly (#19067) | Felix Lange | 2019-02-14 | 1 | -0/+31 |
* | console, internal: enforce camel case variable names (#19059) | Matthew Halpern | 2019-02-14 | 2 | -30/+30 |
* | clef: external signing fixes + signing data (#19003) | Martin Holst Swende | 2019-02-12 | 2 | -0/+46 |
* | ethapi: default to use eip-155 protected transactions | Martin Holst Swende | 2019-02-07 | 1 | -15/+3 |
* | accounts, eth, clique, signer: support for external signer API (#18079) | Martin Holst Swende | 2019-02-05 | 1 | -16/+4 |
* | GraphQL master FF for review (#18445) | Kris Shinn | 2019-01-21 | 1 | -33/+50 |
* | internal/ethapi: ask transaction pool for pending nonce (#15794) | Yondon Fu | 2019-01-07 | 1 | -0/+9 |
* | p2p/protocols: accounting metrics rpc (#18336) | Jerzy Lasyk | 2018-12-22 | 1 | -0/+45 |
* | eth, internal/web3ext: tiny polishes in tracers | Péter Szilágyi | 2018-12-10 | 1 | -0/+2 |
* | cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file... | Martin Holst Swende | 2018-12-10 | 1 | -0/+10 |
* | core, internal, eth, miner, les: Take VM config from BlockChain (#17955) | Paweł Bylica | 2018-12-06 | 2 | -5/+5 |
* | internal/cmdtest: Expose process exit status and errors (#18046) | Javier Peletier | 2018-11-20 | 1 | -2/+19 |
* | internal: fix typo in comments (#18106) | Kenso Trabing | 2018-11-15 | 1 | -1/+1 |
* | internal/web3ext: add eth.getProof (#18052) | Ryan Schneider | 2018-11-08 | 1 | -0/+6 |
* | EIP-1186 eth_getProof (#17737) | Simon Jentzsch | 2018-10-19 | 1 | -0/+66 |
* | internal/ethapi: warn on failed account accesses | Péter Szilágyi | 2018-10-10 | 1 | -3/+9 |
* | core/vm: faster create/create2 (#17806) | Martin Holst Swende | 2018-10-04 | 1 | -0/+6 |
* | internal/ethapi: add eth_chainId method (#17617) | HackyMiner | 2018-09-30 | 1 | -0/+5 |
* | internal/debug: support color terminal for cygwin/msys2 (#17740) | HackyMiner | 2018-09-29 | 1 | -2/+2 |
* | all: fix various comment typos (#17748) | Liang ZOU | 2018-09-25 | 2 | -3/+3 |
* | travis, Dockerfile, appveyor, build: bump to Go 1.11 | Samuel Marks | 2018-09-19 | 1 | -2/+2 |
* | cmd, core, eth, miner, params: configurable gas floor and ceil | Péter Szilágyi | 2018-08-29 | 1 | -1/+1 |
* | cmd, eth, miner: make recommit configurable (#17444) | gary rong | 2018-08-22 | 1 | -0/+5 |
* | Merge pull request #16333 from shazow/addremovetrustedpeer | Felföldi Zsolt | 2018-08-06 | 1 | -0/+10 |
|\ |
|
| * | rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer. | Andrey Petrov | 2018-06-22 | 1 | -0/+10 |
* | | consensus/ethash: move remote agent logic to ethash internal (#15853) | gary rong | 2018-08-03 | 1 | -0/+29 |
* | | build: rename swarm deb package to ethereum-swarm; change swarm deb version f... | Anton Evangelatov | 2018-07-30 | 1 | -9/+0 |
* | | internal, vendor: update Azure blobstore API | Péter Szilágyi | 2018-07-25 | 1 | -29/+32 |
* | | cmd, dashboard, log: log collection and exploration (#17097) | Kurkó Mihály | 2018-07-11 | 1 | -3/+18 |
|/ |
|
* | internal/debug: use pprof goroutine writer for debug_stacks (#16892) | Ryan Schneider | 2018-06-14 | 1 | -3/+4 |
* | internal/web3ext: fix method name for enabling mutex profiling (#16964) | Ryan Schneider | 2018-06-13 | 1 | -2/+2 |
* | crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) | Felix Lange | 2018-06-12 | 1 | -4/+2 |
* | internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs*accs) | Péter Szilágyi | 2018-06-12 | 1 | -4/+9 |
* | rpc: support returning nil pointer big.Ints (null) | Péter Szilágyi | 2018-06-11 | 1 | -7/+7 |
* | core: improve getBadBlocks to return full block rlp (#16902) | Martin Holst Swende | 2018-06-11 | 1 | -6/+14 |
* | params: fix golint warnings (#16853) | kiel barry | 2018-06-05 | 1 | -3/+3 |
* | 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 |
* | build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) | ligi | 2018-05-09 | 1 | -0/+12 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -3/+4 |
* | internal: golint updates for this or self warning (#16634) | kiel barry | 2018-05-02 | 1 | -27/+27 |
* | cmd/geth, mobile: add memsize to pprof server (#16532) | Felix Lange | 2018-04-23 | 1 | -10/+17 |
* | all: fix various typos (#16533) | Wuxiang | 2018-04-19 | 1 | -1/+1 |
* | core/types: remove String methods from struct types (#16205) | Steven Roose | 2018-04-05 | 1 | -1/+2 |
* | internal/ethapi: make resent gas params optional | Péter Szilágyi | 2018-03-08 | 1 | -2/+2 |
* | cmd/evm, core/vm, internal/ethapi: don't disable call gas metering | Péter Szilágyi | 2018-03-05 | 1 | -7/+7 |
* | internal/debug: add support for mutex profiles (#16230) | Felix Lange | 2018-03-03 | 2 | -4/+38 |
* | internal/ethapi: fix getTransactionReceipt | Péter Szilágyi | 2018-02-28 | 1 | -2/+2 |
* | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15... | Anton Evangelatov | 2018-02-23 | 1 | -0/+6 |
* | eth, les, light: filter on logs only, derive receipts on demand | Péter Szilágyi | 2018-02-23 | 1 | -3/+7 |
* | ethapi: prevent creating contract if no data is provided (#16108) | Martin Holst Swende | 2018-02-21 | 1 | -0/+12 |
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 2 | -9/+9 |
* | internal/build: fix usage of strings.TrimLeft (#16066) | ferhat elmas | 2018-02-12 | 1 | -1/+1 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -1/+1 |
* | internal: fix a typo that caused a lint error on travis (#15987) | Guillaume Ballet | 2018-01-29 | 1 | -1/+1 |
* | ethapi: add personal.signTransaction (#15971) | Martin Holst Swende | 2018-01-27 | 2 | -20/+60 |
* | cmd/ethkey: fix formatting, review nits (#15807) | Felix Lange | 2018-01-16 | 1 | -3/+5 |
* | all: update generated code (#15808) | Felix Lange | 2018-01-08 | 1 | -16/+12 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 2 | -32/+34 |
* | cmd, core, eth/tracers: support fancier js tracing (#15516) | Péter Szilágyi | 2017-12-21 | 3 | -531/+24 |
* | Merge pull request #15674 from chfast/vm-no-snapshot-param | Péter Szilágyi | 2017-12-18 | 1 | -1/+1 |
|\ |
|
| * | core/vm: Remove snapshot param from Interpreter.Run() | Paweł Bylica | 2017-12-15 | 1 | -1/+1 |
* | | internal/ethapi: support "input" in transaction args (#15640) | Felix Lange | 2017-12-18 | 1 | -3/+16 |
* | | internal/ethapi: don't crash for missing receipts | rhaps107 | 2017-12-14 | 1 | -1/+4 |
|/ |
|
* | internal/ethapi: fix typo in comment (#15659) | yoza | 2017-12-13 | 1 | -1/+1 |
* | internal/ethapi: avoid recreating JavaScript tracer wrappers | Péter Szilágyi | 2017-11-24 | 1 | -43/+42 |
* | eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs ... | Nick Johnson | 2017-11-20 | 1 | -0/+12 |
* | internal/ethapi: fix js tracer to properly decode addresses (#15297) | Pulyak Viktor | 2017-11-18 | 1 | -10/+10 |
* | Added output to clarify gas calculation in txpool.inspect | tsarpaul | 2017-11-17 | 1 | -2/+2 |
* | core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499) | Péter Szilágyi | 2017-11-17 | 1 | -25/+32 |
* | accounts, internal: fail if no suitable estimated gas found (#15477) | gary rong | 2017-11-15 | 1 | -13/+26 |
* | dockerignore, internal/build: forward correct git folder | Péter Szilágyi | 2017-11-13 | 2 | -4/+5 |
* | .dockerignore, internal/build: Read git information directly from file (#15458) | Arba Sasmoyo | 2017-11-13 | 2 | -5/+18 |
* | internal/web3ext: make whisper v5 methods work (#15111) | Guillaume Ballet | 2017-10-06 | 3 | -2977/+351 |
* | internal, accounts, eth: utilize vm failed flag to help gas estimation | rjl493456442 | 2017-10-02 | 1 | -15/+18 |
* | core/types, internal: swap Receipt.Failed to Status | Péter Szilágyi | 2017-10-02 | 1 | -8/+3 |
* | internal/ethapi: add status code to receipt rpc return | rjl493456442 | 2017-10-02 | 1 | -3/+14 |
* | internal/ethapi: remove code duplication around tx sending (#15158) | slumber1122 | 2017-09-25 | 1 | -21/+7 |
* | eth, internal/ethapi: fix spelling of 'Ethereum' (#15164) | Ernesto del Toro | 2017-09-20 | 1 | -4/+4 |
* | internal/debug: add debug_setGCPercent | Felix Lange | 2017-09-11 | 2 | -0/+11 |
* | internal/debug: add debug_freeOSMemory (#15122) | Felix Lange | 2017-09-11 | 2 | -71/+68 |
* | core: make txpool operate on immutable state | Péter Szilágyi | 2017-09-05 | 2 | -2/+0 |
* | Merge pull request #15014 from rjl493456442/metropolis-eip658 | Péter Szilágyi | 2017-08-23 | 1 | -1/+2 |
|\ |
|
| * | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -1/+2 |
* | | cmd/evm, core/vm, internal/ethapi: Show error when exiting (#14985) | Martin Holst Swende | 2017-08-23 | 1 | -1/+1 |
|/ |
|
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -0/+4 |
* | accounts: refactor API for generalized USB wallets | Péter Szilágyi | 2017-08-09 | 1 | -4/+11 |
* | accounts, console, internal: support trezor hardware wallet | Péter Szilágyi | 2017-08-09 | 2 | -0/+21 |
* | internal: fix megacheck warnings (#14919) | Egon Elbre | 2017-08-07 | 2 | -34/+3 |
* | internal/build: add GoTool and document why it uses GOROOT | Felix Lange | 2017-08-07 | 1 | -2/+14 |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -146/+68 |
* | internal/web3ext: fix debug.traceBlockFromFile wrapper (#14774) | Daniel Sloof | 2017-07-10 | 1 | -2/+2 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 2 | -30/+16 |
* | Merge pull request #14540 from bas-vk/whisper-api | Péter Szilágyi | 2017-06-26 | 1 | -26/+36 |
|\ |
|
| * | whisperv5: integrate whisper and add whisper RPC simulator | Bas van Kervel | 2017-06-15 | 1 | -26/+36 |
* | | swarm/test: add integration test for 'swarm up' (#14353) | Lewis Marshall | 2017-06-21 | 1 | -0/+270 |
|/ |
|
* | cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476) | Martin Holst Swende | 2017-06-07 | 1 | -0/+7 |
* | internal/ethapi: initialize account mutex in lock properly | Martin Holst Swende | 2017-06-01 | 1 | -2/+3 |
* | Merge pull request #14516 from holiman/noncefixes | Péter Szilágyi | 2017-05-30 | 3 | -36/+92 |
|\ |
|
| * | internal/ethapi: add mutex around signing + nonce assignment | Martin Holst Swende | 2017-05-30 | 3 | -36/+92 |
* | | internal/ethapi: fix tx nonces in pool inspect/content | Péter Szilágyi | 2017-05-29 | 1 | -8/+8 |
|/ |
|
* | Merge pull request #14502 from karalabe/mobile-import-ecdsa | Felix Lange | 2017-05-25 | 1 | -4/+2 |
|\ |
|
| * | accounts/keystore, crypto: enforce 256 bit keys on import | Péter Szilágyi | 2017-05-23 | 1 | -4/+2 |
* | | Merge pull request #14336 from obscuren/metropolis-preparation | Felix Lange | 2017-05-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | consensus, core/*, params: metropolis preparation refactor | Jeffrey Wilcke | 2017-05-18 | 1 | -1/+1 |
* | | internal/ethapi: lock when auto-filling transaction nonce (#14483) | Martin Holst Swende | 2017-05-19 | 1 | -0/+23 |
|/ |
|
* | whisper: switching to v5 + minor refactoring (#14387) | gluk256 | 2017-04-28 | 1 | -1/+100 |
* | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 1 | -2/+2 |
* | Merge pull request #14350 from fjl/trie-iterator-skip-2 | Péter Szilágyi | 2017-04-25 | 1 | -0/+5 |
|\ |
|
| * | eth: add debug_storageRangeAt | Felix Lange | 2017-04-25 | 1 | -0/+5 |
* | | internal/ethapi: return empty arrays instead of null (#14374) | bas-vk | 2017-04-24 | 1 | -3/+3 |
|/ |
|
* | all: update license information | Felix Lange | 2017-04-14 | 1 | -1/+1 |
* | cmd/utils, node: remove unused solc references and improve RPC config (#14324) | bas-vk | 2017-04-13 | 2 | -6/+1 |
* | consensus/clique, internal/web3ext: support hash based API queries (#14321) | Péter Szilágyi | 2017-04-12 | 1 | -2/+10 |
* | Merge pull request #14311 from Arachnid/tracing | Nick Johnson | 2017-04-12 | 1 | -22/+62 |
|\ |
|
| * | internal/ethapi: Add support for fetching information about the current call ... | Nick Johnson | 2017-04-11 | 1 | -22/+62 |
* | | consensus/clique: Proof of Authority (#3753) | Péter Szilágyi | 2017-04-10 | 1 | -0/+41 |
|/ |
|
* | .travis, build: autodelete old unstable archives (#13867) | Péter Szilágyi | 2017-04-06 | 2 | -2/+55 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | swarm/api: improve FUSE build constraints, logging and APIs (#3818) | Felix Lange | 2017-03-31 | 1 | -24/+19 |
* | build: unify vendor skipping logic | Felix Lange | 2017-03-23 | 1 | -0/+28 |
* | swarm/api: support mounting manifests via FUSE (#3690) | Zahoor Mohamed | 2017-03-23 | 1 | -0/+29 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 3 | -13/+4 |
* | core/vm: use uint64 instead of *big.Int in tracer (#3805) | Yohann Leon | 2017-03-22 | 3 | -7/+7 |
* | Merge pull request #3756 from fjl/core-types-gencodec | Felix Lange | 2017-03-22 | 2 | -3/+4 |
|\ |
|
| * | internal/jsre/deps: ensure that go generate produces no changes | Felix Lange | 2017-03-07 | 2 | -3/+4 |
* | | internal/ethapi: drop eth_compile (#3740) | Péter Szilágyi | 2017-03-16 | 2 | -85/+1 |
* | | all: finish integrating Go ethash, delete C++ vendor | Péter Szilágyi | 2017-03-09 | 1 | -14/+2 |
* | | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -6/+2 |
|/ |
|
* | all: update light logs (and a few others) to the new model | Péter Szilágyi | 2017-03-03 | 4 | -37/+35 |
* | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -4/+4 |
* | Merge pull request #3717 from tranvictor/master | Péter Szilágyi | 2017-02-28 | 1 | -1/+1 |
|\ |
|
| * | internal/ethapi: fixes #2648, returns logsBloom for pending block | tranvictor | 2017-02-27 | 1 | -1/+1 |
* | | all: disable log message colors outside of geth | Felix Lange | 2017-02-27 | 1 | -4/+13 |
|/ |
|
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -6/+9 |
* | internal, log: support debug log prints, displaying log origins | Péter Szilágyi | 2017-02-23 | 1 | -3/+11 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 4 | -48/+50 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 3 | -23/+45 |
* | core, eth, internal: Added `debug_getBadBlocks()` method (#3654) | Martin Holst Swende | 2017-02-14 | 1 | -1/+6 |
* | 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 | 2 | -19/+114 |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 2 | -53/+57 |
* | accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) | Diego Siqueira | 2017-02-03 | 1 | -2/+2 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 3 | -30/+50 |
* | console, internal/web3ext: remove bzz and ens extensions (#3602) | Felix Lange | 2017-01-25 | 1 | -97/+0 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 1 | -2/+28 |
* | internal/guide: initial test suite to ensure guide snippets run ok (#3582) | Péter Szilágyi | 2017-01-20 | 2 | -0/+118 |
* | Merge pull request #3579 from bas-vk/natspec | Péter Szilágyi | 2017-01-17 | 1 | -6/+0 |
|\ |
|
| * | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 1 | -6/+0 |
* | | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -0/+6 |
|/ |
|
* | internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545) | Péter Szilágyi | 2017-01-13 | 6 | -327/+774 |
* | 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 | 2 | -14/+14 |
* | 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/jsre: fix built-in inspect function | Felix Lange | 2016-12-20 | 2 | -4/+4 |
* | 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 |
* | cmd/bzzd: swarm daemon fixes (#3359) | Viktor Trón | 2016-11-28 | 1 | -14/+2 |
* | internal/build: use 'git tag --points-at' to get the current tag | Felix Lange | 2016-11-28 | 1 | -1/+6 |
* | cmd/utils, internal/web3ext: removed httpGet | Jeffrey Wilcke | 2016-11-25 | 1 | -5/+0 |
* | internal/web3ext: remove registrar-related extensions | Felix Lange | 2016-11-25 | 1 | -30/+0 |
* | internal/build: add support for git tag in local Environment | Felix Lange | 2016-11-23 | 2 | -3/+9 |
* | .travis, build: Build step to push .aar to Maven Central | Péter Szilágyi | 2016-11-14 | 1 | -1/+1 |
* | 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 | 5 | -3/+5 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 2 | -8/+9 |
* | build: fix remote path for archive uploads (#3243) | Felix Lange | 2016-11-09 | 1 | -0/+6 |
* | build: NSIS based Windows installer (#3240) | Péter Szilágyi | 2016-11-09 | 1 | -0/+23 |
* | internal/build: call correct signer method | Péter Szilágyi | 2016-11-08 | 1 | -1/+1 |
* | build, internal/build: misc improvements (#3229) | Felix Lange | 2016-11-03 | 1 | -10/+18 |
* | travis, build: implement uploading archives to azure | Péter Szilágyi | 2016-11-03 | 2 | -0/+116 |
* | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 2 | -23/+23 |
* | 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 | 2 | -8/+84 |
* | | Godeps, vendor: convert dependency management to trash (#3198) | Péter Szilágyi | 2016-10-29 | 1 | -5/+4 |
* | | internal/ethapi: add debug.chaindbCompact | Felix Lange | 2016-10-20 | 2 | -0/+23 |
* | | Merge pull request #3100 from kobigurk/develop | Felix Lange | 2016-10-17 | 2 | -1/+55 |
|\ \ |
|
| * | | internal/ethapi, internal/web3ext: adds raw tx retrieval methods | Kobi Gurkan | 2016-10-10 | 2 | -1/+55 |
* | | | 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 |
* | | | | metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexp | Nick Johnson | 2016-10-14 | 1 | -2/+7 |
| |/ /
|/| | |
|
* | | | 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 |
| |/ /
|/| | |
|
* | | | internal/build: fix git tag env variable for AppVeyor | Felix Lange | 2016-10-03 | 1 | -1/+1 |
|/ / |
|
* | | internal/build: use less edgy command to get the branch name | Felix Lange | 2016-10-03 | 1 | -1/+3 |
* | | Merge pull request #3066 from fjl/build-env | Péter Szilágyi | 2016-10-02 | 2 | -8/+120 |
|\ \ |
|
| * | | build: improve debian packaging | Felix Lange | 2016-10-02 | 2 | -8/+120 |
| |/ |
|
* / | 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 |
* | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 1 | -9/+151 |
* | common,internal: typo/misspelling fixes (#2953) | gregg dourgarian | 2016-08-27 | 1 | -5/+5 |
* | 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 |