| Commit message (Expand) | Author | Age | Files | Lines |
* | params: release Geth v1.9.5 stablev1.9.5 | Felix Lange | 2019-09-20 | 1 | -4/+4 |
* | core/state: fix state object deep copy (#20100) | gary rong | 2019-09-20 | 1 | -0/+1 |
* | params: start v1.9.5 release cycle | Péter Szilágyi | 2019-09-19 | 1 | -4/+4 |
* | params: release Geth v1.9.4 stablev1.9.4 | Péter Szilágyi | 2019-09-19 | 1 | -4/+4 |
* | Merge pull request #20092 from karalabe/vendor-usb-bump | Péter Szilágyi | 2019-09-19 | 3 | -6/+8 |
|\ |
|
| * | vendor: pull in USB Windows fixes | Péter Szilágyi | 2019-09-19 | 3 | -6/+8 |
|/ |
|
* | Merge pull request #20090 from soc1c/s1-testnet-istanbul | Péter Szilágyi | 2019-09-19 | 2 | -12/+18 |
|\ |
|
| * | core/forkid, params: fix tests, enable Istanbul on Rinkeby + testers | Péter Szilágyi | 2019-09-19 | 2 | -10/+16 |
| * | params: activate Istanbul on Ropsten and Görli | soc1c | 2019-09-19 | 1 | -2/+2 |
* | | Merge pull request #20091 from karalabe/cht-1.9.4 | Péter Szilágyi | 2019-09-19 | 1 | -16/+16 |
|\ \
| |/
|/| |
|
| * | params: bump CHTs for the 1.9.4 release | Péter Szilágyi | 2019-09-19 | 1 | -16/+16 |
|/ |
|
* | Merge pull request #20085 from karalabe/txpool-api-fix | Péter Szilágyi | 2019-09-18 | 2 | -6/+90 |
|\ |
|
| * | core: fix tx dedup return error count | Péter Szilágyi | 2019-09-18 | 2 | -6/+90 |
|/ |
|
* | les: multiple server bugfixes (#20079) | Felföldi Zsolt | 2019-09-17 | 8 | -24/+87 |
* | Merge pull request #20081 from karalabe/txpool-lockless-dedup | Péter Szilágyi | 2019-09-17 | 1 | -8/+12 |
|\ |
|
| * | core: dedup known transactions without global lock, track metrics | Péter Szilágyi | 2019-09-17 | 1 | -8/+12 |
|/ |
|
* | core: smaller txpool status locking (#20080) | Martin Holst Swende | 2019-09-17 | 1 | -10/+13 |
* | Merge pull request #20075 from holiman/evm_defaults | Péter Szilágyi | 2019-09-16 | 1 | -0/+2 |
|\ |
|
| * | cmd/evm: make evm default to all ethash protocol changes | Martin Holst Swende | 2019-09-14 | 1 | -0/+2 |
* | | common/mclock: clean up AfterFunc support (#20054) | Felix Lange | 2019-09-16 | 4 | -65/+158 |
* | | Merge pull request #19953 from karalabe/state-accumulate-writes | Péter Szilágyi | 2019-09-16 | 4 | -84/+242 |
|\ \ |
|
| * | | core: add blockchain test too for revert cornercase | Martin Holst Swende | 2019-09-16 | 1 | -0/+75 |
| * | | core/state: accumulate writes and only update tries when must | Péter Szilágyi | 2019-09-16 | 3 | -84/+167 |
|/ / |
|
* / | rlp: improve nil pointer handling (#20064) | Felix Lange | 2019-09-13 | 7 | -244/+416 |
|/ |
|
* | core: remove unused gas return in ApplyTransaction (#20065) | Rob Mulholand | 2019-09-13 | 4 | -8/+8 |
* | Revert "build: switch PPA from Gophers dep to manual download" (#20061) | Péter Szilágyi | 2019-09-12 | 3 | -8/+10 |
* | Merge pull request #20059 from karalabe/ppa-manual-go | Péter Szilágyi | 2019-09-12 | 3 | -10/+8 |
|\ |
|
| * | build: switch PPA from Gophers dep to manual download | Péter Szilágyi | 2019-09-12 | 3 | -10/+8 |
|/ |
|
* | Merge pull request #20058 from karalabe/go1.13 | Péter Szilágyi | 2019-09-12 | 4 | -16/+16 |
|\ |
|
| * | travis, Dockerfile, appveyor: bump to Go 1.13 | Péter Szilágyi | 2019-09-12 | 4 | -16/+16 |
|/ |
|
* | all: make unit tests work with Go 1.13 (#20053) | Felix Lange | 2019-09-11 | 10 | -83/+79 |
* | tests: expose internal RunNoVerify method (#20051) | Martin Holst Swende | 2019-09-11 | 1 | -12/+22 |
* | eth: remove unused field (#20049) | Nguyen Kien Trung | 2019-09-11 | 1 | -2/+0 |
* | Merge pull request #20038 from holiman/minor_encodingfix | Péter Szilágyi | 2019-09-10 | 3 | -1/+82 |
|\ |
|
| * | core/state: optimize some internals during encoding | Martin Holst Swende | 2019-09-10 | 3 | -1/+82 |
* | | Merge pull request #20047 from karalabe/counter-to-gauge | Péter Szilágyi | 2019-09-10 | 6 | -70/+108 |
|\ \ |
|
| * | | core, metrics, p2p: switch some invalid counters to gauges | Péter Szilágyi | 2019-09-10 | 6 | -70/+108 |
|/ / |
|
* | | Merge pull request #20046 from karalabe/graphql-fix-web-and-decoding | Péter Szilágyi | 2019-09-10 | 2 | -3/+3 |
|\ \ |
|
| * | | common, graphql: fix hash/address decoding + UI content type | Péter Szilágyi | 2019-09-10 | 2 | -3/+3 |
|/ / |
|
* / | README: accounts in alloc field should exist (#20005) | Flash Sheridan | 2019-09-10 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #20033 from karalabe/docker-expose-graphql | Péter Szilágyi | 2019-09-04 | 2 | -2/+2 |
|\ |
|
| * | Dockerfile: expose GraphQL ports | Péter Szilágyi | 2019-09-04 | 2 | -2/+2 |
|/ |
|
* | params: begin Geth v1.9.4 release cycle | Péter Szilágyi | 2019-09-03 | 1 | -4/+4 |
* | params: release Geth v1.9.3 stablev1.9.3 | Péter Szilágyi | 2019-09-03 | 1 | -4/+4 |
* | cmd/utils: reduce light.maxpeers default for clients to 1/10th (#19933) | SjonHortensius | 2019-09-03 | 1 | -0/+5 |
* | 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 |
* | | rpc: raise limit in TestClientNotificationStorm (#19999) | Felix Lange | 2019-09-02 | 1 | -1/+1 |
* | | retesteth: enable maxResults in AccountRange (#20020) | winsvega | 2019-09-02 | 1 | -1/+1 |
* | | Merge pull request #20019 from holiman/minor_adminfix | Péter Szilágyi | 2019-08-30 | 1 | -0/+5 |
|\ \ |
|
| * | | eth: disallow overwrite files via admin.exportChain | Martin Holst Swende | 2019-08-30 | 1 | -0/+5 |
* | | | les: fix panic (#20013) | gary rong | 2019-08-27 | 1 | -2/+1 |
* | | | les: wait for all task goroutines before dropping the peer (#20010) | gary rong | 2019-08-27 | 7 | -53/+84 |
* | | | README: change chainID to <arbitrary positive integer> (#20002) | Flash Sheridan | 2019-08-26 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #20004 from karalabe/istanbul-override | Péter Szilágyi | 2019-08-23 | 7 | -2/+21 |
|\ \ |
|
| * | | acmd, core, eth, les: support --override.istanbul | Péter Szilágyi | 2019-08-23 | 7 | -2/+21 |
* | | | Merge pull request #19993 from karalabe/istanbul-eip-integration | Péter Szilágyi | 2019-08-23 | 4 | -6/+49 |
|\ \ \
| |/ /
|/| | |
|
| * | | tests: implement Istanbul support | Martin Holst Swende | 2019-08-23 | 1 | -0/+23 |
| * | | retesteth: implement istanbul support | Martin Holst Swende | 2019-08-23 | 1 | -0/+7 |
| * | | core/vm: enable istanbul EIPs in the jump table | Péter Szilágyi | 2019-08-22 | 2 | -6/+19 |
* | | | rpc: enable compression on HTTP transport (#19997) | SjonHortensius | 2019-08-22 | 2 | -0/+67 |
* | | | crypto: add SignatureLength constant and use it everywhere (#19996) | Felix Lange | 2019-08-22 | 11 | -33/+46 |
* | | | p2p/enode: allow DNS names in enode URLs (#18524) | alexwang | 2019-08-22 | 2 | -8/+10 |
* | | | cmd/utils: customize cli.HelpPrinter to fix alignment (#19956) | SjonHortensius | 2019-08-22 | 2 | -50/+56 |
* | | | Merge pull request #19995 from karalabe/ios-notag | Péter Szilágyi | 2019-08-22 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | build: gomobile automaticall adds the ios tag, don't duplicate | Péter Szilágyi | 2019-08-22 | 1 | -1/+1 |
|/ / |
|
* | | ethdb/dbtest: addd test suite for ethdb backends (#19960) | Andrey Petrov | 2019-08-22 | 3 | -77/+364 |
* | | common: unify hex prefix check code (#19937) | lmittmann | 2019-08-22 | 2 | -7/+5 |
* | | core: log chain reorg/split metrics (#18950) | HackyMiner | 2019-08-22 | 1 | -2/+8 |
* | | Merge pull request #19992 from karalabe/fix-blake2b-386-2 | Péter Szilágyi | 2019-08-22 | 1 | -1/+1 |
|\ \ |
|
| * | | crypto/blake2b: fix 386, round 2 | Péter Szilágyi | 2019-08-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #19990 from karalabe/fix-blake2b-386 | Péter Szilágyi | 2019-08-22 | 2 | -4/+57 |
|\ \ |
|
| * | | crypto/blake2b: fix non-amd64 builds | Péter Szilágyi | 2019-08-22 | 2 | -4/+57 |
|/ / |
|
* | | Merge pull request #19972 from keep-network/istanbul-eip-152-blake2b-f-precom... | Péter Szilágyi | 2019-08-22 | 14 | -3/+2844 |
|\ \ |
|
| * | | core/vm, crypto/blake2b: add SSE, AVX and AVX2 code | Péter Szilágyi | 2019-08-21 | 14 | -164/+2560 |
| * | | core/vm, crypto/blake2b: add BLAKE2b compression func at 0x09 | Piotr Dyraga | 2019-08-21 | 5 | -3/+448 |
* | | | les: handler separation (#19639) | gary rong | 2019-08-21 | 31 | -2512/+2364 |
* | | | core: fix crash in chain reimport (#19986) | Martin Holst Swende | 2019-08-21 | 2 | -0/+51 |
* | | | appveyor: bump to Go 1.12.9 (#19966) | Samuel Marks | 2019-08-19 | 1 | -2/+2 |
* | | | core/vm, params: implement EIP2200, SSTORE optimizations (#19964) | Péter Szilágyi | 2019-08-19 | 4 | -1/+142 |
* | | | Merge pull request #19983 from karalabe/private-chain-config | Péter Szilágyi | 2019-08-19 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | README: update private network fork config fields | Péter Szilágyi | 2019-08-19 | 1 | -2/+6 |
|/ / / |
|
* | | | cmd/clef: spelling correction (#19973) | Ben Holden-Crowther | 2019-08-19 | 1 | -1/+1 |
* | | | signer/fourbyte: update signatures, sort and don't compress (#19957) | Martin Holst Swende | 2019-08-19 | 3 | -32/+293692 |
|/ / |
|
* | | tests: update from ethereum/tests (#19945) | Martin Holst Swende | 2019-08-15 | 4 | -22/+33 |
* | | cmd/geth: set up cache and metrics when starting node (#19911) | gary rong | 2019-08-15 | 2 | -40/+46 |
* | | common/compiler: fix lint issue (#19967) | Felix Lange | 2019-08-15 | 1 | -2/+2 |
* | | p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963) | Felix Lange | 2019-08-15 | 2 | -2/+2 |
* | | common/compiler: support relative import paths (#17374) | shiqinfeng1 | 2019-08-15 | 1 | -0/+1 |
* | | core, light, params: implement eip2028 (#19931) | gary rong | 2019-08-14 | 6 | -34/+53 |
* | | Merge pull request #19955 from karalabe/deprecate-cosmic | Péter Szilágyi | 2019-08-13 | 1 | -1/+2 |
|\ \ |
|
| * | | build: deprecate Ubuntu Cosmic, start supporting Eoan | Péter Szilágyi | 2019-08-13 | 1 | -1/+2 |
|/ / |
|
* | | params: begin Geth v1.9.3 release cycle | Péter Szilágyi | 2019-08-13 | 1 | -4/+4 |
* | | params: release Geth v1.9.2v1.9.2 | Péter Szilágyi | 2019-08-13 | 1 | -4/+4 |
* | | Merge pull request #19942 from karalabe/cht-1.9.2 | Péter Szilágyi | 2019-08-12 | 1 | -16/+16 |
|\ \ |
|
| * | | params: update CHT to 12th August, 2019 | Péter Szilágyi | 2019-08-12 | 1 | -16/+16 |
* | | | cmd/clef: fix typo introduced in #19932 (#19946) | ligi | 2019-08-12 | 1 | -1/+1 |
* | | | core, trie: decode the value for storage dump (#19943) | gary rong | 2019-08-12 | 2 | -2/+9 |
* | | | les: degrade the log level (#19939) | gary rong | 2019-08-12 | 1 | -2/+2 |
|/ / |
|
* | | all: replace passPHRASE with passWORD in user interactions (#19932) | SjonHortensius | 2019-08-12 | 19 | -94/+94 |
* | | graphql, internal/ethapi: support overriding accounts in eth_call (#19917) | gary rong | 2019-08-08 | 4 | -8/+99 |
* | | Eip 1344 (ChainID opcode) (#19921) | Martin Holst Swende | 2019-08-08 | 2 | -1/+26 |
* | | accounts, internal/ethapi: use common Accounts method (#18428) | Roc Yu | 2019-08-08 | 2 | -14/+17 |
* | | Eip 1884 v3 (#19743) | Martin Holst Swende | 2019-08-08 | 6 | -32/+141 |
* | | internal/build: fix commit extraction for detached head repo (#18315) | Aleksey @soar Smyrnov | 2019-08-08 | 1 | -0/+8 |
* | | core/vm: fix comment grammar (#19923) | Corey Lin | 2019-08-07 | 2 | -2/+2 |
* | | params, core/vm: Istanbul EIP-1108 bn256 gas cost reduction (#19904) | Antonio Salazar Cardozo | 2019-08-06 | 4 | -45/+144 |
|/ |
|
* | core/vm, params: refactor chain configuration (#19735) | Martin Holst Swende | 2019-08-05 | 9 | -505/+329 |
* | les: implement new client pool (#19745) | Felföldi Zsolt | 2019-08-03 | 15 | -586/+1651 |
* | accounts/abi, signer/fourbyte: fix incorrect signature (#19881) | gary rong | 2019-08-02 | 11 | -57/+204 |
* | ethdb/memorydb: allow noop compact on memdb (#19907) | Péter Szilágyi | 2019-08-01 | 1 | -2/+3 |
* | Merge pull request #19902 from karalabe/simulated-close | Péter Szilágyi | 2019-07-31 | 6 | -8/+48 |
|\ |
|
| * | accounts/abi/bind: support closing a simulated backend | Péter Szilágyi | 2019-07-31 | 6 | -8/+48 |
|/ |
|
* | internal/ethapi: return null inclusion info for pending transactions (#19901) | Felix Lange | 2019-07-30 | 1 | -4/+4 |
* | cmd/clef: fix colored output on Windows (#19889) | Frank Szendzielarz | 2019-07-25 | 1 | -1/+9 |
* | eth, graphql, internal/ethapi, les: polish and improve graphql (#19886) | gary rong | 2019-07-25 | 5 | -96/+49 |
* | ineternal/ethapi: wrap block size with hex.Uint64 (#19885) | gary rong | 2019-07-25 | 1 | -1/+1 |
* | travis: isolate linter and tests jobs (#19883) | Tyler Ferrara | 2019-07-25 | 1 | -22/+33 |
* | params: begin Geth v1.9.2 release cycle | Péter Szilágyi | 2019-07-24 | 1 | -4/+4 |
* | params: release Geth v1.9.1v1.9.1 | Péter Szilágyi | 2019-07-24 | 1 | -4/+4 |
* | eth, internal, les: add getHeaderBy* APIs (#19669) | gary rong | 2019-07-23 | 5 | -55/+126 |
* | vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966) | Alexander van der Meij | 2019-07-23 | 97 | -1075/+37890 |
* | signer/fourbytes: fix up error messages (#19877) | Péter Szilágyi | 2019-07-23 | 1 | -4/+4 |
* | Merge pull request #19875 from karalabe/dev-4gb-cache | Péter Szilágyi | 2019-07-23 | 1 | -1/+1 |
|\ |
|
| * | cmd/geth: skip 4GB memory bump for devnet | Péter Szilágyi | 2019-07-23 | 1 | -1/+1 |
* | | les: get rid of testing tx journal (#19876) | gary rong | 2019-07-23 | 2 | -1/+3 |
* | | cmd/faucet: add grace period to faucet timeout (#18105) | wbt | 2019-07-23 | 1 | -1/+4 |
|/ |
|
* | core, les: fix les unit tests (#19823) | gary rong | 2019-07-22 | 5 | -12/+22 |
* | cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19... | Christian Muehlhaeuser | 2019-07-22 | 8 | -12/+12 |
* | rpc: implement websockets with github.com/gorilla/websocket (#19866) | Felix Lange | 2019-07-22 | 32 | -177/+3955 |
* | Merge pull request #19873 from karalabe/author-1.9.1 | Péter Szilágyi | 2019-07-22 | 93 | -272/+593 |
|\ |
|
| * | build: deduplicate same authors with different casing | Péter Szilágyi | 2019-07-22 | 2 | -11/+14 |
| * | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 92 | -259/+564 |
| * | build: update license exclusions, case insensitive author list | Péter Szilágyi | 2019-07-22 | 1 | -5/+18 |
* | | Merge pull request #19872 from karalabe/cht-1.9.1 | Péter Szilágyi | 2019-07-22 | 1 | -16/+16 |
|\ \
| |/
|/| |
|
| * | params: bump hard-coded CHTs to 22nd July values | Péter Szilágyi | 2019-07-22 | 1 | -16/+16 |
|/ |
|
* | cmd/geth, core/rawdb: add missing error checks (#19871) | Christian Muehlhaeuser | 2019-07-22 | 3 | -1/+21 |
* | cmd, crypto, eth, internals: fix Typos (#19868) | Kitten King | 2019-07-22 | 5 | -10/+10 |
* | core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870) | Christian Muehlhaeuser | 2019-07-22 | 4 | -6/+6 |
* | p2p: add ENR to PeerInfo (#19816) | Kurkó Mihály | 2019-07-19 | 1 | -5/+9 |
* | Merge pull request #19856 from karalabe/chaindb-property-fix | Péter Szilágyi | 2019-07-18 | 1 | -9/+4 |
|\ |
|
| * | internal/ethapi: fix debug.chaindbProperty | Péter Szilágyi | 2019-07-18 | 1 | -9/+4 |
|/ |
|
* | Merge pull request #19854 from karalabe/genesis-commit-check | Péter Szilágyi | 2019-07-18 | 1 | -2/+8 |
|\ |
|
| * | core: check error before accessing potentially nil block | Péter Szilágyi | 2019-07-18 | 1 | -2/+8 |
|/ |
|
* | all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) | Felix Lange | 2019-07-18 | 4 | -116/+56 |
* | signer/core: fix reference issue in key derivation (#19827) | Guillaume Ballet | 2019-07-18 | 1 | -1/+2 |
* | all: replace fmt.Print* calls with t.Log* in tests (#19670) | 大彬 | 2019-07-17 | 10 | -87/+85 |
* | core: fix write concurrency in txpool (#19835) | gary rong | 2019-07-17 | 2 | -9/+29 |
* | common/bitutil: use result of TestBytes to prevent dead code elimination (#19... | David Chase | 2019-07-17 | 1 | -2/+8 |
* | eth: add debug_accountRange (#17438) | jwasinger | 2019-07-13 | 3 | -2/+225 |
* | eth: fix storageRangeAt for empty blocks (#18076) | cdetrio | 2019-07-12 | 1 | -0/+5 |
* | cmd, eth: fix dump config issue (#19825) | gary rong | 2019-07-11 | 3 | -11/+11 |
* | params: begin Geth v1.9.1 release cycle | Péter Szilágyi | 2019-07-10 | 1 | -4/+4 |
* | params: release Geth v1.9.0v1.9.0 | Péter Szilágyi | 2019-07-10 | 1 | -4/+4 |
* | Merge pull request #19818 from rjl493456442/encap-les | Péter Szilágyi | 2019-07-10 | 6 | -79/+112 |
|\ |
|
| * | cmd, eth, les: make les flags conform to dotted style | Péter Szilágyi | 2019-07-10 | 6 | -56/+79 |
| * | cmd: encapsulate les relative cli options | rjl493456442 | 2019-07-10 | 2 | -33/+43 |
|/ |
|
* | Merge pull request #19814 from karalabe/ulc-fixup | Péter Szilágyi | 2019-07-10 | 21 | -273/+188 |
|\ |
|
| * | cmd, eth, les: fix up ultra light config integration | Péter Szilágyi | 2019-07-10 | 21 | -273/+188 |
* | | Merge pull request #19815 from karalabe/go-1.12.7 | Péter Szilágyi | 2019-07-10 | 1 | -2/+2 |
|\ \ |
|
| * | | appveyor: bump builder to Go 1.12.7 | Péter Szilágyi | 2019-07-10 | 1 | -2/+2 |
|/ / |
|
* / | core/state: fix random test args (#19255) | Sheldon | 2019-07-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19810 from karalabe/txpool-noncer | Péter Szilágyi | 2019-07-09 | 6 | -289/+77 |
|\ |
|
| * | core: kill off managed state, use own tiny noncer for txpool | Péter Szilágyi | 2019-07-09 | 6 | -289/+77 |
|/ |
|
* | Merge pull request #19807 from karalabe/cht | Péter Szilágyi | 2019-07-09 | 2 | -19/+60 |
|\ |
|
| * | params: bump all CHTs, deploy all checkpoint oracles | Péter Szilágyi | 2019-07-09 | 2 | -19/+60 |
|/ |
|
* | cmd/puppeth: integrate blockscout (#18261) | gary rong | 2019-07-09 | 4 | -124/+109 |
* | p2p/discover: improve randomness of ReadRandomNodes (#19799) | Felix Lange | 2019-07-08 | 1 | -25/+8 |
* | core/forkid: implement the forkid EIP, announce via ENR (#19738) | Péter Szilágyi | 2019-07-08 | 11 | -96/+571 |
* | p2p: remove "cap" enr entry (#19800) | Felix Lange | 2019-07-08 | 2 | -3/+0 |
* | cmd/abigen: refactor command line interface (#19797) | gary rong | 2019-07-08 | 3 | -103/+171 |
* | eth, les: add sanity checks for unbounded block fields (#19573) | Martin Holst Swende | 2019-07-08 | 6 | -5/+57 |
* | accounts/abi/bind: link dependent libs in deploy (#19718) | Guillaume Ballet | 2019-07-08 | 4 | -61/+224 |
* | core: lessen mem-spike during 1.8->1.9 conversion (#19610) | Martin Holst Swende | 2019-07-08 | 1 | -4/+47 |
* | p2p: add address info to peer event reporting (#19716) | Martin Holst Swende | 2019-07-06 | 3 | -26/+40 |
* | cmd/geth: wrong memory size sanitizing on OpenBSD (#19793) | Guillaume Ballet | 2019-07-05 | 2 | -6/+11 |
* | accounts/abi/bind: fix typo in comments (#19791) | Guillaume Ballet | 2019-07-04 | 1 | -2/+2 |
* | accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) | gary rong | 2019-07-04 | 8 | -120/+61 |
* | les: remove half-finished priority pool APIs (#19780) | gary rong | 2019-07-04 | 10 | -890/+153 |
* | vendor: update karalabe/usb to fix CGO=0 builds (#19790) | Guillaume Ballet | 2019-07-03 | 2 | -3/+8 |
* | accounts/abi: enable struct golang binding generation (#18491) | gary rong | 2019-07-03 | 9 | -81/+469 |
* | core: fix receipt insertion (#19764) | gary rong | 2019-07-03 | 1 | -5/+9 |
* | core: fix chain indexer (#19786) | gary rong | 2019-07-03 | 1 | -1/+1 |
* | core: fix chain indexer reorg bug (#19748) | Felföldi Zsolt | 2019-07-02 | 1 | -3/+18 |
* | Merge pull request #19784 from karalabe/fix-constantinople-fix | Péter Szilágyi | 2019-07-02 | 9 | -28/+4 |
|\ |
|
| * | cmd, eth, les, param: drop --override.constantinople | Péter Szilágyi | 2019-07-02 | 9 | -28/+4 |
|/ |
|
* | cmd/clef, signer: refresh tutorial, fix noticed issues (#19774) | Péter Szilágyi | 2019-07-02 | 16 | -521/+704 |
* | accounts/abi/bind: Accept function ptr parameter (#19755) | Guillaume Ballet | 2019-07-02 | 6 | -14/+100 |
* | accounts/abi: Fix method overwritten by same name methods. (#17099) | zer0to0ne | 2019-07-01 | 3 | -33/+58 |
* | all: on-chain oracle checkpoint syncing (#19543) | gary rong | 2019-06-28 | 49 | -381/+2859 |
* | les: prefer nil slices over zero-length slices (#19081) | Matthew Halpern | 2019-06-27 | 1 | -4/+6 |
* | mobile: fix mobile interface (#19180) | gary rong | 2019-06-27 | 9 | -233/+903 |
* | eth: fix sync bloom panic (#19757) | gary rong | 2019-06-26 | 3 | -16/+22 |
* | whisper: PoW calculations as specified in EIP-627 (#19753) | Guillaume Ballet | 2019-06-25 | 2 | -13/+14 |
* | cmd/evm: evm input minor fixes (#19740) | Martin Holst Swende | 2019-06-25 | 1 | -19/+25 |
* | core/state, cmd/geth: streaming json output for dump command (#15475) | Martin Holst Swende | 2019-06-24 | 7 | -44/+142 |
* | abi: adding the method EventByID and its test (#19359) | salanfe | 2019-06-24 | 2 | -0/+81 |
* | rpc: fix subscription buffer documentation and test (#19747) | Rob Mulholand | 2019-06-24 | 2 | -2/+5 |
* | graphql: check the integrity of the CDN files (#19742) | Kurkó Mihály | 2019-06-24 | 1 | -6/+31 |
* | core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#... | Martin Holst Swende | 2019-06-24 | 2 | -0/+9 |
* | p2p/simulations: Enable access to MsgEvents with execadapter (#19749) | lash | 2019-06-21 | 1 | -1/+4 |
* | core: move TxPool reorg and events to background goroutine (#19705) | Felix Lange | 2019-06-21 | 2 | -453/+543 |
* | mobile: fix comment typos (#19741) | Martin Holst Swende | 2019-06-20 | 1 | -1/+1 |
* | Merge pull request #19680 from holiman/bootnode_update | Péter Szilágyi | 2019-06-20 | 1 | -0/+11 |
|\ |
|
| * | params: add new bootnodes | Martin Holst Swende | 2019-06-07 | 1 | -0/+11 |
* | | Merge pull request #19700 from karalabe/cleanup-graphql | Péter Szilágyi | 2019-06-20 | 9 | -164/+203 |
|\ \ |
|
| * | | cmd, graphql, node: graphql flag polishes, les integration | Péter Szilágyi | 2019-06-20 | 9 | -164/+203 |
* | | | rpc: fix rare deadlock when canceling HTTP call context (#19715) | Felix Lange | 2019-06-20 | 1 | -3/+5 |
* | | | miner: don't update pending state when no transactions are added (#19734) | Martin Holst Swende | 2019-06-19 | 1 | -1/+10 |
* | | | clef: fix stutter in warning message (#19736) | Guillaume Ballet | 2019-06-19 | 1 | -1/+1 |
* | | | Merge pull request #19732 from karalabe/simulated-eip155 | Péter Szilágyi | 2019-06-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | accounts/abi/bind/backends: use EIP155 on the simulated chain | Péter Szilágyi | 2019-06-18 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #19731 from holiman/fix_19707 | Péter Szilágyi | 2019-06-18 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | accounts/keystore: fix #19707, avoid keyword as variable name | Martin Holst Swende | 2019-06-18 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #19725 from karalabe/goroutine-metrics | Péter Szilágyi | 2019-06-17 | 1 | -21/+21 |
|\ \ \ |
|
| * | | | metrics: gather and export threads and goroutines | Péter Szilágyi | 2019-06-17 | 1 | -21/+21 |
|/ / / |
|
* | | | appveyor: bump to Go 1.12.6 (#19709) | Samuel Marks | 2019-06-14 | 3 | -7/+7 |
* | | | README.md: update formatting (#19532) | Giulio | 2019-06-13 | 1 | -152/+186 |
* | | | p2p: add more info to peer addition and removal logs (#19712) | Felix Lange | 2019-06-13 | 1 | -2/+2 |
* | | | les: reject client if it makes too many invalid requests (#19691) | gary rong | 2019-06-12 | 3 | -14/+40 |
* | | | accounts/abi/bind: rename NewKeystoreTransactor (#19703) | Marius van der Wijden | 2019-06-12 | 1 | -2/+2 |
* | | | Merge pull request #19701 from holiman/fixles | Péter Szilágyi | 2019-06-12 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | les/handler: avoid lookup missing state | Martin Holst Swende | 2019-06-12 | 1 | -0/+4 |
* | | | | Merge pull request #19702 from karalabe/txprop-stricter-limiting | Péter Szilágyi | 2019-06-12 | 1 | -0/+24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | eth: enforce stricter known limits on idle peers | Péter Szilágyi | 2019-06-12 | 1 | -0/+24 |
|/ / / |
|
* | | | core/types: document RawSignatureValues (#19695) | Felix Lange | 2019-06-12 | 1 | -1/+3 |
* | | | dashboard: update yarn.lock (#19697) | Kurkó Mihály | 2019-06-12 | 2 | -2923/+3378 |
|/ / |
|
* | | ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694) | Felix Lange | 2019-06-11 | 3 | -0/+31 |
* | | p2p: enforce connection retry limit on server side (#19684) | Felix Lange | 2019-06-11 | 9 | -294/+520 |
* | | eth, les: reject stale request (#19689) | gary rong | 2019-06-11 | 5 | -2/+90 |
* | | Merge pull request #19692 from karalabe/metrics-extensions | Péter Szilágyi | 2019-06-11 | 15 | -117/+341 |
|\ \ |
|
| * | | core, ethdb, metrics, p2p: expose various counter metrics for grafana | Péter Szilágyi | 2019-06-11 | 15 | -117/+341 |
|/ / |
|
* | | core/rawdb: avoid O_APPEND (#19676) | Frank Szendzielarz | 2019-06-10 | 1 | -24/+62 |
* | | accounts: added transactorFromKeyStore (#19685) | Marius van der Wijden | 2019-06-08 | 1 | -0/+19 |
* | | vendor: remove unused dependencies (#19683) | Felix Lange | 2019-06-07 | 141 | -25571/+0 |
* | | p2p/enode: improve IPv6 support, add ENR text representation (#19663) | Felix Lange | 2019-06-07 | 20 | -219/+463 |
* | | cmd/devp2p: add devp2p debug tool (#19657) | Felix Lange | 2019-06-07 | 6 | -8/+446 |
* | | accounts/scwallet: Disable macos support (#19679) | Guillaume Ballet | 2019-06-07 | 3 | -5/+40 |
* | | Merge pull request #19681 from karalabe/fix-libusb-docker | Péter Szilágyi | 2019-06-07 | 4 | -4/+14 |
|\ \
| |/
|/| |
|
| * | vendor: pull in USB fix for docker (alpine/musl) | Péter Szilágyi | 2019-06-07 | 4 | -4/+14 |
|/ |
|
* | SECURITY.md: create security policy (#19666) | Ethan Heilman | 2019-06-06 | 1 | -0/+120 |
* | Merge pull request #19674 from karalabe/usb-ios-fixup | Péter Szilágyi | 2019-06-06 | 6 | -28/+31 |
|\ |
|
| * | vendor: pull fixed usb library for nocgo builds | Péter Szilágyi | 2019-06-06 | 6 | -28/+31 |
* | | eth: check for DefaultConfig.NetworkId in test (#17599) | Nguyen Kien Trung | 2019-06-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19671 from holiman/usbfix | Péter Szilágyi | 2019-06-05 | 1 | -1/+11 |
|\ |
|
| * | account/usbwallet: abort usb enumeration after failures | Martin Holst Swende | 2019-06-05 | 1 | -1/+11 |
* | | cmd/clef: enable smartcard hub (#19649) | Guillaume Ballet | 2019-06-05 | 3 | -3/+27 |
* | | cmd: Add retesteth command (to support execution and generation of tests via ... | ledgerwatch | 2019-06-05 | 3 | -0/+1038 |
* | | eth/downloader: make syncing error more obvious (#19413) | gary rong | 2019-06-05 | 3 | -42/+45 |
|/ |
|
* | cmd/utils: close quote (#19665) | Martin Holst Swende | 2019-06-05 | 1 | -1/+1 |