aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulation
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/network/simulation')
0 files changed, 0 insertions, 0 deletions
pruner panic when importing low-diff-large-sidechainPéter Szilágyi2019-02-103-86/+44 * core: repro #18977Martin Holst Swende2019-02-102-1/+104 * cmd/puppeth: handle pre-set Petersburg number, save changed fork rulesPéter Szilágyi2019-02-101-3/+7 * core: fix error in block iterator (#18986)Martin Holst Swende2019-02-102-11/+3 * eth: make tracers respect pre- EIP 158/161 ruleMartin Holst Swende2019-02-101-4/+8 * params, swarm/version: Geth 1.8.22-stable, Swarm 0.3.10-stableFelix Lange2019-01-312-2/+2 * p2p/discover: improve table addition code (#18974)Felix Lange2019-01-314-62/+175 * params: new CHTs (#18577)Felföldi Zsolt2019-01-301-12/+12 * p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)Felix Lange2019-01-308-332/+595 * build: tweak debian source package build/upload options (#18962)Felix Lange2019-01-301-2/+2 * travis, appveyor: bump to Go 1.11.5 (#18947)Samuel Marks2019-01-302-3/+3 * core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-3011-65/+133 * params, swarm: release Geth v1.8.21 and Swarm v0.3.9Péter Szilágyi2019-01-162-8/+8 * Merge pull request #18454 from karalabe/postpone-constantinoplePéter Szilágyi2019-01-161-1/+1 |\ | * params: postpone Constantinople due to net SSTORE reentrancyPéter Szilágyi2019-01-161-1/+1 |/ * accounts/abi: Add tests for reflection ahead of refactor (#18434)Guillaume Ballet2019-01-151-0/+191 * swarm/pot: each() functions refactored (#18452)gluk2562019-01-153-82/+58 * swarm/pot: pot.remove fixed (#18431)gluk2562019-01-123-20/+86 * Stream subscriptions (#18355)holisticode2019-01-115-320/+234 * core, eth: fix database version (#18429)gary rong2019-01-113-10/+20 * p2p/simulations: eliminate concept of pivot (#18426)Ferenc Szabo2019-01-117-166/+28 * accounts/abi: Extra slice tests (#18424)Guillaume Ballet2019-01-101-0/+15 * swarm/network: Rename minproxbinsize, add as member of simulation (#18408)lash2019-01-1019-84/+93 * accounts/abi: tuple support (#18406)gary rong2019-01-109-393/+1003 * swarm/network: remove isproxbin bool from kad.Each* iterfunc (#18239)Viktor Trón2019-01-1010-35/+25 * swarm: Fix T.Fatal inside a goroutine in tests (#18409)Janoš Guljaš2019-01-097-68/+167 * github: remove swarm github codeowners (#18412)Anton Evangelatov2019-01-091-23/+0 * swarm, p2p/protocols: Stream accounting (#18337)holisticode2019-01-083-104/+185 * swarm/storage/mock/test: fix T.Fatal inside a goroutine (#18399)Janoš Guljaš2019-01-071-3/+8 * swarm: Shed Index and Uint64Field additions (#18398)Janoš Guljaš2019-01-076-130/+671 * cmd/geth: support dumpconfig optionally saving to file (#18327)Sean2019-01-071-3/+12 * internal/ethapi: ask transaction pool for pending nonce (#15794)Yondon Fu2019-01-071-0/+9 * accounts/keystore: small code simplification (#18394)Jeremy Schlatter2019-01-071-16/+4 * A few minor code inspection fixes (#18393)Ferenc Szabo2019-01-0614-40/+42 * accounts/keystore: fix comment typo (#18395)Jeremy Schlatter2019-01-061-2/+2 * eth/tracer: extend create2 (#18318)gary rong2019-01-066-10/+122 * Merge pull request #18371 from jeremyschlatter/patch-1Péter Szilágyi2019-01-041-1/+1 |\ | * core/types: update incorrect commentJeremy Schlatter2018-12-291-1/+1 * | Merge pull request #18390 from realdave/remove-sha3-pkgPéter Szilágyi2019-01-0499-1017/+4505 |\ \ | * | vendor: update the entire golang.org/x/crypto dependencyPéter Szilágyi2019-01-0453-570/+3978 | * | vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-0447-447/+527 * | | cmd/puppeth: fix panic error when export aleth genesis wo/ precompile-address...Ha ĐANG2019-01-041-1/+5 |/ / * | swarm/docker: Dockerfile for swarm:edge docker image (#18386)Anton Evangelatov2019-01-034-1/+57 * | vendor: vendor/github.com/mattn/go-isatty - add missing files (reported by mk...HackyMiner2019-01-032-0/+40 * | accounts/abi/bind: add optional block number for calls (#17942)Dragan Milic2019-01-032-6/+70 * | travis, appveyor: bump to Go 1.11.4 (#18314)Samuel Marks2019-01-032-3/+3 * | build: add LGPL license at update-license.go (#18377)Rick2019-01-031-0/+16 * | swarm/storage: change Proximity function and add TestProximity test (#18379)Janoš Guljaš2019-01-032-3/+186 * | rpc: Warn the user when the path name is too long for the Unix ipc endpoint (...Martin Alex Philip Dawson2019-01-031-0/+18 * | accounts/abi: fix case of generated java functions (#18372)Guillaume Ballet2019-01-021-4/+6 * | accounts/abi: change unpacking of abi fields w/ underscores (#16513)Matt K2018-12-294-47/+60 |/ * fix string array unpack bug in accounts/abi (#18364)weimumu2018-12-283-1/+69 * swarm: remove unused/dead code (#18351)Anton Evangelatov2018-12-2425-400/+19 * accounts/abi: Brings out the msg defined at require statement in SC function ...Jeff Prestes2018-12-221-1/+1 * accounts/abi: add support for unpacking returned bytesN arrays (#15242)bas-vk2018-12-222-0/+64 * swarm/network: Revised depth and health for Kademlia (#18354)lash2018-12-2215-273/+413 * p2p/protocols: accounting metrics rpc (#18336)Jerzy Lasyk2018-12-223-0/+145 * eth/downloader: progress in stateSync not used anymore (#17998)Wenbiao Zheng2018-12-221-7/+4 * swarm/pss: forwarding function refactoring (#18353)gluk2562018-12-222-51/+436 * p2p/simulation: Test snapshot correctness and minimal benchmark (#18287)lash2018-12-212-26/+336 * core: sanitize more TxPoolConfig fields (#17210)Jordan Krage2018-12-202-1/+21 * downloader: fix edgecase where returned index is OOB for downloader (#18335)Martin Holst Swende2018-12-201-1/+9 * swarm/storage: remove unused methods from Chunk interface (#18283)Javier Peletier2018-12-183-21/+4 * swarm/pss: Reduce input vulnerabilities (#18304)lash2018-12-186-60/+116 * swarm/network/simulation:commented out unreachable code-avoid vet errors (#18...Javier Peletier2018-12-181-7/+4 * Update visualized snapshot test (#18286)holisticode2018-12-181-53/+214 * p2p/simulation: move connection methods from swarm/network/simulation (#18323)Elad2018-12-1714-439/+500 * swarm/storage/feed: remove unused code (#18324)Anton Evangelatov2018-12-173-30/+4 * fix slice unpack bug in accounts/abi (#18321)weimumu2018-12-172-1/+6 * Change issue labels in bot configs to the new prefixed version (#18311)Felix Lange2018-12-142-2/+2 |\ | * Change issue labels in bot configs to the new prefixed versionAdam Schmideg2018-12-142-2/+2 * | .github: add @gballet as abi codeowner (#18306)Guillaume Ballet2018-12-141-0/+1 * | p2p/discv5: don't hash findnode target in lookup against table (#18309)yahtoo2018-12-141-1/+1 * | core/state: rename 'new' variable (#18301)Shuai Qi2018-12-141-2/+2 |/ * Comment error (#18303)qd-ethan2018-12-141-1/+1 * rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310)Martin Holst Swende2018-12-141-7/+20 * accounts/abi: argument type and name were reversed (#17947)tzapu2018-12-134-10/+104 * crypto/secp256k1: Fix invalid document link (#18297)Shuai Qi2018-12-131-1/+1 * usbwallet: check returned error when decoding hexstr (#18056)Corey Lin2018-12-131-1/+3 * swarm/storage: simplify ChunkValidator interface (#18285)Javier Peletier2018-12-127-18/+20 * swarm/shed: add metrics to each shed db (#18277)Anton Evangelatov2018-12-123-7/+206 * params, swarm: begin Geth v1.9.0 family, Swarm v0.3.9 cyclePéter Szilágyi2018-12-112-8/+8 * params, swarm: release Geth v1.8.20 and Swarm v0.3.8Péter Szilágyi2018-12-112-8/+8 * cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-117-5/+21 * Merge pull request #18281 from karalabe/puppeth-faucetPéter Szilágyi2018-12-117-3/+10 |\ | * cmd/puppeth: support latest docker compose, expose faucet UDPPéter Szilágyi2018-12-116-2/+9 | * cmd/faucet: fix faucet static peer regressionPéter Szilágyi2018-12-111-1/+1 |/ * cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api...Elad2018-12-118-82/+368 * Merge pull request #18271 from karalabe/1.8.20-chtsPéter Szilágyi2018-12-101-12/+12 |\ | * params: update CHTs for the 1.8.20 releasePéter Szilágyi2018-12-101-12/+12 * | Merge pull request #18028 from ryanschneider/blockhash-whitelistPéter Szilágyi2018-12-108-6/+56 |\ \ | * | cmd/utils, eth: minor polishes on whitelist codePéter Szilágyi2018-12-102-41/+29 | * | cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flagRyan Schneider2018-12-108-5/+67 * | | swarm/network: Correct ambiguity in compared addresses (#18251)lash2018-12-101-2/+1 |/ / * | ethereum: fix typo in interfaces.go (#18266)YOSHIDA Masanori2018-12-101-1/+1 * | Merge pull request #18269 from Quasilyte/patch-1Péter Szilágyi2018-12-101-1/+1 |\ \ | |/ |/| | * light: fix duplicated argument in bytes.Equal callIskander (Alex) Sharipov2018-12-101-1/+1 |/ * node, rpc: log cleanups in ipc listener function (#18124)Péter Szilágyi2018-12-102-3/+3 |\ | * remove unrelated codeFranklin2018-11-282-6/+2 | * .Franklin2018-11-203-5/+9 * | Merge pull request #17914 from holiman/block_analysisPéter Szilágyi2018-12-105-27/+175 |\ \ | * | eth, internal/web3ext: tiny polishes in tracersPéter Szilágyi2018-12-102-77/+97 | * | cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file...Martin Holst Swende2018-12-105-20/+148 |/ / * | Merge pull request #18268 from karalabe/forkitPéter Szilágyi2018-12-101-2/+2 |\ \ | * | params: set mainnet and Rinkeby Constantinople fork blocksPéter Szilágyi2018-12-101-2/+2 |/ / * | eth/tracers: fixed incorrect storage from prestate_tracer (#18253)Max Sistemich2018-12-102-17/+14 * | cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262)Javier Peletier2018-12-101-1/+1 * | node: warn when using deprecated config/resource files (#18199)Felix Lange2018-12-071-9/+35 * | Merge pull request #18211 from karalabe/drop-fd-limitPéter Szilágyi2018-12-071-8/+3 |\ \ | * | cmd/utils: max out the OS file allowance, don't cap to 2KPéter Szilágyi2018-11-291-8/+3 * | | swarm: snapshot load improvement (#18220)Janoš Guljaš2018-12-073-2/+76 * | | core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-066-11/+15 * | | swarm/api/http: add resetting timer metrics to requests (#18249)Elad2018-12-051-0/+5 * | | swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246)holisticode2018-12-051-1/+3 * | | Add packing for dynamic array and slice types (#18051)Vedhavyas Singareddi2018-12-043-22/+117 * | | Merge pull request #18172 from holiman/puppeth_converterPéter Szilágyi2018-12-0417-190/+892 |\ \ \ | * | | cmd/puppeth: chain import/export via wizard, minor polishesPéter Szilágyi2018-12-0412-105/+189 | * | | cmd/puppeth: implement chainspec convertersMartin Holst Swende2018-12-039-161/+779 * | | | whisperv6: remove duplicated code (#18015)Corey Lin2018-12-031-16/+1 |/ / / * | | Merge pull request #18235 from karalabe/puppeth-enforce-lowercasePéter Szilágyi2018-12-032-5/+5 |\ \ \ | * | | cmd/puppeth: enforce lowercase network namesPéter Szilágyi2018-12-032-5/+5 * | | | Changed http:// to https:// on JSON-RPC link (#18224)Marius Kjærstad2018-12-021-1/+1 * | | | signer/core: Fixes typo of method name in comment. (#18222)vim882018-12-021-1/+1 * | | | swarm/pss: Add same api interface for all Send* methods (#18218)lash2018-12-012-2/+6 * | | | p2p: use errors.New instead of fmt.Errorf (#18193)needkane2018-12-011-5/+4 |/ / / * | | vendor: update github.com/karalabe/hid (#18213)Felix Lange2018-11-304-12/+12 * | | cmd/swarm: add flag for application name (swarm or swarm-private) (#18189)Anton Evangelatov2018-11-305-5483/+14 |/ / * | vendor: update leveldb (#18205)Péter Szilágyi2018-11-2911-68/+76 |\ \ | * | vendor: update leveldbMartin Holst Swende2018-11-2911-68/+76 * | | accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-298-4/+18 * | | mobile: added constructor for BigInts (#17828)Eugene Valeyev2018-11-291-0/+7 * | | remove a no-op line in the code (#17760)zah2018-11-291-1/+0 * | | tests, core: update tests and make STATICCALL cause touch-delete (#18187)Martin Holst Swende2018-11-293-0/+15 * | | cmd/evm: commit statedb if dump is requested (#18208)Matthew Di Ferrante2018-11-291-0/+1 * | | params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cyclePéter Szilágyi2018-11-282-8/+8 * | | params, swarm: release Geth v1.8.19 and Swarm v0.3.7Péter Szilágyi2018-11-282-8/+8 * | | Merge pull request #18196 from karalabe/downloader-cht-fixPéter Szilágyi2018-11-281-0/+22 |\ \ \ | * | | eth/downloader: fix light client cht binary search issuePéter Szilágyi2018-11-281-0/+22 * | | | Merge pull request #18197 from karalabe/v1.8.19-chtsPéter Szilágyi2018-11-281-12/+12 |\ \ \ \ | |/ / / |/| | | | * | | params: update CHTs for the v1.8.19 releasePéter Szilágyi2018-11-281-12/+12 |/ / / * | | core: more detailed metrics for block processing (#18119)Martin Holst Swende2018-11-281-1/+12 * | | p2p/discv5: gofmtPéter Szilágyi2018-11-271-1/+1 * | | p2p/discv5: minor code simplification (#18188)ANOTHEL2018-11-271-5/+4 * | | p2p/protocols: fix minor comments typo (#18185)Liang Ma2018-11-271-1/+1 |/ / * | Increase bzz version (#18184)holisticode2018-11-273-3/+170 * | swarm: add database abstractions (shed package) (#18183)Janoš Guljaš2018-11-2718-0/+2287 * | cmd/swarm: update should error on manifest mismatch (#18047)Javier Peletier2018-11-272-6/+41 * | swarm/network: Correct neighborhood depth (#18066)lash2018-11-2712-37/+209 * | Accounting metrics reporter (#18136)holisticode2018-11-276-30/+305 * | Remove multihash from Swarm bzz:// for Feeds (#18175)Javier Peletier2018-11-267-226/+167 * | tests: Add flag to use EVMC for state tests (#18084)Paweł Bylica2018-11-261-1/+12 * | swarm/pss: Message handler refactor (#18169)lash2018-11-2610-109/+644 * | light: odrTrie tryUpdate should use update (#18107)Sheldon2018-11-261-1/+1 * | swarm/api: improve not found error msg (#18171)Elad2018-11-261-1/+1 * | swarm/network/simulation: fix New function for-loop scope (#18161)Janoš Guljaš2018-11-264-1/+56 * | les: fix fetcher syncing logic (#18072)Felföldi Zsolt2018-11-261-27/+29 * | Merge pull request #18179 from holiman/fix_testsPéter Szilágyi2018-11-261-1/+1 |\ \ | * | config: add constantinople block to testchainconfigMartin Holst Swende2018-11-261-1/+1 * | | fix mixHash/nonce for parity compatible network (#18166)Jaynti Kanani2018-11-262-12/+12 |/ / * | core: return error if repair block failed (#18126)mr_franklin2018-11-231-1/+5 * | eth: increase timeout in TestBroadcastBlock (#18064)Felix Lange2018-11-231-2/+2 * | cmd/swarm: FUSE do not require --ipcpath (#18112)Ferenc Szabo2018-11-234-45/+69 * | travis: increase open file limits (#18155)Anton Evangelatov2018-11-221-0/+8 * | trie: fix overflow in write cache parent tracking (#18165)Martin Holst Swende2018-11-221-1/+1 * | params: add Constantinople block to AllXYZProtocolChanges (#18162)Enrique Fynn2018-11-221-2/+2 * | Merge pull request #17973 from holiman/splitter2Péter Szilágyi2018-11-225-159/+370 |\ \ | * | core: polish side chain importer a bitPéter Szilágyi2018-11-213-294/+328 | * | core: better side-chain importingMartin Holst Swende2018-11-203-98/+275 | |/ * | core: better printout of receipts in bad block reports (#18156)Martin Holst Swende2018-11-221-2/+4 * | swarm/network/stream: use swarm/mock/mem as mock global store (#18157)Janoš Guljaš2018-11-223-53/+11 * | swarm/state: refactor InmemoryStore (#18143)Anton Evangelatov2018-11-215-123/+24 * | core: fix comment typo (#18144)mr_franklin2018-11-211-1/+1 * | Update minimum required Go version in README.md (#18151)a-sklyarov2018-11-211-1/+1 * | whisper/mailserver: reduce the max number of opened files (#18142)Guillaume Ballet2018-11-211-1/+11 |/ * whisper: log errors on failed tests (#18134)Anton Evangelatov2018-11-202-2/+2 * swarm/storage: move 'running migrations for' log line (#18120)Ferenc Szabo2018-11-201-3/+4 * internal/cmdtest: Expose process exit status and errors (#18046)Javier Peletier2018-11-201-2/+19 * cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s c...Anton Evangelatov2018-11-192-12/+15 * cmd/swarm: speed up tests - use global cluster (#18129)Anton Evangelatov2018-11-196-92/+101 * swarm/storage: speed up garbage collection and rpc tests (#18128)Anton Evangelatov2018-11-192-5/+6 * swarm/api/http: change request served msg log level (#18127)Elad2018-11-181-1/+1 * trie: go fmt packagePéter Szilágyi2018-11-161-1/+1 * Merge pull request #18085 from holiman/downloader_spanPéter Szilágyi2018-11-164-51/+222 |\ | * core, eth/downloader: fix ancestor lookup for fast syncPéter Szilágyi2018-11-164-15/+70 | * downloader: different sync strategyMartin Holst Swende2018-11-162-39/+155 |/ * trie: return hasher to pool (#18116)Łukasz Kurowski2018-11-162-0/+4 * Swarm accounting (#18050)holisticode2018-11-1610-38/+353 * swarm/network/simulation: use simulations.Event instead p2p.PeerEvent (#18098)Janoš Guljaš2018-11-166-55/+101 * eth: fix comment typo (#18114)mr_franklin2018-11-152-2/+2 * swarm/storage: Batched database migration (#18113)lash2018-11-152-28/+127 * Merge pull request #18087 from karalabe/trie-read-cacherPéter Szilágyi2018-11-1533-127/+1660 |\ | * cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-1533-127/+1660 * | internal: fix typo in comments (#18106)Kenso Trabing2018-11-151-1/+1 * | les: fix pubkey index typo (#18093)Sheldon2018-11-151-1/+1 |/ * consensus/clique: fix comment typo (#18103)mr_franklin2018-11-141-1/+1 * rpc: fix package doc typo (#18101)Kenso Trabing2018-11-141-1/+1 * rpc: fix example typo (#18100)Kenso Trabing2018-11-141-1/+1 * params, swarm: begin Geth v1.8.19 and Swarm v0.3.7 cyclePéter Szilágyi2018-11-142-8/+8 * params, swarm: release Geth v1.8.18 and Swarm v0.3.6Péter Szilágyi2018-11-142-8/+8 * cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm...Alexey Sharov2018-11-14