| Commit message (Expand) | Author | Age | Files | Lines |
* | swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) | Anton Evangelatov | 2019-01-24 | 16 | -90/+107 |
* | core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) | Martin Holst Swende | 2019-01-24 | 11 | -65/+133 |
* | tests: tune flaky tests that error in travis occasionally (#18508) | Martin Holst Swende | 2019-01-23 | 4 | -5/+8 |
* | accounts/abi: allow interface as the destination (#18490) | gary rong | 2019-01-23 | 2 | -1/+16 |
* | .github: add @janos as codeowner for p2p/simulations and p2p/protocols (#18506) | Janoš Guljaš | 2019-01-23 | 1 | -2/+2 |
* | eth: properly flush files in standardTraceBlockToFile (#18502) | Martin Holst Swende | 2019-01-23 | 1 | -2/+6 |
* | p2p/simulations: fix data race on swarm/network/simulations (#18464) | Elad | 2019-01-23 | 1 | -4/+15 |
* | .github: reinstate swarm codeowners to p2p package submodules (#18466) | Elad | 2019-01-22 | 1 | -0/+2 |
* | GraphQL master FF for review (#18445) | Kris Shinn | 2019-01-21 | 42 | -39/+6704 |
* | swarm/pss: fixing race condition (#18487) | gluk256 | 2019-01-21 | 1 | -9/+11 |
* | swarm/network: unskip tests previously skipped due to suggestPeer issues (#18... | Viktor Trón | 2019-01-19 | 3 | -5/+0 |
* | cmd/swarm/swarm-smoke: use ResettingTimer instead of Counters for times (#18479) | holisticode | 2019-01-19 | 1 | -5/+2 |
* | cmd/swarm: use resetting timer to measure fetch time (#18474) | Anton Evangelatov | 2019-01-18 | 1 | -5/+3 |
* | cmd/swarm/swarm-snapshot: disable tests on windows (#18478) | Elad | 2019-01-18 | 1 | -0/+5 |
* | Upload speed (#18442) | holisticode | 2019-01-18 | 2 | -0/+102 |
* | core: only cache non-nil receipts from the database (#18447) | silence | 2019-01-17 | 1 | -0/+3 |
* | swarm/network: fix data race in fetcher_test.go (#18469) | Ferenc Szabo | 2019-01-17 | 2 | -25/+25 |
* | swarm/network: fix data race in stream.(*Peer).handleOfferedHashesMsg() (#18468) | Ferenc Szabo | 2019-01-17 | 1 | -9/+4 |
* | swarm/network: fix data race warning on TestBzzHandshakeLightNode (#18459) | Elad | 2019-01-17 | 2 | -6/+13 |
* | Merge pull request #18436 from karalabe/chainmu-dedup | Péter Szilágyi | 2019-01-17 | 4 | -71/+44 |
|\ |
|
| * | core, light: get rid of the dual mutexes, hard to reason with | Péter Szilágyi | 2019-01-11 | 4 | -71/+44 |
* | | swarm/network: rewrite of peer suggestion engine, fix skipped tests (#18404) | Viktor Trón | 2019-01-17 | 3 | -667/+287 |
* | | cmd/swarm/swarm-snapshot: swarm snapshot generator (#18453) | Elad | 2019-01-16 | 6 | -76/+437 |
* | | swarm/storage: fix mockNetFetcher data races (#18462) | Janoš Guljaš | 2019-01-16 | 1 | -0/+4 |
* | | swarm/network: fix data race in TestNetworkID test (#18460) | Janoš Guljaš | 2019-01-16 | 1 | -5/+4 |
* | | cmd/evm: Add --vm.evm flag to support EVMC (#18457) | Paweł Bylica | 2019-01-16 | 2 | -2/+9 |
* | | cmd/geth: update cli copyright years (#18455) | dragonvslinux | 2019-01-16 | 2 | -2/+2 |
* | | params, swarm: begin Geth v1.8.22 and Swarm v0.3.10 cycle | Péter Szilágyi | 2019-01-16 | 2 | -8/+8 |
* | | params, swarm: release Geth v1.8.21 and Swarm v0.3.9v1.8.21 | Péter Szilágyi | 2019-01-16 | 2 | -8/+8 |
* | | Merge pull request #18454 from karalabe/postpone-constantinople | Péter Szilágyi | 2019-01-16 | 1 | -1/+1 |
|\ \ |
|
| * | | params: postpone Constantinople due to net SSTORE reentrancy | Péter Szilágyi | 2019-01-16 | 1 | -1/+1 |
|/ / |
|
* | | accounts/abi: Add tests for reflection ahead of refactor (#18434) | Guillaume Ballet | 2019-01-15 | 1 | -0/+191 |
* | | swarm/pot: each() functions refactored (#18452) | gluk256 | 2019-01-15 | 3 | -82/+58 |
* | | swarm/pot: pot.remove fixed (#18431) | gluk256 | 2019-01-12 | 3 | -20/+86 |
* | | Stream subscriptions (#18355) | holisticode | 2019-01-11 | 5 | -320/+234 |
|/ |
|
* | core, eth: fix database version (#18429) | gary rong | 2019-01-11 | 3 | -10/+20 |
* | p2p/simulations: eliminate concept of pivot (#18426) | Ferenc Szabo | 2019-01-11 | 7 | -166/+28 |
* | accounts/abi: Extra slice tests (#18424) | Guillaume Ballet | 2019-01-10 | 1 | -0/+15 |
* | swarm/network: Rename minproxbinsize, add as member of simulation (#18408) | lash | 2019-01-10 | 19 | -84/+93 |
* | accounts/abi: tuple support (#18406) | gary rong | 2019-01-10 | 9 | -393/+1003 |
* | swarm/network: remove isproxbin bool from kad.Each* iterfunc (#18239) | Viktor Trón | 2019-01-10 | 10 | -35/+25 |
* | swarm: Fix T.Fatal inside a goroutine in tests (#18409) | Janoš Guljaš | 2019-01-09 | 7 | -68/+167 |
* | github: remove swarm github codeowners (#18412) | Anton Evangelatov | 2019-01-09 | 1 | -23/+0 |
* | swarm, p2p/protocols: Stream accounting (#18337) | holisticode | 2019-01-08 | 3 | -104/+185 |
* | swarm/storage/mock/test: fix T.Fatal inside a goroutine (#18399) | Janoš Guljaš | 2019-01-07 | 1 | -3/+8 |
* | swarm: Shed Index and Uint64Field additions (#18398) | Janoš Guljaš | 2019-01-07 | 6 | -130/+671 |
* | cmd/geth: support dumpconfig optionally saving to file (#18327) | Sean | 2019-01-07 | 1 | -3/+12 |
* | internal/ethapi: ask transaction pool for pending nonce (#15794) | Yondon Fu | 2019-01-07 | 1 | -0/+9 |
* | accounts/keystore: small code simplification (#18394) | Jeremy Schlatter | 2019-01-07 | 1 | -16/+4 |
* | A few minor code inspection fixes (#18393) | Ferenc Szabo | 2019-01-06 | 14 | -40/+42 |
* | accounts/keystore: fix comment typo (#18395) | Jeremy Schlatter | 2019-01-06 | 1 | -2/+2 |
* | eth/tracer: extend create2 (#18318) | gary rong | 2019-01-06 | 6 | -10/+122 |
* | Merge pull request #18371 from jeremyschlatter/patch-1 | Péter Szilágyi | 2019-01-04 | 1 | -1/+1 |
|\ |
|
| * | core/types: update incorrect comment | Jeremy Schlatter | 2018-12-29 | 1 | -1/+1 |
* | | Merge pull request #18390 from realdave/remove-sha3-pkg | Péter Szilágyi | 2019-01-04 | 99 | -1017/+4505 |
|\ \ |
|
| * | | vendor: update the entire golang.org/x/crypto dependency | Péter Szilágyi | 2019-01-04 | 53 | -570/+3978 |
| * | | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 47 | -447/+527 |
* | | | cmd/puppeth: fix panic error when export aleth genesis wo/ precompile-address... | Ha ĐANG | 2019-01-04 | 1 | -1/+5 |
|/ / |
|
* | | swarm/docker: Dockerfile for swarm:edge docker image (#18386) | Anton Evangelatov | 2019-01-03 | 4 | -1/+57 |
* | | vendor: vendor/github.com/mattn/go-isatty - add missing files (reported by mk... | HackyMiner | 2019-01-03 | 2 | -0/+40 |
* | | accounts/abi/bind: add optional block number for calls (#17942) | Dragan Milic | 2019-01-03 | 2 | -6/+70 |
* | | travis, appveyor: bump to Go 1.11.4 (#18314) | Samuel Marks | 2019-01-03 | 2 | -3/+3 |
* | | build: add LGPL license at update-license.go (#18377) | Rick | 2019-01-03 | 1 | -0/+16 |
* | | swarm/storage: change Proximity function and add TestProximity test (#18379) | Janoš Guljaš | 2019-01-03 | 2 | -3/+186 |
* | | rpc: Warn the user when the path name is too long for the Unix ipc endpoint (... | Martin Alex Philip Dawson | 2019-01-03 | 1 | -0/+18 |
* | | accounts/abi: fix case of generated java functions (#18372) | Guillaume Ballet | 2019-01-02 | 1 | -4/+6 |
* | | accounts/abi: change unpacking of abi fields w/ underscores (#16513) | Matt K | 2018-12-29 | 4 | -47/+60 |
|/ |
|
* | fix string array unpack bug in accounts/abi (#18364) | weimumu | 2018-12-28 | 3 | -1/+69 |
* | swarm: remove unused/dead code (#18351) | Anton Evangelatov | 2018-12-24 | 25 | -400/+19 |
* | accounts/abi: Brings out the msg defined at require statement in SC function ... | Jeff Prestes | 2018-12-22 | 1 | -1/+1 |
* | accounts/abi: add support for unpacking returned bytesN arrays (#15242) | bas-vk | 2018-12-22 | 2 | -0/+64 |
* | swarm/network: Revised depth and health for Kademlia (#18354) | lash | 2018-12-22 | 15 | -273/+413 |
* | p2p/protocols: accounting metrics rpc (#18336) | Jerzy Lasyk | 2018-12-22 | 3 | -0/+145 |
* | eth/downloader: progress in stateSync not used anymore (#17998) | Wenbiao Zheng | 2018-12-22 | 1 | -7/+4 |
* | swarm/pss: forwarding function refactoring (#18353) | gluk256 | 2018-12-22 | 2 | -51/+436 |
* | p2p/simulation: Test snapshot correctness and minimal benchmark (#18287) | lash | 2018-12-21 | 2 | -26/+336 |
* | core: sanitize more TxPoolConfig fields (#17210) | Jordan Krage | 2018-12-20 | 2 | -1/+21 |
* | downloader: fix edgecase where returned index is OOB for downloader (#18335) | Martin Holst Swende | 2018-12-20 | 1 | -1/+9 |
* | swarm/storage: remove unused methods from Chunk interface (#18283) | Javier Peletier | 2018-12-18 | 3 | -21/+4 |
* | swarm/pss: Reduce input vulnerabilities (#18304) | lash | 2018-12-18 | 6 | -60/+116 |
* | swarm/network/simulation:commented out unreachable code-avoid vet errors (#18... | Javier Peletier | 2018-12-18 | 1 | -7/+4 |
* | Update visualized snapshot test (#18286) | holisticode | 2018-12-18 | 1 | -53/+214 |
* | p2p/simulation: move connection methods from swarm/network/simulation (#18323) | Elad | 2018-12-17 | 14 | -439/+500 |
* | swarm/storage/feed: remove unused code (#18324) | Anton Evangelatov | 2018-12-17 | 3 | -30/+4 |
* | fix slice unpack bug in accounts/abi (#18321) | weimumu | 2018-12-17 | 2 | -1/+6 |
* | Change issue labels in bot configs to the new prefixed version (#18311) | Felix Lange | 2018-12-14 | 2 | -2/+2 |
|\ |
|
| * | Change issue labels in bot configs to the new prefixed version | Adam Schmideg | 2018-12-14 | 2 | -2/+2 |
* | | .github: add @gballet as abi codeowner (#18306) | Guillaume Ballet | 2018-12-14 | 1 | -0/+1 |
* | | p2p/discv5: don't hash findnode target in lookup against table (#18309) | yahtoo | 2018-12-14 | 1 | -1/+1 |
* | | core/state: rename 'new' variable (#18301) | Shuai Qi | 2018-12-14 | 1 | -2/+2 |
|/ |
|
* | Comment error (#18303) | qd-ethan | 2018-12-14 | 1 | -1/+1 |
* | rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310) | Martin Holst Swende | 2018-12-14 | 1 | -7/+20 |
* | accounts/abi: argument type and name were reversed (#17947) | tzapu | 2018-12-13 | 4 | -10/+104 |
* | crypto/secp256k1: Fix invalid document link (#18297) | Shuai Qi | 2018-12-13 | 1 | -1/+1 |
* | usbwallet: check returned error when decoding hexstr (#18056) | Corey Lin | 2018-12-13 | 1 | -1/+3 |
* | swarm/storage: simplify ChunkValidator interface (#18285) | Javier Peletier | 2018-12-12 | 7 | -18/+20 |
* | swarm/shed: add metrics to each shed db (#18277) | Anton Evangelatov | 2018-12-12 | 3 | -7/+206 |
* | params, swarm: begin Geth v1.9.0 family, Swarm v0.3.9 cycle | Péter Szilágyi | 2018-12-11 | 2 | -8/+8 |
* | params, swarm: release Geth v1.8.20 and Swarm v0.3.8v1.8.20 | Péter Szilágyi | 2018-12-11 | 2 | -8/+8 |
* | cmd/geth, core, eth: implement Constantinople override flag (#18273) | Martin Holst Swende | 2018-12-11 | 7 | -5/+21 |
* | Merge pull request #18281 from karalabe/puppeth-faucet | Péter Szilágyi | 2018-12-11 | 7 | -3/+10 |
|\ |
|
| * | cmd/puppeth: support latest docker compose, expose faucet UDP | Péter Szilágyi | 2018-12-11 | 6 | -2/+9 |
| * | cmd/faucet: fix faucet static peer regression | Péter Szilágyi | 2018-12-11 | 1 | -1/+1 |
|/ |
|
* | cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api... | Elad | 2018-12-11 | 8 | -82/+368 |
* | Merge pull request #18271 from karalabe/1.8.20-chts | Péter Szilágyi | 2018-12-10 | 1 | -12/+12 |
|\ |
|
| * | params: update CHTs for the 1.8.20 release | Péter Szilágyi | 2018-12-10 | 1 | -12/+12 |
* | | Merge pull request #18028 from ryanschneider/blockhash-whitelist | Péter Szilágyi | 2018-12-10 | 8 | -6/+56 |
|\ \ |
|
| * | | cmd/utils, eth: minor polishes on whitelist code | Péter Szilágyi | 2018-12-10 | 2 | -41/+29 |
| * | | cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flag | Ryan Schneider | 2018-12-10 | 8 | -5/+67 |
* | | | swarm/network: Correct ambiguity in compared addresses (#18251) | lash | 2018-12-10 | 1 | -2/+1 |
|/ / |
|
* | | ethereum: fix typo in interfaces.go (#18266) | YOSHIDA Masanori | 2018-12-10 | 1 | -1/+1 |
* | | Merge pull request #18269 from Quasilyte/patch-1 | Péter Szilágyi | 2018-12-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | light: fix duplicated argument in bytes.Equal call | Iskander (Alex) Sharipov | 2018-12-10 | 1 | -1/+1 |
|/ |
|
* | node, rpc: log cleanups in ipc listener function (#18124) | Péter Szilágyi | 2018-12-10 | 2 | -3/+3 |
|\ |
|
| * | remove unrelated code | Franklin | 2018-11-28 | 2 | -6/+2 |
| * | . | Franklin | 2018-11-20 | 3 | -5/+9 |
* | | Merge pull request #17914 from holiman/block_analysis | Péter Szilágyi | 2018-12-10 | 5 | -27/+175 |
|\ \ |
|
| * | | eth, internal/web3ext: tiny polishes in tracers | Péter Szilágyi | 2018-12-10 | 2 | -77/+97 |
| * | | cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file... | Martin Holst Swende | 2018-12-10 | 5 | -20/+148 |
|/ / |
|
* | | Merge pull request #18268 from karalabe/forkit | Péter Szilágyi | 2018-12-10 | 1 | -2/+2 |
|\ \ |
|
| * | | params: set mainnet and Rinkeby Constantinople fork blocks | Péter Szilágyi | 2018-12-10 | 1 | -2/+2 |
|/ / |
|
* | | eth/tracers: fixed incorrect storage from prestate_tracer (#18253) | Max Sistemich | 2018-12-10 | 2 | -17/+14 |
* | | cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262) | Javier Peletier | 2018-12-10 | 1 | -1/+1 |
* | | node: warn when using deprecated config/resource files (#18199) | Felix Lange | 2018-12-07 | 1 | -9/+35 |
* | | Merge pull request #18211 from karalabe/drop-fd-limit | Péter Szilágyi | 2018-12-07 | 1 | -8/+3 |
|\ \ |
|
| * | | cmd/utils: max out the OS file allowance, don't cap to 2K | Péter Szilágyi | 2018-11-29 | 1 | -8/+3 |
* | | | swarm: snapshot load improvement (#18220) | Janoš Guljaš | 2018-12-07 | 3 | -2/+76 |
* | | | core, internal, eth, miner, les: Take VM config from BlockChain (#17955) | Paweł Bylica | 2018-12-06 | 6 | -11/+15 |
* | | | swarm/api/http: add resetting timer metrics to requests (#18249) | Elad | 2018-12-05 | 1 | -0/+5 |
* | | | swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246) | holisticode | 2018-12-05 | 1 | -1/+3 |
* | | | Add packing for dynamic array and slice types (#18051) | Vedhavyas Singareddi | 2018-12-04 | 3 | -22/+117 |
* | | | Merge pull request #18172 from holiman/puppeth_converter | Péter Szilágyi | 2018-12-04 | 17 | -190/+892 |
|\ \ \ |
|
| * | | | cmd/puppeth: chain import/export via wizard, minor polishes | Péter Szilágyi | 2018-12-04 | 12 | -105/+189 |
| * | | | cmd/puppeth: implement chainspec converters | Martin Holst Swende | 2018-12-03 | 9 | -161/+779 |
* | | | | whisperv6: remove duplicated code (#18015) | Corey Lin | 2018-12-03 | 1 | -16/+1 |
|/ / / |
|
* | | | Merge pull request #18235 from karalabe/puppeth-enforce-lowercase | Péter Szilágyi | 2018-12-03 | 2 | -5/+5 |
|\ \ \ |
|
| * | | | cmd/puppeth: enforce lowercase network names | Péter Szilágyi | 2018-12-03 | 2 | -5/+5 |
* | | | | Changed http:// to https:// on JSON-RPC link (#18224) | Marius Kjærstad | 2018-12-02 | 1 | -1/+1 |
* | | | | signer/core: Fixes typo of method name in comment. (#18222) | vim88 | 2018-12-02 | 1 | -1/+1 |
* | | | | swarm/pss: Add same api interface for all Send* methods (#18218) | lash | 2018-12-01 | 2 | -2/+6 |
* | | | | p2p: use errors.New instead of fmt.Errorf (#18193) | needkane | 2018-12-01 | 1 | -5/+4 |
|/ / / |
|
* | | | vendor: update github.com/karalabe/hid (#18213) | Felix Lange | 2018-11-30 | 4 | -12/+12 |
* | | | cmd/swarm: add flag for application name (swarm or swarm-private) (#18189) | Anton Evangelatov | 2018-11-30 | 5 | -5483/+14 |
|/ / |
|
* | | vendor: update leveldb (#18205) | Péter Szilágyi | 2018-11-29 | 11 | -68/+76 |
|\ \ |
|
| * | | vendor: update leveldb | Martin Holst Swende | 2018-11-29 | 11 | -68/+76 |
* | | | accounts/keystore: delete the redundant keystore in filename (#17930) | Wenbiao Zheng | 2018-11-29 | 8 | -4/+18 |
* | | | mobile: added constructor for BigInts (#17828) | Eugene Valeyev | 2018-11-29 | 1 | -0/+7 |
* | | | remove a no-op line in the code (#17760) | zah | 2018-11-29 | 1 | -1/+0 |
* | | | tests, core: update tests and make STATICCALL cause touch-delete (#18187) | Martin Holst Swende | 2018-11-29 | 3 | -0/+15 |
* | | | cmd/evm: commit statedb if dump is requested (#18208) | Matthew Di Ferrante | 2018-11-29 | 1 | -0/+1 |
* | | | params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cycle | Péter Szilágyi | 2018-11-28 | 2 | -8/+8 |
* | | | params, swarm: release Geth v1.8.19 and Swarm v0.3.7v1.8.19 | Péter Szilágyi | 2018-11-28 | 2 | -8/+8 |
* | | | Merge pull request #18196 from karalabe/downloader-cht-fix | Péter Szilágyi | 2018-11-28 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | eth/downloader: fix light client cht binary search issue | Péter Szilágyi | 2018-11-28 | 1 | -0/+22 |
* | | | | Merge pull request #18197 from karalabe/v1.8.19-chts | Péter Szilágyi | 2018-11-28 | 1 | -12/+12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | params: update CHTs for the v1.8.19 release | Péter Szilágyi | 2018-11-28 | 1 | -12/+12 |
|/ / / |
|
* | | | core: more detailed metrics for block processing (#18119) | Martin Holst Swende | 2018-11-28 | 1 | -1/+12 |
* | | | p2p/discv5: gofmt | Péter Szilágyi | 2018-11-27 | 1 | -1/+1 |
* | | | p2p/discv5: minor code simplification (#18188) | ANOTHEL | 2018-11-27 | 1 | -5/+4 |
* | | | p2p/protocols: fix minor comments typo (#18185) | Liang Ma | 2018-11-27 | 1 | -1/+1 |
|/ / |
|
* | | Increase bzz version (#18184) | holisticode | 2018-11-27 | 3 | -3/+170 |
* | | swarm: add database abstractions (shed package) (#18183) | Janoš Guljaš | 2018-11-27 | 18 | -0/+2287 |
* | | cmd/swarm: update should error on manifest mismatch (#18047) | Javier Peletier | 2018-11-27 | 2 | -6/+41 |
* | | swarm/network: Correct neighborhood depth (#18066) | lash | 2018-11-27 | 12 | -37/+209 |
* | | Accounting metrics reporter (#18136) | holisticode | 2018-11-27 | 6 | -30/+305 |
* | | Remove multihash from Swarm bzz:// for Feeds (#18175) | Javier Peletier | 2018-11-26 | 7 | -226/+167 |
* | | tests: Add flag to use EVMC for state tests (#18084) | Paweł Bylica | 2018-11-26 | 1 | -1/+12 |
* | | swarm/pss: Message handler refactor (#18169) | lash | 2018-11-26 | 10 | -109/+644 |
* | | light: odrTrie tryUpdate should use update (#18107) | Sheldon | 2018-11-26 | 1 | -1/+1 |
* | | swarm/api: improve not found error msg (#18171) | Elad | 2018-11-26 | 1 | -1/+1 |
* | | swarm/network/simulation: fix New function for-loop scope (#18161) | Janoš Guljaš | 2018-11-26 | 4 | -1/+56 |
* | | les: fix fetcher syncing logic (#18072) | Felföldi Zsolt | 2018-11-26 | 1 | -27/+29 |
* | | Merge pull request #18179 from holiman/fix_tests | Péter Szilágyi | 2018-11-26 | 1 | -1/+1 |
|\ \ |
|
| * | | config: add constantinople block to testchainconfig | Martin Holst Swende | 2018-11-26 | 1 | -1/+1 |
* | | | fix mixHash/nonce for parity compatible network (#18166) | Jaynti Kanani | 2018-11-26 | 2 | -12/+12 |
|/ / |
|
* | | core: return error if repair block failed (#18126) | mr_franklin | 2018-11-23 | 1 | -1/+5 |
* | | eth: increase timeout in TestBroadcastBlock (#18064) | Felix Lange | 2018-11-23 | 1 | -2/+2 |
* | | cmd/swarm: FUSE do not require --ipcpath (#18112) | Ferenc Szabo | 2018-11-23 | 4 | -45/+69 |
* | | travis: increase open file limits (#18155) | Anton Evangelatov | 2018-11-22 | 1 | -0/+8 |
* | | trie: fix overflow in write cache parent tracking (#18165) | Martin Holst Swende | 2018-11-22 | 1 | -1/+1 |
* | | params: add Constantinople block to AllXYZProtocolChanges (#18162) | Enrique Fynn | 2018-11-22 | 1 | -2/+2 |
* | | Merge pull request #17973 from holiman/splitter2 | Péter Szilágyi | 2018-11-22 | 5 | -159/+370 |
|\ \ |
|
| * | | core: polish side chain importer a bit | Péter Szilágyi | 2018-11-21 | 3 | -294/+328 |
| * | | core: better side-chain importing | Martin Holst Swende | 2018-11-20 | 3 | -98/+275 |
| |/ |
|
* | | core: better printout of receipts in bad block reports (#18156) | Martin Holst Swende | 2018-11-22 | 1 | -2/+4 |
* | | swarm/network/stream: use swarm/mock/mem as mock global store (#18157) | Janoš Guljaš | 2018-11-22 | 3 | -53/+11 |
* | | swarm/state: refactor InmemoryStore (#18143) | Anton Evangelatov | 2018-11-21 | 5 | -123/+24 |
* | | core: fix comment typo (#18144) | mr_franklin | 2018-11-21 | 1 | -1/+1 |
* | | Update minimum required Go version in README.md (#18151) | a-sklyarov | 2018-11-21 | 1 | -1/+1 |
* | | whisper/mailserver: reduce the max number of opened files (#18142) | Guillaume Ballet | 2018-11-21 | 1 | -1/+11 |
|/ |
|
* | whisper: log errors on failed tests (#18134) | Anton Evangelatov | 2018-11-20 | 2 | -2/+2 |
* | swarm/storage: move 'running migrations for' log line (#18120) | Ferenc Szabo | 2018-11-20 | 1 | -3/+4 |
* | internal/cmdtest: Expose process exit status and errors (#18046) | Javier Peletier | 2018-11-20 | 1 | -2/+19 |
* | cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s c... | Anton Evangelatov | 2018-11-19 | 2 | -12/+15 |
* | cmd/swarm: speed up tests - use global cluster (#18129) | Anton Evangelatov | 2018-11-19 | 6 | -92/+101 |
* | swarm/storage: speed up garbage collection and rpc tests (#18128) | Anton Evangelatov | 2018-11-19 | 2 | -5/+6 |
* | swarm/api/http: change request served msg log level (#18127) | Elad | 2018-11-18 | 1 | -1/+1 |
* | trie: go fmt package | Péter Szilágyi | 2018-11-16 | 1 | -1/+1 |
* | Merge pull request #18085 from holiman/downloader_span | Péter Szilágyi | 2018-11-16 | 4 | -51/+222 |
|\ |
|
| * | core, eth/downloader: fix ancestor lookup for fast sync | Péter Szilágyi | 2018-11-16 | 4 | -15/+70 |
| * | downloader: different sync strategy | Martin Holst Swende | 2018-11-16 | 2 | -39/+155 |
|/ |
|
* | trie: return hasher to pool (#18116) | Łukasz Kurowski | 2018-11-16 | 2 | -0/+4 |
* | Swarm accounting (#18050) | holisticode | 2018-11-16 | 10 | -38/+353 |
* | swarm/network/simulation: use simulations.Event instead p2p.PeerEvent (#18098) | Janoš Guljaš | 2018-11-16 | 6 | -55/+101 |
* | eth: fix comment typo (#18114) | mr_franklin | 2018-11-15 | 2 | -2/+2 |
* | swarm/storage: Batched database migration (#18113) | lash | 2018-11-15 | 2 | -28/+127 |
* | Merge pull request #18087 from karalabe/trie-read-cacher | Péter Szilágyi | 2018-11-15 | 33 | -127/+1660 |
|\ |
|
| * | cmd, core, eth, light, trie: add trie read caching layer | Péter Szilágyi | 2018-11-15 | 33 | -127/+1660 |
* | | internal: fix typo in comments (#18106) | Kenso Trabing | 2018-11-15 | 1 | -1/+1 |
* | | les: fix pubkey index typo (#18093) | Sheldon | 2018-11-15 | 1 | -1/+1 |
|/ |
|
* | consensus/clique: fix comment typo (#18103) | mr_franklin | 2018-11-14 | 1 | -1/+1 |
* | rpc: fix package doc typo (#18101) | Kenso Trabing | 2018-11-14 | 1 | -1/+1 |
* | rpc: fix example typo (#18100) | Kenso Trabing | 2018-11-14 | 1 | -1/+1 |
* | params, swarm: begin Geth v1.8.19 and Swarm v0.3.7 cycle | Péter Szilágyi | 2018-11-14 | 2 | -8/+8 |
* | params, swarm: release Geth v1.8.18 and Swarm v0.3.6v1.8.18 | Péter Szilágyi | 2018-11-14 | 2 | -8/+8 |
* | cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm... | Alexey Sharov | 2018-11-14 | 24 | -362/+202 |
* | 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 |