1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • f578d41ee6 core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#19737) Martin Holst Swende 2019-06-24 10:54:06 +0200
  • a0a14cc11c network/simulation: Add ExecAdapter capability to swarm simulations (#1503) lash 2019-06-24 09:48:40 +0200
  • cdadf57bf9 p2p/simulations: Enable access to MsgEvents with execadapter (#19749) lash 2019-06-21 13:45:32 +0200
  • 60c062e17d core: move TxPool reorg and events to background goroutine (#19705) Felix Lange 2019-06-21 10:29:14 +0200
  • 8afb316399
    docs: add initial stream! protocol specification (#1454) acud 2019-06-20 12:21:07 +0200
  • 25c3282cf1
    mobile: fix comment typos (#19741) Martin Holst Swende 2019-06-20 11:38:31 +0200
  • 1eddd332d2
    Merge pull request #19680 from holiman/bootnode_update Péter Szilágyi 2019-06-20 12:09:37 +0300
  • c94068a8bb
    Merge pull request #19700 from karalabe/cleanup-graphql Péter Szilágyi 2019-06-20 09:54:53 +0300
  • e3ec77f50e
    cmd, graphql, node: graphql flag polishes, les integration Péter Szilágyi 2019-06-12 11:24:24 +0300
  • 8d815e365c rpc: fix rare deadlock when canceling HTTP call context (#19715) Felix Lange 2019-06-20 08:36:27 +0200
  • 3271a5afa0 miner: don't update pending state when no transactions are added (#19734) Martin Holst Swende 2019-06-19 13:09:28 +0200
  • 2b303e7d62 clef: fix stutter in warning message (#19736) Guillaume Ballet 2019-06-19 11:43:04 +0200
  • f2a12b38c4
    docs: release process setup (#1487) Rafael Matias 2019-06-19 11:12:56 +0200
  • f828da674d
    build: enable ubuntu ppa disco (19.04) builds (#1495) Rafael Matias 2019-06-18 15:34:30 +0200
  • 9fa6d29c88
    network/stream: remove send.offered.hashes trace (#1497) Anton Evangelatov 2019-06-18 14:53:18 +0200
  • 96f8be36ad
    Merge pull request #19732 from karalabe/simulated-eip155 Péter Szilágyi 2019-06-18 12:14:00 +0300
  • 38c914be64
    accounts/abi/bind/backends: use EIP155 on the simulated chain Péter Szilágyi 2019-06-18 11:49:30 +0300
  • cf47ee5339
    Merge pull request #19731 from holiman/fix_19707 Péter Szilágyi 2019-06-18 11:24:11 +0300
  • 2046d66fe5
    accounts/keystore: fix #19707, avoid keyword as variable name Martin Holst Swende 2019-06-18 09:46:56 +0200
  • d589af14a8 simple fetchers (#1492) Anton Evangelatov 2019-06-18 08:47:27 +0200
  • f57d4f0802 swarm/storage: Support for uploading 100gb files (#1395) Zahoor Mohamed 2019-06-18 12:16:20 +0530
  • 604960938b
    Revert "simplification of Fetchers (#1344)" (#1491) Anton Evangelatov 2019-06-17 10:30:55 +0200
  • 0b724bd4d5
    simplification of Fetchers (#1344) Anton Evangelatov 2019-06-17 10:01:12 +0200
  • d6ccfd92f7
    Merge pull request #19725 from karalabe/goroutine-metrics Péter Szilágyi 2019-06-17 10:58:44 +0300
  • 5298eb7519
    metrics: gather and export threads and goroutines Péter Szilágyi 2019-06-17 10:53:17 +0300
  • 21adbe2fac
    docker: include git commit hash in swarm version (#1488) Rafael Matias 2019-06-14 15:49:18 +0200
  • 8b37def961 cmd/swarm-smoke: fix what we wanted to avoid (#1486) acud 2019-06-14 14:49:21 +0200
  • fce3e45f2b
    build: don't upload buildinfo (#1484) Rafael Matias 2019-06-14 14:24:12 +0200
  • 99db027993
    docker: fix run-smoke.sh path to binary (#1485) Anton Evangelatov 2019-06-14 14:22:55 +0200
  • 8a1f6a6c6f
    README: add docker section and fix license section (#1483) Rafael Matias 2019-06-14 12:18:56 +0200
  • 9704ced894
    cmd/swarm-smoke: add paging to trackChunks (#1464) acud 2019-06-14 10:46:41 +0200
  • 79c90dce20 appveyor: bump to Go 1.12.6 (#19709) Samuel Marks 2019-06-14 05:48:04 +1000
  • 99a431cf50
    version: update to v0.4.2 unstable (#1470) Rafael Matias 2019-06-13 17:45:36 +0200
  • 0b9a3ea407
    swarm: release v0.4.1 (#1469) v0.4.1 Rafael Matias 2019-06-13 16:32:55 +0200
  • 2f0b94fa1a
    network: bump proto versions due to change in OfferedHashesMsg (#1465) Anton Evangelatov 2019-06-13 16:11:46 +0200
  • 815a6d120f changelog: initial setup (#1466) Rafael Matias 2019-06-13 16:04:16 +0200
  • 2da6d1e047 README.md: update formatting (#19532) Giulio 2019-06-13 15:23:22 +0200
  • 4744b7c9d7 p2p/protocols: do not vendor swarm related packages (#1462) Anton Evangelatov 2019-06-13 15:11:00 +0200
  • 3243c7ba07 docker: create new dockerfiles that are context aware (#1463) Rafael Matias 2019-06-13 14:30:13 +0200
  • f213ceb83f p2p: add more info to peer addition and removal logs (#19712) Felix Lange 2019-06-13 11:51:12 +0200
  • 76e71cca3b
    network/stream: disable flaky TestStartNetworkSync test (#1458) Rafael Matias 2019-06-12 15:50:44 +0200
  • c8c3ebd593 les: reject client if it makes too many invalid requests (#19691) gary rong 2019-06-12 19:09:40 +0800
  • b3f7609d7d accounts/abi/bind: rename NewKeystoreTransactor (#19703) Marius van der Wijden 2019-06-12 13:06:37 +0200
  • b3f601427c
    storage: fix alignement panics on 32 bit arch (#1460) Rafael Matias 2019-06-12 12:55:36 +0200
  • 32dafea1f0
    Merge pull request #19701 from holiman/fixles Péter Szilágyi 2019-06-12 13:08:42 +0300
  • 3d7d7384ca
    Merge pull request #19702 from karalabe/txprop-stricter-limiting Péter Szilágyi 2019-06-12 13:07:56 +0300
  • fc4fee8649
    eth: enforce stricter known limits on idle peers Péter Szilágyi 2019-06-12 12:30:06 +0300
  • 3675b8545d
    les/handler: avoid lookup missing state Martin Holst Swende 2019-06-12 10:57:00 +0200
  • f709083e47
    api: temporary fix test failing on windows due to access denied (#1450) Rafael Matias 2019-06-12 10:00:46 +0200
  • 50e3795eef core/types: document RawSignatureValues (#19695) Felix Lange 2019-06-12 09:22:34 +0200
  • c4e8806d9b dashboard: update yarn.lock (#19697) Kurkó Mihály 2019-06-12 10:01:57 +0300
  • e865445f17 network/stream: remove cast for msg type (#1449) Anton Evangelatov 2019-06-12 08:55:15 +0200
  • 2b54666018 ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694) Felix Lange 2019-06-11 13:12:33 +0200
  • c420dcb39c
    p2p: enforce connection retry limit on server side (#19684) Felix Lange 2019-06-11 12:45:33 +0200
  • de220b8323
    docs: arch diagram - use source of truth images (#1434) Anton Evangelatov 2019-06-11 10:17:45 +0200
  • c0a034ec89 eth, les: reject stale request (#19689) gary rong 2019-06-11 15:40:32 +0800
  • 3d3e83ecff
    Merge pull request #19692 from karalabe/metrics-extensions Péter Szilágyi 2019-06-11 10:07:41 +0300
  • b02958b9c5
    core, ethdb, metrics, p2p: expose various counter metrics for grafana Péter Szilágyi 2019-06-10 14:21:02 +0300
  • f9c0e093ed core/rawdb: avoid O_APPEND (#19676) Frank Szendzielarz 2019-06-10 11:45:12 +0200
  • c1126aaa1b
    swarm/network/stream: add syncing test (#1399) acud 2019-06-10 10:52:19 +0200
  • 6f80629383 accounts: added transactorFromKeyStore (#19685) Marius van der Wijden 2019-06-08 15:19:26 +0200
  • afb9e6513f vendor: remove unused dependencies (#19683) Felix Lange 2019-06-07 16:51:18 +0200
  • e83c3ccc47
    p2p/enode: improve IPv6 support, add ENR text representation (#19663) Felix Lange 2019-06-07 15:31:00 +0200
  • 896322bf88
    cmd/devp2p: add devp2p debug tool (#19657) Felix Lange 2019-06-07 15:29:16 +0200
  • ee7ccbdb4d docs: initial swarm arch diagram (#1432) Anton Evangelatov 2019-06-07 13:27:20 +0200
  • 1b15c6da33 accounts/scwallet: Disable macos support (#19679) Guillaume Ballet 2019-06-07 11:41:54 +0200
  • ce43c2366d
    Merge pull request #19681 from karalabe/fix-libusb-docker Péter Szilágyi 2019-06-07 12:37:32 +0300
  • 9805288cdd
    vendor: pull in USB fix for docker (alpine/musl) Péter Szilágyi 2019-06-07 12:30:50 +0300
  • a4eeeedb37
    params: add new bootnodes Martin Holst Swende 2019-06-07 10:55:45 +0200
  • bedd06762d swarm-smoke: add debug flag (#1428) Anton Evangelatov 2019-06-06 15:06:18 +0200
  • 5663cb2c76
    docs: push syncing tags doc (#1429) Anton Evangelatov 2019-06-06 14:51:58 +0200
  • a454aa6c8d swarm,cmd: fix migration link, change loglevel severity (#1420) acud 2019-06-06 14:46:28 +0200
  • 19fa9064d7 SECURITY.md: create security policy (#19666) Ethan Heilman 2019-06-06 08:40:52 -0400
  • f01f3f266c
    Merge pull request #19674 from karalabe/usb-ios-fixup Péter Szilágyi 2019-06-06 12:50:03 +0300
  • c52390d078
    vendor: pull fixed usb library for nocgo builds Péter Szilágyi 2019-06-06 10:32:51 +0300
  • 2823ce0086 eth: check for DefaultConfig.NetworkId in test (#17599) Nguyen Kien Trung 2019-06-06 04:49:35 -0400
  • 30c2b1b06d
    Merge pull request #19671 from holiman/usbfix Péter Szilágyi 2019-06-05 16:52:31 +0300
  • 2fae1bde42
    account/usbwallet: abort usb enumeration after failures Martin Holst Swende 2019-06-05 10:57:10 +0200
  • b8ca3cb7d2 cmd/clef: enable smartcard hub (#19649) Guillaume Ballet 2019-06-05 15:27:37 +0200
  • 7c9307c683 cmd: Add retesteth command (to support execution and generation of tests via retesteth) (#19631) ledgerwatch 2019-06-05 13:03:23 +0100
  • 7641bbe535 eth/downloader: make syncing error more obvious (#19413) gary rong 2019-06-05 20:00:46 +0800
  • bd1887189c
    swarm/network/stream: remove dead code (#1422) Anton Evangelatov 2019-06-05 12:59:46 +0200
  • 645756cda5
    cmd/utils: close quote (#19665) Martin Holst Swende 2019-06-04 21:17:12 +0200
  • d97f0372b1 accounts/scwallet: don't error when pcsc socket is missing (#19662) Guillaume Ballet 2019-06-04 17:40:34 +0200
  • de38a1dbd4
    Merge pull request #19588 from gballet/trezor-fix-ownlib Péter Szilágyi 2019-06-04 18:06:11 +0300
  • 5d68400cad
    accounts/usbwallet, vendor: switch from HID to generic USB lib Péter Szilágyi 2019-06-01 17:19:47 +0300
  • 42b81f94ad swarm: code cleanup, move to ethersphere/swarm (#19661) Rafael Matias 2019-06-04 15:35:36 +0200
  • 6d0902da3c p2p/protocols: import to codebase, remove from vendor (#1416) Rafael Matias 2019-06-04 14:32:44 +0200
  • 70320ceeae Makefile: added support for "make swarm" command (#1412) Aron 2019-06-03 20:59:48 +0200
  • 15f24ff189 ethclient: ensure tx json is not nil before accessing it (#19653) Dmitry Shulyak 2019-06-03 18:52:02 +0300
  • 17381ecc66 core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584) Martin Holst Swende 2019-06-03 16:56:05 +0200
  • 3e522f2e7d appveyor: remove unused nsis task (#1410) Rafael Matias 2019-06-03 15:33:09 +0200
  • 1c8c8bac45 build/deb: fix deb.control for ethereum-swarm (#1414) Anton Evangelatov 2019-06-03 15:26:37 +0200
  • 809165fc5e
    ci/cd: fix azure blobstorage name (#1413) Rafael Matias 2019-06-03 15:16:56 +0200
  • b4cc7b660c
    accounts/usbwallet: recreate Trezor protocol, support old and new Péter Szilágyi 2019-05-28 23:17:00 +0300
  • 4799b5abd4
    accounts/usbwallet: support webusb for Trezor wallets Guillaume Ballet 2019-05-16 14:37:36 +0200
  • 2c80a4198f Appveyor branches: master only (#1409) Rafael Matias 2019-06-03 14:18:42 +0200
  • a83a84460e
    .github: fix contributing.md (#1408) Anton Evangelatov 2019-06-03 14:08:40 +0200
  • c5430df218
    README.md: modify installation instructions after repo split (#1407) Anton Evangelatov 2019-06-03 13:10:20 +0200
  • b046760db1 swarm: codebase split from go-ethereum (#1405) Rafael Matias 2019-06-03 12:28:18 +0200