Commit Graph

  • b9808e392f swarm/version: bump to v0.3.12 unstable Péter Szilágyi 2019-02-21 15:25:42 +02:00
  • 7fd0ccaa68 core: remove unnecessary fields in logs, receipts and tx lookups (#17106) gary rong 2019-02-21 21:14:35 +08:00
  • 8577b5b020 core: more tests for sidechain import, fixes #19105 (#19113) Martin Holst Swende 2019-02-21 11:36:49 +01:00
  • 628a0bde3f common/fdlimit: Fix compilation error in freebsd, Raise() returns uint64 (#19141) Enrique Fynn 2019-02-21 10:16:51 +01:00
  • fbedf62f3d swarm/storage: fix loop bound for database cleanup (#19085) Matthew Halpern 2019-02-20 21:37:32 -08:00
  • 9d5e10f5bb cmd/swarm/global-store: use kill instead interrupt in tests (#19142) Janoš Guljaš 2019-02-20 22:58:25 +01:00
  • e38b227ce6 Ci race detector handle failing tests (#19143) Ferenc Szabo 2019-02-20 22:57:42 +01:00
  • d36e974ba3 swarm/network: Keep span across roundtrip (#19140) lash 2019-02-20 14:50:37 +01:00
  • 460d206f30 swarm/network: Use actual remote peer ip in underlay (#19137) lash 2019-02-20 14:46:00 +01:00
  • ba2dfa5ce4 swarm/network/stream: fix a goroutine leak in Registry (#19139) Janoš Guljaš 2019-02-20 14:45:25 +01:00
  • 02c039f102 downloads: handle multi-page results from Azure (#19138) gh-pages Péter Szilágyi 2019-02-20 11:42:58 +02:00
  • c942700427 Merge pull request #19029 from holiman/update1.8 v1.8.23 release/1.8 Péter Szilágyi 2019-02-20 10:48:12 +02:00
  • cde35439e0 params, swarm: release Geth v1.8.23, Swarm v0.3.11 Péter Szilágyi 2019-02-20 10:42:02 +02:00
  • f49f95e2b0 accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133) Dan Kinsley 2019-02-20 02:08:54 -05:00
  • d3ccedc767 p2p/simulations: enforce camel case variable names (#19053) Matthew Halpern 2019-02-19 09:50:59 -08:00
  • 2e8a5e5659 core/vm: remove unused constants (#19095) Péter Szilágyi 2019-02-19 19:49:45 +02:00
  • 8af6c9e6a2 eth: extract check for tracing transaction in block file (#19107) Matthew Halpern 2019-02-19 09:49:24 -08:00
  • 4f908db69e cmd/utils: allow for multiple influxdb tags (#18520) Anton Evangelatov 2019-01-29 09:14:24 +01:00
  • 320d132925 swarm/metrics: Send the accounting registry to InfluxDB (#18470) Jerzy Lasyk 2019-01-24 18:57:20 +01:00
  • 514a9472ad trie: prefer nil slices over zero-length slices (#19084) Matthew Halpern 2019-02-19 05:50:11 -08:00
  • 57f959af41 p2p/enode: use localItemKey for local sequence number Felix Lange 2019-02-19 13:29:41 +01:00
  • cf147c71d5 p2p/discover: remove unused function Felix Lange 2019-02-19 13:29:19 +01:00
  • 7ae2a7bd84 swarm: Reinstate Pss Protocol add call through swarm service (#19117) lash 2019-02-18 16:44:50 +01:00
  • fd34bf594c contracts/*: golint updates for this or self warning Kiel barry 2018-04-30 16:05:24 -07:00
  • 996230174c cmd/swarm/swarm-smoke: Trigger chunk debug on timeout (#19101) holisticode 2019-02-18 06:05:22 -05:00
  • 8857707606 p2p, swarm: fix node up races by granular locking (#18976) Ferenc Szabo 2019-02-18 07:38:14 +01:00
  • d6c1fcbe04 swarm/pss: refactoring (#19110) gluk256 2019-02-17 09:29:41 +04:00
  • 79cac793c0 swarm/storage/netstore: add fetcher cancellation on shutdown (#19049) Elad 2019-02-14 13:51:57 +07:00
  • 5de6b6b529 swarm/network: Saturation check for healthy networks (#19071) holisticode 2019-02-14 13:01:50 -05:00
  • 3d2bedf8d0 swarm/storage: fix influxdb gc metrics report (#19102) Elad 2019-02-15 13:41:42 +07:00
  • 8ea3d8ad90 swarm: fix network/stream data races (#19051) Janoš Guljaš 2019-02-13 13:03:23 +01:00
  • a0127019c3 swarm: fix uptime gauge update goroutine leak by introducing cleanup functions (#19040) Elad 2019-02-13 14:15:03 +07:00
  • 7a333e4104 swarm/storage: fix HashExplore concurrency bug ethersphere#1211 (#19028) holisticode 2019-02-12 18:17:44 -05:00
  • 799fe99537 swarm/pss: mutex lifecycle fixed (#19045) gluk256 2019-02-13 03:12:41 +04:00
  • 3b02b0ba4b swarm/docker: add global-store and split docker images (#19038) Rafael Matias 2019-02-12 08:34:08 +01:00
  • 85217b08bd cmd/swarm/global-store: global store cmd (#19014) Janoš Guljaš 2019-02-07 15:46:58 +01:00
  • dcff622d43 swarm: CI race detector test adjustments (#19017) Ferenc Szabo 2019-02-08 17:07:11 +01:00
  • a3db00f270 swarm/network: refactor simulation tests bootstrap (#18975) Anton Evangelatov 2019-02-01 09:58:46 +01:00
  • 769e43e334 swarm: GetPeerSubscriptions RPC (#18972) holisticode 2019-01-30 15:03:08 -05:00
  • 8d8ddea1a3 swarm/pss: transition to whisper v6 (#19023) gluk256 2019-02-08 20:05:10 +04:00
  • 068725c5b0 swarm/network, swarm/storage: Preserve opentracing contexts (#19022) lash 2019-02-08 16:57:48 +01:00
  • 710775f435 swarm/network: fix data race in fetcher_test.go (#18469) Ferenc Szabo 2019-01-17 16:45:36 +01:00
  • 0fd0108507 swarm/pss: Remove pss service leak in test (#18992) lash 2019-02-05 14:35:20 +01:00
  • 3c62cc6bba swarm/storage: fix test timeout with -race by increasing mget timeout Ferenc Szabo 2019-02-05 14:34:34 +01:00
  • 333b1bfb6c swarm/storage/localstore: new localstore package (#19015) Janoš Guljaš 2019-02-07 18:40:26 +01:00
  • d1ace4f344 swarm: Debug API and HasChunks() API endpoint (#18980) holisticode 2019-02-07 09:49:19 -05:00
  • 637a75d61a cmd/swarm/swarm-smoke: refactor generateEndpoints (#19006) Anton Evangelatov 2019-02-07 14:38:32 +01:00
  • 355d55bd34 cmd/swarm/swarm-smoke: remove wrong metrics (#18970) Anton Evangelatov 2019-01-30 14:02:15 +01:00
  • 7038b5734c cmd/swarm/swarm-smoke: sliding window test (#18967) Elad 2019-01-30 15:46:44 +07:00
  • 1ecf2860cf cmd/swarm: hashes command (#19008) holisticode 2019-02-07 07:51:24 -05:00
  • 034f65e9e8 swarm/storage: Get all chunk references for a given file (#19002) holisticode 2019-02-06 06:16:43 -05:00
  • 607a1968e6 swarm/network: Remove extra random peer, connect test sanity, comments (#18964) lash 2019-01-30 09:49:58 +01:00
  • 3f54994db0 swarm: fix flaky delivery tests (#18971) Janoš Guljaš 2019-01-30 14:03:11 +01:00
  • 2695aa9e0d p2p/testing, swarm: remove unused testing.T in protocol tester (#18500) Elad 2019-01-24 23:23:34 +07:00
  • e247dcc141 swarm/version: commit version added (#18510) gluk256 2019-01-24 15:35:10 +04:00
  • b774d0a507 swarm: fix a data race on startTime (#18511) Janoš Guljaš 2019-01-24 12:02:47 +01:00
  • 4976fcc91a swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) Anton Evangelatov 2019-01-24 12:02:18 +01:00
  • 878aa58ec6 cmd/swarm: use resetting timer to measure fetch time (#18474) Anton Evangelatov 2019-01-18 13:27:27 +01:00
  • 475a0664c5 p2p/simulations: fix data race on swarm/network/simulations (#18464) Elad 2019-01-23 02:11:43 +07:00
  • 4625b1257f cmd/swarm/swarm-smoke: use ResettingTimer instead of Counters for times (#18479) holisticode 2019-01-18 12:14:06 -05:00
  • 21d54bcaac cmd/swarm/swarm-snapshot: disable tests on windows (#18478) Elad 2019-01-18 19:22:05 +07:00
  • 7383db4dac Upload speed (#18442) holisticode 2019-01-17 11:25:27 -05:00
  • afb65f6ace swarm/network: fix data race warning on TestBzzHandshakeLightNode (#18459) Elad 2019-01-17 17:38:23 +07:00
  • 1f1c751b6e swarm/network: rewrite of peer suggestion engine, fix skipped tests (#18404) Viktor Trón 2019-01-17 07:29:34 +01:00
  • a3f31f51f3 cmd/swarm/swarm-snapshot: swarm snapshot generator (#18453) Elad 2019-01-16 19:03:02 +05:30
  • e63995b3f3 swarm/network: fix data race in TestNetworkID test (#18460) Janoš Guljaš 2019-01-16 12:56:34 +01:00
  • dd3e894747 swarm/storage: fix mockNetFetcher data races (#18462) Janoš Guljaš 2019-01-16 14:31:32 +01:00
  • f1537b774c p2p/discover: make maximum packet size a constant (#19061) Matthew Halpern 2019-02-19 03:27:29 -08:00
  • bf42535d31 core: remove redundant parentheses (#19106) Matthew Halpern 2019-02-19 03:25:42 -08:00
  • b5e5b3567c crypto: fix build when CGO_ENABLED=0 (#19121) Jeremy Schlatter 2019-02-19 03:18:37 -08:00
  • f7f6a46029 eth, node: use APPDATA env to support cygwin/msys correctly (#17786) HackyMiner 2019-02-19 20:15:15 +09:00
  • d2256244c4 rpc: fixup change to not verify websocket origin (#19128) Felix Lange 2019-02-19 11:58:32 +01:00
  • 26d3a8ca80 rpc: skip websocket origin check if there is no origin header Felix Lange 2019-02-19 11:49:43 +01:00
  • df355eceb4 build: explicitly force .xz compression (old debuild picks gzip) (#19118) Péter Szilágyi 2019-02-18 12:12:26 +02:00
  • 84cb00a94d travis.yml: add launchpad SSH public key (#19115) Péter Szilágyi 2019-02-18 11:24:11 +02:00
  • 992a7bbad5 vendor: update bigcache Martin Holst Swende 2019-02-18 09:15:55 +01:00
  • a458153098 trie: fix error in node decoding (#19111) Martin Holst Swende 2019-02-16 16:16:12 +01:00
  • fe5258b41e vendor: pull in upstream syscall fixes for non-linux/arm64 Péter Szilágyi 2019-02-15 00:51:34 +02:00
  • d9be337669 vendor: update syscalls dependency Péter Szilágyi 2019-02-14 18:14:28 +02:00
  • 7bd6f39dc3 common/fdlimit: fix windows build (#19068) Felix Lange 2019-02-14 16:32:22 +01:00
  • b247052a64 build: avoid dput and upload with sftp directly (#19067) Felix Lange 2019-02-14 16:10:09 +01:00
  • 276f824707 .travis.yml: fix upload destination (#19043) Felix Lange 2019-02-12 13:02:40 +01:00
  • 048b463b30 common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035) Martin Holst Swende 2019-02-12 11:29:05 +01:00
  • 9f5fb15097 build: use SFTP for launchpad uploads (#19037) Felix Lange 2019-02-12 10:55:25 +01:00
  • 2072c26a96 cmd, core, params: add support for Goerli Péter Szilágyi 2018-11-16 17:58:24 +02:00
  • c283d9b5e8 signer/core: handle JSON unmarshal error (#19123) Hsien-Tang Kao 2019-02-19 00:48:19 -08:00
  • 4a090a1bab accounts/abi: fix error message format (#19122) Hsien-Tang Kao 2019-02-19 00:34:55 -08:00
  • 9c7e65c435 accounts: fix typos from the SignData merge (#19119) Guillaume Ballet 2019-02-19 09:33:42 +01:00
  • c5eccaefb8 core/vm: remove unused constants Matthew Halpern 2019-02-14 17:39:51 -08:00
  • d88c6ce6b0 swarm: Reinstate Pss Protocol add call through swarm service (#19117) lash 2019-02-18 16:44:50 +01:00
  • 3c62f965e7 eth: remove redundant parentheses (#19108) Matthew Halpern 2019-02-18 07:42:22 -08:00
  • 2a0e1bb32b crypto/ecies: remove unused function (#19096) Matthew Halpern 2019-02-18 04:09:07 -08:00
  • f57c80d22e metrics: remove redundant type specifiers (#19090) Matthew Halpern 2019-02-18 03:37:31 -08:00
  • 7b3e3d549e node: prefer nil slices over zero-length slices (#19083) Matthew Halpern 2019-02-18 03:31:22 -08:00
  • 3930f3795b core: remove unused function (#19097) Matthew Halpern 2019-02-18 03:27:31 -08:00
  • a1f366ecf6 core/vm: update annotation (#19050) needkane 2019-02-18 19:14:49 +08:00
  • df7c4618cd signer/core: remove unused function (#19099) Matthew Halpern 2019-02-18 03:10:28 -08:00
  • 62d7688d0a cmd/swarm/swarm-smoke: Trigger chunk debug on timeout (#19101) holisticode 2019-02-18 06:05:22 -05:00
  • b6ce358a9b Merge pull request #19114 from holiman/update_bigcache Péter Szilágyi 2019-02-18 12:43:41 +02:00
  • c0b9c763bb build: explicitly force .xz compression (old debuild picks gzip) (#19118) Péter Szilágyi 2019-02-18 12:12:26 +02:00