| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #18097 from karalabe/update-chts-2 | Péter Szilágyi | 2018-11-14 | 1 | -12/+12 |
|\ |
|
| * | params: update CHTs | Péter Szilágyi | 2018-11-14 | 1 | -12/+12 |
* | | swarm/storage: fix garbage collector index skew (#18080) | Ferenc Szabo | 2018-11-13 | 4 | -54/+268 |
|/ |
|
* | eth: fix minor grammar issue in comment (#18091) | mr_franklin | 2018-11-13 | 1 | -1/+1 |
* | github: format code owners file (#18090) | mr_franklin | 2018-11-13 | 1 | -3/+3 |
* | swarm/storage: fix access count on dbstore after cache hit (#17978) | Ferenc Szabo | 2018-11-13 | 4 | -17/+138 |
* | core: fix default trie cache limit (#17860) | gary rong | 2018-11-13 | 1 | -1/+1 |
* | p2p/simulations, swarm/network: Custom services in snapshot (#17991) | lash | 2018-11-12 | 3 | -12/+118 |
* | Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (... | Andrew Chiw | 2018-11-12 | 1 | -1/+1 |
* | rawdb: remove unused parameter for WritePreimages func (#18059) | Corey Lin | 2018-11-09 | 4 | -7/+6 |
* | metrics, p2p: add ephemeral registry (#18067) | Kurkó Mihály | 2018-11-09 | 2 | -3/+6 |
* | core/state: remove lock (#18065) | Felix Lange | 2018-11-09 | 1 | -6/+0 |
* | consensus: extend getWork API with block number (#18038) | gary rong | 2018-11-08 | 4 | -8/+12 |
* | ethclient: include block hash from FilterQuery (#17996) | tamirms | 2018-11-08 | 2 | -11/+145 |
* | event/filter: delete unused package (#18063) | Felix Lange | 2018-11-08 | 3 | -203/+0 |
* | Merge pull request #17982 from holiman/polish_contantinople_extcodehash | Péter Szilágyi | 2018-11-08 | 1 | -1/+6 |
|\ |
|
| * | core/vm: check empty in extcodehash | Martin Holst Swende | 2018-10-26 | 1 | -1/+6 |
* | | internal/web3ext: add eth.getProof (#18052) | Ryan Schneider | 2018-11-08 | 1 | -0/+6 |
* | | common/compiler: capture runtime code and source maps (#18020) | JoranHonig | 2018-11-08 | 1 | -8/+16 |
* | | core/vm, eth/tracers: use pointer receiver for GetRefund (#18018) | Corey Lin | 2018-11-08 | 2 | -2/+2 |
* | | eth, p2p: fix comment typos (#18014) | Corey Lin | 2018-11-08 | 2 | -2/+2 |
* | | p2p: fix comment typo (#18027) | Liang Ma | 2018-11-08 | 1 | -1/+1 |
* | | event, event/filter: minor code cleanup (#18061) | Corey Lin | 2018-11-08 | 2 | -6/+6 |
* | | p2p: use enode.ID type in metered connection (#17933) | Kurkó Mihály | 2018-11-08 | 1 | -6/+5 |
* | | swarm, cmd/swarm: address ineffectual assignments (#18048) | Anton Evangelatov | 2018-11-08 | 20 | -24/+61 |
* | | swarm/network: light nodes are not dialed, saved and requested from (#17975) | Mark Vujevits | 2018-11-08 | 4 | -13/+153 |
* | | eth/downloader: speed up tests by generating chain only once (#17916) | Felix Lange | 2018-11-07 | 3 | -560/+519 |
* | | swarm/api: Fix #18007, missing signature should return HTTP 400 (#18008) | Javier Peletier | 2018-11-07 | 2 | -6/+38 |
* | | eth/downloader: remove the expired id directly (#17963) | Wenbiao Zheng | 2018-11-07 | 1 | -4/+3 |
* | | signer: remove ineffectual assignments (#18049) | Martin Holst Swende | 2018-11-07 | 2 | -7/+7 |
* | | core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974) | Martin Holst Swende | 2018-11-07 | 2 | -6/+7 |
* | | downloader: measure successfull deliveries, not failed (#17983) | Martin Holst Swende | 2018-11-07 | 1 | -8/+11 |
* | | p2p/protocols: use keyed fields for struct instantiation (#18017) | Corey Lin | 2018-11-07 | 1 | -1/+1 |
* | | travis, appveyor: bump to Go 1.11.2 (#18031) | Samuel Marks | 2018-11-07 | 2 | -3/+3 |
* | | miner: fix miner stress test (#18039) | gary rong | 2018-11-07 | 2 | -30/+16 |
* | | swarm: Better syncing and retrieval option definition (#17986) | holisticode | 2018-11-07 | 9 | -58/+147 |
* | | swarm/api: unexport Respond methods (#18037) | Anton Evangelatov | 2018-11-06 | 3 | -52/+51 |
* | | swarm: modify context key (#17925) | KimMachineGun | 2018-11-06 | 2 | -16/+10 |
* | | cmd/swarm: auto resolve default path according to env flag (#17960) | Elad | 2018-11-04 | 2 | -10/+29 |
* | | all: updated code owners file (#17987) | Elad | 2018-11-01 | 1 | -5/+8 |
* | | cmd/swarm/swarm-smoke: fix issue that loop variable capture in func (#17992) | Roc Yu | 2018-10-29 | 1 | -8/+5 |
* | | swarm: clean up unused private types and functions (#17989) | Ferenc Szabo | 2018-10-27 | 10 | -108/+13 |
|/ |
|
* | p2p accounting (#17951) | holisticode | 2018-10-26 | 5 | -0/+937 |
* | cmd/clef: replace password arg with prompt (#17897) | Johns Beharry | 2018-10-26 | 1 | -15/+13 |
* | eth/downloader: SetBlocksIdle is not used (#17962) | Wenbiao Zheng | 2018-10-24 | 1 | -7/+0 |
* | core/state: simplify proof methods (#17965) | Felix Lange | 2018-10-24 | 2 | -17/+13 |
* | core/vm: adds refund as part of the json standard trace (#17910) | Martin Holst Swende | 2018-10-23 | 6 | -51/+79 |
* | eth/downloader: fix comment typos (#17956) | Wenbiao Zheng | 2018-10-23 | 2 | -6/+6 |
* | swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17... | holisticode | 2018-10-21 | 4 | -12/+47 |
* | swarm/api/http: remove ModTime=now for direct and multipart uploads (#17945) | Elad | 2018-10-19 | 1 | -2/+0 |
* | cmd/bootnode: fix -writeaddress output (#17932) | Felix Lange | 2018-10-19 | 1 | -2/+2 |
* | accounts: wallet derivation path comment is mistaken (#17934) | Wenbiao Zheng | 2018-10-19 | 1 | -2/+2 |
* | core: fix a typo (#17941) | Wuxiang | 2018-10-19 | 1 | -1/+1 |
* | swarm/network: disallow historical retrieval requests (#17936) | Elad | 2018-10-19 | 5 | -7/+11 |
* | EIP-1186 eth_getProof (#17737) | Simon Jentzsch | 2018-10-19 | 4 | -0/+105 |
* | swarm: Lightnode mode: disable sync, retrieve, subscription (#17899) | Attila Gazso | 2018-10-18 | 7 | -15/+260 |
* | swarm/tracing: disable stdout logging for opentracing (#17931) | Anton Evangelatov | 2018-10-17 | 1 | -3/+2 |
* | metrics: added NewCounterForced (#17919) | holisticode | 2018-10-16 | 1 | -1/+33 |
* | core/types: fix comment for func SignatureValues (#17921) | Smilenator | 2018-10-16 | 1 | -1/+1 |
* | cmd/geth: don't set GOMAXPROCS by default (#17148) | Wenbiao Zheng | 2018-10-16 | 1 | -3/+0 |
* | core/vm: add shortcuts for trivial exp cases (#16851) | Martin Holst Swende | 2018-10-16 | 1 | -4/+16 |
* | ethdb, rpc: support building on js/wasm (#17709) | Dmitrij Koniajev | 2018-10-16 | 7 | -68/+236 |
* | p2p: meter peer traffic, emit metered peer events (#17695) | Kurkó Mihály | 2018-10-16 | 3 | -18/+187 |
* | accounts/usbwallet: simplify code using -= operator (#17904) | Evgeny | 2018-10-16 | 2 | -2/+2 |
* | cmd/clef: fix typos in README (#17908) | Grachev Mikhail | 2018-10-16 | 1 | -3/+3 |
* | tests: update tests, implement no-pow blocks (#17902) | Martin Holst Swende | 2018-10-16 | 5 | -29/+26 |
* | rpc: fix client shutdown hang when Close races with Unsubscribe (#17894) | Felix Lange | 2018-10-15 | 3 | -47/+102 |
* | swarm/network/stream: generalise setting of next batch (#17818) | Viktor Trón | 2018-10-12 | 7 | -77/+89 |
* | swarm/storage: Add accessCnt for GC (#17845) | lash | 2018-10-12 | 2 | -143/+358 |
* | cmd/swarm: Smoke test for Swarm Feed (#17892) | lash | 2018-10-12 | 3 | -6/+351 |
* | cmd/swarm: split flags and cli command declarations to the relevant files (#1... | Elad | 2018-10-12 | 11 | -422/+468 |
* | p2p, p2p/discover: add signed ENR generation (#17753) | Felix Lange | 2018-10-12 | 24 | -275/+976 |
* | p2p/simulations: fix a deadlock and clean up adapters (#17891) | Felix Lange | 2018-10-12 | 9 | -418/+164 |
* | Merge pull request #17887 from karalabe/warn-failed-account-access | Péter Szilágyi | 2018-10-10 | 1 | -3/+9 |
|\ |
|
| * | internal/ethapi: warn on failed account accesses | Péter Szilágyi | 2018-10-10 | 1 | -3/+9 |
|/ |
|
* | rpc: fix subscription corner case and speed up tests (#17874) | Felix Lange | 2018-10-09 | 2 | -71/+68 |
* | cmd/swarm: speed up tests (#17878) | Elad | 2018-10-09 | 4 | -31/+38 |
* | swarm, swarm/storage: lower constants for faster tests (#17876) | Anton Evangelatov | 2018-10-09 | 6 | -21/+18 |
* | cmd/clef: encrypt the master seed on disk (#17704) | Martin Holst Swende | 2018-10-09 | 6 | -81/+206 |
* | params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cycle | Péter Szilágyi | 2018-10-09 | 2 | -8/+8 |
* | params, swarm: release Geth v1.8.17 and Swar v0.3.5v1.8.17 | Péter Szilágyi | 2018-10-09 | 2 | -8/+8 |
* | core/asm: Use hexadecimal addresses in assembly dumps (#17870) | Guillaume Ballet | 2018-10-09 | 1 | -4/+4 |
* | Fix retrieval tests and simulation backends (#17723) | holisticode | 2018-10-09 | 5 | -221/+391 |
* | travis, build: speed up CI runs (#17854) | Felix Lange | 2018-10-08 | 2 | -21/+15 |
* | miner: remove intermediate conversion to int in tests (#17853) | Felix Lange | 2018-10-08 | 1 | -2/+2 |
* | cmd/utils: fix bug when checking for flag value conflicts (#17803) | Ryan Schneider | 2018-10-08 | 1 | -1/+4 |
* | les, light: reduce les testing stress (#17867) | gary rong | 2018-10-08 | 2 | -15/+15 |
* | trie: remove unused originalRoot field (#17862) | Péter Szilágyi | 2018-10-08 | 1 | -5/+3 |
* | core/types: Log.Index is the index in block, not receipt (#17866) | Wenbiao Zheng | 2018-10-08 | 1 | -1/+1 |
* | core/vm: reuse Keccak-256 hashes across opcode executions (#17863) | Péter Szilágyi | 2018-10-08 | 3 | -6/+48 |
* | swarm/storage/feed: Expose MaxUpdateDataLength constant (#17858) | Javier Peletier | 2018-10-08 | 2 | -4/+6 |
* | cmd/abigen: support for --type flag with piped data (#17648) | Philip Schlump | 2018-10-06 | 1 | -3/+8 |
* | accounts/abi/bind: stop using goimports in the binding generator (#17768) | Jeremy Schlatter | 2018-10-06 | 15 | -11418/+153 |
* | tests: use non-constantinople ropsten for difficulty tests (#17850) | Martin Holst Swende | 2018-10-06 | 1 | -3/+16 |
* | core/vm : fix failing testcase (#17852) | Martin Holst Swende | 2018-10-06 | 1 | -1/+2 |
* | Merge pull request #17839 from karalabe/downloader-invalid-hash-chain-fix | Péter Szilágyi | 2018-10-05 | 2 | -3/+40 |
|\ |
|
| * | eth/downloader: fix invalid hash chain error due to head mini reorg | Péter Szilágyi | 2018-10-05 | 2 | -3/+40 |
* | | core/vm: SHA3 word cost for CREATE2 (#17812) | Martin Holst Swende | 2018-10-05 | 2 | -0/+87 |
* | | tests: do not exit early on log hash mismatch (#17844) | Martin Holst Swende | 2018-10-05 | 1 | -3/+3 |
* | | Merge pull request #17843 from karalabe/ropsten-block-and-chts | Péter Szilágyi | 2018-10-05 | 1 | -13/+13 |
|\ \
| |/
|/| |
|
| * | params: add ropsten fork delay, update les checkpoints | Péter Szilágyi | 2018-10-05 | 1 | -13/+13 |
|/ |
|
* | core/vm: faster create/create2 (#17806) | Martin Holst Swende | 2018-10-04 | 9 | -55/+163 |
* | swarm/storage: extract isValid. correctly remove invalid chunks from store on... | Anton Evangelatov | 2018-10-04 | 1 | -21/+21 |
* | p2p: add enode URL to PeerInfo (#17838) | Felix Lange | 2018-10-04 | 1 | -3/+5 |
* | Merge pull request #17801 from eosclassicteam/patch-1 | Péter Szilágyi | 2018-10-04 | 1 | -1/+1 |
|\ |
|
| * | params: enable constantinople on ropsten at 4.2M | EOS Classic | 2018-10-01 | 1 | -1/+1 |
* | | eth: fixed the minor typo inside the comments (#17830) | Liang Ma | 2018-10-04 | 1 | -1/+1 |
* | | cmd/puppeth: fix node URL in health check (#17802) | Felix Lange | 2018-10-04 | 1 | -4/+5 |
* | | cmd/evm: fix state dump (#17832) | cdetrio | 2018-10-04 | 1 | -4/+4 |
* | | cmd/swarm: disable tests under Windows until they are fixed (#17827) | Anton Evangelatov | 2018-10-04 | 1 | -0/+17 |
* | | core: use ChainHeadEvent subscription in the chain indexer (#17826) | Felföldi Zsolt | 2018-10-03 | 1 | -6/+6 |
* | | Merge pull request #17796 from epiclabs-io/mru-feeds | Viktor Trón | 2018-10-03 | 44 | -812/+740 |
|\ \ |
|
| * | | swarm/storage/feed: Renamed package | Javier Peletier | 2018-10-03 | 39 | -129/+129 |
| * | | swarm/storage/feeds: renamed vars that can conflict with package name | Javier Peletier | 2018-10-03 | 4 | -19/+19 |
| * | | swarm/storage/feeds: removed capital Feed throughout | Javier Peletier | 2018-10-03 | 20 | -60/+60 |
| * | | swarm: Changed owners. | Javier Peletier | 2018-10-03 | 2 | -2/+2 |
| * | | swarm/storage/feeds: Final package rename and moved files | Javier Peletier | 2018-10-03 | 39 | -136/+137 |
| * | | swarm/storage/mru: Renamed rest of MRU references | Javier Peletier | 2018-10-03 | 19 | -382/+315 |
| * | | swarm/storage/mru: Renamed all comments to Feeds | Javier Peletier | 2018-10-03 | 14 | -102/+96 |
| * | | swarm/storage/mru: Renamed all identifiers to Feeds | Javier Peletier | 2018-10-03 | 24 | -236/+236 |
* | | | swarm: schemas and migrations (#17813) | Anton Evangelatov | 2018-10-03 | 7 | -34/+81 |
* | | | core: fix unnecessary ancestor lookup after a fast sync (#17825) | Péter Szilágyi | 2018-10-03 | 1 | -5/+5 |
* | | | travis, appveyor: bump to Go 1.11.1 (#17820) | Samuel Marks | 2018-10-03 | 2 | -3/+3 |
|/ / |
|
* | | cmd/swarm: fix appveyor build (#17808) | Elad | 2018-10-02 | 3 | -7/+24 |
* | | travis.yml: remove Go 1.9 (#17807) | Anton Evangelatov | 2018-10-02 | 1 | -11/+0 |
* | | Merge pull request #17771 from ethersphere/cmd-config-errors | Viktor Trón | 2018-10-02 | 1 | -13/+30 |
|\ \ |
|
| * | | cmd/swarm: fix TestConfigFileOverrides | Janos Guljas | 2018-09-28 | 2 | -3/+6 |
| * | | Merge branch 'master' into cmd-config-errors | Janos Guljas | 2018-09-28 | 1 | -5/+5 |
| |\ \ |
|
| * | | | cmd/swarm: handle errors in cmdLineOverride and envVarsOverride functions | Janos Guljas | 2018-09-27 | 2 | -13/+27 |
* | | | | Merge pull request #17799 from ethersphere/correct_swarm_version | Viktor Trón | 2018-10-02 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | cmd/swarm: correct swarm version on --help | Anton Evangelatov | 2018-10-01 | 1 | -2/+2 |
* | | | | | Merge pull request #17800 from ethersphere/disable_cmd_swarm_tests_on_win | Viktor Trón | 2018-10-02 | 2 | -0/+4 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | cmd/swarm: disable export and upload tests on Windows | Anton Evangelatov | 2018-10-01 | 2 | -0/+4 |
* | | | | | les: limit state ODR retrievals to the last 100 blocks (#17744) | Felföldi Zsolt | 2018-10-01 | 5 | -19/+26 |
* | | | | | accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798) | Martin Holst Swende | 2018-10-01 | 2 | -1/+13 |
|/ / / / |
|
* / / / | cmd/swarm, swarm: cross-platform Content-Type detection (#17782) | Alexey Sharov | 2018-10-01 | 13 | -90/+3379 |
|/ / / |
|
* | | | core, internal/ethapi: add and use LRU cache for receipts (#17610) | Ryan Schneider | 2018-09-30 | 2 | -16/+20 |
* | | | core/types: make tx signature values optional in JSON (#17742) | reinerRubin | 2018-09-30 | 2 | -12/+23 |
* | | | eth: broadcast blocks to at least 4 peers (#17725) | ledgerwatch | 2018-09-30 | 2 | -8/+109 |
* | | | cmd/swarm: remove swarm binary (#17784) | Wenbiao Zheng | 2018-09-30 | 1 | -0/+0 |
* | | | eth/downloader: use intermediate variable for better readability (#17510) | Wenbiao Zheng | 2018-09-30 | 1 | -4/+8 |
* | | | core/types: fix typos (#17762) | thumb8432 | 2018-09-30 | 1 | -2/+2 |
* | | | internal/ethapi: add eth_chainId method (#17617) | HackyMiner | 2018-09-30 | 2 | -0/+14 |
* | | | internal/debug: support color terminal for cygwin/msys2 (#17740) | HackyMiner | 2018-09-29 | 23 | -296/+326 |
* | | | cmd/swarm: respect --loglevel in run_test helpers (#17739) | Ferenc Szabo | 2018-09-29 | 1 | -2/+2 |
* | | | accounts/abi/bind/backends: fix typo (#17749) | CDsigma | 2018-09-29 | 1 | -1/+1 |
* | | | contracts/ens: expose Add and SetAddr in ENS (#17661) | Javier Peletier | 2018-09-29 | 2 | -4/+53 |
* | | | tests: update slow test lists, skip on windows/386 (#17758) | Felix Lange | 2018-09-29 | 4 | -15/+28 |
* | | | build: fix typo (#17773) | HarryWu | 2018-09-29 | 1 | -1/+1 |
* | | | swarm/storage: ensure 64bit hasherStore struct alignment (#17766) | Janoš Guljaš | 2018-09-29 | 1 | -1/+4 |
* | | | Merge pull request #17781 from ethersphere/trim_newline | Viktor Trón | 2018-09-29 | 4 | -9/+7 |
|\ \ \ |
|
| * | | | swarm/storage: make linter happy | Anton Evangelatov | 2018-09-28 | 3 | -7/+5 |
| * | | | cmd/swarm: trim new lines from files | Anton Evangelatov | 2018-09-28 | 1 | -2/+2 |
* | | | | Clef: USB hw wallet support (#17756) | Martin Holst Swende | 2018-09-28 | 7 | -3/+169 |
|/ / / |
|
* | | | Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#1... | Javier Peletier | 2018-09-28 | 44 | -2992/+3307 |
* | | | Merge pull request #17747 from ethersphere/max-stream-peer-servers | Viktor Trón | 2018-09-28 | 10 | -75/+276 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmd/swarm: fail on SWARM_ENV_MAX_STREAM_PEER_SERVERS parsing error | Janos Guljas | 2018-09-27 | 1 | -2/+4 |
| * | | Merge branch 'master' into max-stream-peer-servers | Janos Guljas | 2018-09-27 | 20 | -76/+225 |
| |\| |
|
| * | | swarm/network/stream: fix a typo in test comment | Janos Guljas | 2018-09-26 | 1 | -1/+1 |
| * | | Merge branch 'master' into max-stream-peer-servers | Janos Guljas | 2018-09-25 | 221 | -3674/+4267 |
| |\ \ |
|
| * | | | swarm/api: fix TestDumpConfig | Janos Guljas | 2018-09-25 | 1 | -14/+15 |
| * | | | cmd/swarm, swarm: add stream peer servers limit | Janos Guljas | 2018-09-24 | 10 | -60/+258 |
* | | | | swarm/network/stream: fix streamer test compilation issue (#17772) | Janoš Guljaš | 2018-09-28 | 1 | -5/+5 |
| |_|/
|/| | |
|
* | | | Merge pull request #17755 from JekaMas/implement-home-directory-expansion | Viktor Trón | 2018-09-27 | 2 | -3/+13 |
|\ \ \ |
|
| * | | | cmd/swarm: use expandPath for swarm cli path parameters | Evgeny Danienko | 2018-09-25 | 2 | -3/+13 |
| |/ / |
|
* | | | Merge pull request #17757 from ethersphere/retrieve-request-ttl-pr | Viktor Trón | 2018-09-27 | 7 | -27/+79 |
|\ \ \ |
|
| * | | | swarm: prevent forever running retrieve request loops | Balint Gabor | 2018-09-26 | 7 | -27/+79 |
| | |/
| |/| |
|
* | | | Merge pull request #17734 from frncmx/fix-dos-attack-invalid-hash-length | Viktor Trón | 2018-09-26 | 2 | -9/+82 |
|\ \ \ |
|
| * | | | swarm/network/stream: fix DoS invalid hash length (#927) | Ferenc Szabo | 2018-09-21 | 2 | -9/+82 |
* | | | | [ImgBot] optimizes images (#17741) | Alpay Yildirim | 2018-09-26 | 7 | -0/+0 |
* | | | | Add Clef UI to README.md (#17763) | Chi Kei Chan | 2018-09-26 | 1 | -0/+1 |
* | | | | cmd/clef: added more details to the clef tutorial (#17759) | Paul Berg | 2018-09-26 | 1 | -37/+50 |
| |/ /
|/| | |
|
* | | | cmd/clef, signer: security fixes (#17554) | Martin Holst Swende | 2018-09-25 | 12 | -133/+307 |
* | | | Polished clef tutorial (#17745) | Paul Berg | 2018-09-25 | 1 | -3/+3 |
* | | | .github: add CONTRIBUTING.md (#17476) | Richard Littauer | 2018-09-25 | 1 | -11/+35 |
* | | | rpc: increase maxRequestContentLength size to 512kB (#17595) | HackyMiner | 2018-09-25 | 1 | -1/+1 |
* | | | all: fix various comment typos (#17748) | Liang ZOU | 2018-09-25 | 9 | -10/+10 |
* | | | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 130 | -3055/+3018 |
* | | | params, swarm: begin Geth v1.8.17, Swarm v0.3.5 cycle | Péter Szilágyi | 2018-09-24 | 2 | -8/+8 |
* | | | params, swarm: release Geth v1.8.16, Swarm v0.3.4v1.8.16 | Péter Szilágyi | 2018-09-24 | 2 | -8/+8 |
* | | | crypto/secp256k1: remove useless code (#17728) | Payne | 2018-09-22 | 1 | -2/+0 |
* | | | Merge pull request #17732 from karalabe/faucet-caching | Péter Szilágyi | 2018-09-21 | 1 | -45/+67 |
|\ \ \ |
|
| * | | | cmd/faucet: cache internal state, avoid sync-trashing les | Péter Szilágyi | 2018-09-21 | 1 | -45/+67 |
* | | | | Merge pull request #17383 from holiman/eip1283 | Péter Szilágyi | 2018-09-21 | 11 | -146/+195 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | tests: disable constantinople statetests | Martin Holst Swende | 2018-09-19 | 1 | -0/+4 |
| * | | | core, params: polish net gas metering PR a bit | Péter Szilágyi | 2018-09-18 | 11 | -226/+165 |
| * | | | core,state: finish implementing Eip 1283 | Martin Holst Swende | 2018-09-18 | 6 | -16/+41 |
| * | | | core, state: initial implementation of Eip-1283 | Martin Holst Swende | 2018-09-18 | 5 | -3/+84 |
* | | | | core: fix a typo (#17733) | Wuxiang | 2018-09-21 | 1 | -2/+2 |
* | | | | Merge pull request #17730 from karalabe/revert-go1.10-ppa | Péter Szilágyi | 2018-09-21 | 5 | -7/+7 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | build: revert launchpad PPAs to Go 1.10 | Péter Szilágyi | 2018-09-21 | 5 | -7/+7 |
|/ / / |
|
* | | | les: fix invalid delivery handling in retriever (#17727) | Felföldi Zsolt | 2018-09-21 | 1 | -1/+8 |
* | | | Merge pull request #17726 from karalabe/go-1.11-ppa-fix | Péter Szilágyi | 2018-09-21 | 3 | -5/+5 |
|\ \ \ |
|
| * | | | build/deb: upgrade launchpad PPA sources to Go 1.11 too | Péter Szilágyi | 2018-09-21 | 3 | -5/+5 |
|/ / / |
|
* | | | eth, miner: prefer locally generated uncles vs remote ones (#17715) | gary rong | 2018-09-21 | 4 | -27/+53 |
* | | | core, eth: fix dependency cycle (#17720) | gary rong | 2018-09-21 | 2 | -59/+60 |
* | | | Merge pull request #17719 from karalabe/update-chts | Péter Szilágyi | 2018-09-20 | 7 | -68/+80 |
|\ \ \ |
|
| * | | | les, light, params: update light client CHTs | Péter Szilágyi | 2018-09-20 | 7 | -68/+80 |
* | | | | all: protect self-mined block during reorg (#17656) | gary rong | 2018-09-20 | 20 | -48/+112 |
|/ / / |
|
* | | | Merge pull request #17718 from karalabe/chain-age-logs | Péter Szilágyi | 2018-09-20 | 4 | -14/+74 |
|\ \ \ |
|
| * | | | common, core, light: add block age into info logs | Péter Szilágyi | 2018-09-20 | 4 | -14/+74 |
|/ / / |
|
* | | | les: fix retriever logic (#17705) | Felföldi Zsolt | 2018-09-20 | 1 | -2/+6 |
* | | | core/vm: add switches to select evm+ewasm interpreters (#17687) | Guillaume Ballet | 2018-09-20 | 8 | -6/+70 |
* | | | cmd/evm: EVM prestate initialization (#17685) | Kevin | 2018-09-20 | 1 | -9/+16 |
* | | | all: fix various comment typos (#17591) | HackyMiner | 2018-09-20 | 5 | -6/+6 |
* | | | rpc: enable basic auth for websocket client (#17699) | Peter Broadhurst | 2018-09-20 | 2 | -6/+75 |
* | | | accounts/keystore: double-check keystore file after creation (#17348) | Martin Holst Swende | 2018-09-20 | 4 | -10/+41 |
* | | | whisper: Fix interpretation of `to` parameter in `shh_requestMessages` (#16996) | Pedro Pombeiro | 2018-09-19 | 1 | -1/+1 |
* | | | swarm/storage: Implement global timeout for fetcher (#17702) | Balint Gabor | 2018-09-19 | 1 | -1/+3 |
* | | | Merge pull request #17701 from karalabe/go-1.11 | Péter Szilágyi | 2018-09-19 | 10 | -24/+35 |
|\ \ \ |
|
| * | | | core, eth: fix goimports for Go 1.11 | Péter Szilágyi | 2018-09-19 | 3 | -7/+7 |
| * | | | travis, Dockerfile, appveyor, build: bump to Go 1.11 | Samuel Marks | 2018-09-19 | 7 | -17/+28 |
| | |/
| |/| |
|
* | | | cmd/geth: typo export -> import (#17703) | Wenbiao Zheng | 2018-09-19 | 1 | -2/+2 |
* | | | abi, signer: fix nil dereference in #17633 (#17653) | Martin Holst Swende | 2018-09-19 | 2 | -16/+25 |
* | | | consensus/clique: hide no transaction error (#17614) | gary rong | 2018-09-19 | 1 | -6/+2 |
|/ / |
|
* / | swarm/network: downgrade fetcher unable to request log message severity (#17692) | Janoš Guljaš | 2018-09-18 | 1 | -1/+1 |
|/ |
|
* | cmd/puppeth: fix comment typo (#17690) | chenyufeng | 2018-09-18 | 1 | -1/+1 |
* | swarm: Chunk refactor improvements (#17683) | Balint Gabor | 2018-09-18 | 3 | -6/+6 |
* | consensus, ethdb, metrics: implement forced-meter (#17667) | gary rong | 2018-09-17 | 4 | -16/+49 |
* | Merge pull request #17675 from holiman/eip1234 | Péter Szilágyi | 2018-09-17 | 1 | -60/+82 |
|\ |
|
| * | ethash: documentation + cleanup | Martin Holst Swende | 2018-09-17 | 1 | -8/+13 |
| * | ethash: less copy-paste for EIP 1234 | Martin Holst Swende | 2018-09-16 | 1 | -116/+67 |
| * | consensus: implement Constantinople EIP 1234 | EOS Classic | 2018-09-12 | 1 | -4/+70 |
* | | cmd/puppeth: fix comment typo (#17684) | chenyufeng | 2018-09-17 | 1 | -1/+1 |
* | | Merge pull request #17622 from karalabe/chain-maker-seal | Péter Szilágyi | 2018-09-17 | 5 | -73/+193 |
|\ \ |
|
| * | | consensus/clique, core: chain maker clique + error tests | Péter Szilágyi | 2018-09-11 | 5 | -73/+193 |
* | | | Merge pull request #17674 from eosclassicteam/discord | Péter Szilágyi | 2018-09-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | README: Change gitter badge to discord | EOS Classic | 2018-09-14 | 1 | -1/+1 |
* | | | | les: fix distReq.sentChn double close bug (#17639) | Felföldi Zsolt | 2018-09-15 | 1 | -1/+3 |
* | | | | all: simplify s[:] to s where s is a slice (#17673) | Emil | 2018-09-15 | 14 | -28/+28 |
|/ / / |
|
* | | | Merge pull request #17652 from YaoZengzeng/file-permission | Martin Holst Swende | 2018-09-14 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | cmd/clef: fix incorrect file permissions for secrets.dat | YaoZengzeng | 2018-09-12 | 1 | -3/+3 |
* | | | | core/vm: fix typo 'EVM EVM' ==> 'EVM' (#17654) | Liang ZOU | 2018-09-13 | 1 | -1/+1 |
* | | | | swarm: Chunk refactor (#17659) | Balint Gabor | 2018-09-13 | 55 | -1881/+3149 |
* | | | | swarm/storage: remove redundant increments for dataIdx and entryCnt (#17484) | Anton Evangelatov | 2018-09-12 | 2 | -31/+35 |
| |_|/
|/| | |
|
* | | | Kademlia refactor (#17641) | Viktor Trón | 2018-09-12 | 16 | -421/+260 |
* | | | Merge pull request #17651 from ethersphere/wet-run-bug | Viktor Trón | 2018-09-12 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmd/swarm: password threw on upload manifest | Elad | 2018-09-12 | 1 | -1/+0 |
* | | | rlp: fix comment typo (#17640) | chenyufeng | 2018-09-11 | 1 | -1/+1 |
* | | | Encryption async api (#17603) | Viktor Trón | 2018-09-11 | 4 | -125/+170 |
| |/
|/| |
|
* | | Merge pull request #17620 from karalabe/clique-epoch-fix | Péter Szilágyi | 2018-09-10 | 1 | -1/+1 |
|\ \ |
|
| * | | consensus/clique: only trust snapshot for genesis or les checkpoint | Péter Szilágyi | 2018-09-10 | 1 | -1/+1 |
* | | | cmd/utils: typos in {Miner, MinerLegacy}GasPriceFlag (#17588) | TColl | 2018-09-10 | 1 | -2/+2 |
|/ / |
|
* | | core/vm: Hide read only flag from Interpreter interface (#17461) | Paweł Bylica | 2018-09-08 | 3 | -31/+17 |
* | | swarm/api/http: bzz-immutable wrong handler bug (#17602) | Elad | 2018-09-07 | 2 | -2/+2 |
* | | cmd/swarm: added password to ACT (#17598) | Elad | 2018-09-07 | 5 | -168/+249 |
|/ |
|
* | swarm/storage: added metrics for db entry count (#17589) | Elad | 2018-09-06 | 2 | -20/+25 |
* | swarm/api/http: added a regression test for resolver bug from #17483 (#17502) | Elad | 2018-09-06 | 4 | -23/+148 |
* | cmd/swarm: added publisher key assertion to act tests (#17471) | Elad | 2018-09-05 | 2 | -4/+64 |
* | whisper: add light mode check to handshake (#16725) | b00ris | 2018-09-05 | 8 | -18/+126 |