1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 389bd75142 travis: isolate linter and tests jobs (#19883) Tyler Ferrara 2019-07-25 01:51:31 -0400
  • 388d8ccd9f
    PoC: Network simulation framework (#1555) Rafael Matias 2019-07-24 17:00:13 +0200
  • 08e5cd94a9
    params: begin Geth v1.9.2 release cycle Péter Szilágyi 2019-07-24 09:44:37 +0300
  • b7b2f60f86
    params: release Geth v1.9.1 v1.9.1 Péter Szilágyi 2019-07-24 09:41:48 +0300
  • 530f78e22d eth, internal, les: add getHeaderBy* APIs (#19669) gary rong 2019-07-23 21:52:24 +0800
  • 57d9c93dcd vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966) Alexander van der Meij 2019-07-23 14:06:44 +0200
  • 4f56790efc
    signer/fourbytes: fix up error messages (#19877) Péter Szilágyi 2019-07-23 13:06:31 +0300
  • 78ab411aac
    Merge pull request #19875 from karalabe/dev-4gb-cache Péter Szilágyi 2019-07-23 12:54:20 +0300
  • f08eb04896 les: get rid of testing tx journal (#19876) gary rong 2019-07-23 17:53:35 +0800
  • 3b96c17fc1 cmd/faucet: add grace period to faucet timeout (#18105) wbt 2019-07-23 05:52:41 -0400
  • 4ac941a9fc
    cmd/geth: skip 4GB memory bump for devnet Péter Szilágyi 2019-07-23 12:18:22 +0300
  • b80c840af3 core, les: fix les unit tests (#19823) gary rong 2019-07-22 20:45:40 +0800
  • a32a2b933a cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869) Christian Muehlhaeuser 2019-07-22 12:34:41 +0200
  • 04e175b8ec rpc: implement websockets with github.com/gorilla/websocket (#19866) Felix Lange 2019-07-22 12:22:39 +0200
  • e8141e1685
    Merge pull request #19873 from karalabe/author-1.9.1 Péter Szilágyi 2019-07-22 12:57:54 +0300
  • 82985075f7
    Merge pull request #19872 from karalabe/cht-1.9.1 Péter Szilágyi 2019-07-22 12:45:33 +0300
  • b973eddd28
    build: deduplicate same authors with different casing Péter Szilágyi 2019-07-22 12:31:11 +0300
  • 1a83114c74
    all: update author list and licenses Péter Szilágyi 2019-07-22 12:17:27 +0300
  • 364e485e51
    build: update license exclusions, case insensitive author list Péter Szilágyi 2019-07-22 12:16:51 +0300
  • 28fea9c5af
    params: bump hard-coded CHTs to 22nd July values Péter Szilágyi 2019-07-22 11:26:07 +0300
  • 57fc1d21e1 cmd/geth, core/rawdb: add missing error checks (#19871) Christian Muehlhaeuser 2019-07-22 09:51:13 +0200
  • cc3ef1e4f4 cmd, crypto, eth, internals: fix Typos (#19868) Kitten King 2019-07-22 13:04:33 +0530
  • 5183483c53 core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870) Christian Muehlhaeuser 2019-07-22 09:30:09 +0200
  • 9720da34db
    network: structured output for kademlia table (#1586) Anton Evangelatov 2019-07-19 13:35:11 +0200
  • a1f8549262 p2p: add ENR to PeerInfo (#19816) Kurkó Mihály 2019-07-19 12:25:43 +0300
  • 090197227f
    client: add bzz client, update smoke tests (#1582) Anton Evangelatov 2019-07-18 18:49:20 +0200
  • e8c9579fb7
    Merge pull request #19856 from karalabe/chaindb-property-fix Péter Szilágyi 2019-07-18 16:36:14 +0300
  • 433cb564e9
    internal/ethapi: fix debug.chaindbProperty Péter Szilágyi 2019-07-18 16:15:09 +0300
  • 8485f7cc7b
    Merge pull request #19854 from karalabe/genesis-commit-check Péter Szilágyi 2019-07-18 16:03:36 +0300
  • 61a20cb56d
    core: check error before accessing potentially nil block Péter Szilágyi 2019-07-18 15:26:22 +0300
  • f088c650a5 all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) Felix Lange 2019-07-18 14:21:24 +0200
  • 9466b9eec5 signer/core: fix reference issue in key derivation (#19827) Guillaume Ballet 2019-07-18 14:17:32 +0200
  • 48857ae88e
    swarm-smoke: fix check max prox hosts for pull/push sync modes (#1578) Anton Evangelatov 2019-07-17 16:21:50 +0200
  • 4ac04ae0fe all: replace fmt.Print* calls with t.Log* in tests (#19670) 大彬 2019-07-17 19:20:24 +0800
  • 8f80cafa10 core: fix write concurrency in txpool (#19835) gary rong 2019-07-17 18:39:41 +0800
  • 31a1f164d9 common/bitutil: use result of TestBytes to prevent dead code elimination (#19846) David Chase 2019-07-17 04:23:43 -0400
  • ad77f43b9d
    cmd/swarm: allow using a network interface by name for nat purposes (#1557) Rafael Matias 2019-07-16 09:35:04 +0200
  • 6bd896a97f eth: add debug_accountRange (#17438) jwasinger 2019-07-13 07:48:55 -0600
  • 49a7ee460e eth: fix storageRangeAt for empty blocks (#18076) cdetrio 2019-07-12 11:43:07 -0400
  • 9d96d9bef5
    pss: disable TestForwardBasic (#1544) Anton Evangelatov 2019-07-11 18:17:26 +0200
  • 252150918c cmd, eth: fix dump config issue (#19825) gary rong 2019-07-11 19:37:08 +0800
  • 72029f0f88
    params: begin Geth v1.9.1 release cycle Péter Szilágyi 2019-07-10 10:42:44 +0300
  • 52f2461774
    params: release Geth v1.9.0 v1.9.0 Péter Szilágyi 2019-07-10 10:41:15 +0300
  • 54d0eeb494
    Merge pull request #19818 from rjl493456442/encap-les Péter Szilágyi 2019-07-10 09:29:14 +0300
  • c705aac826
    cmd, eth, les: make les flags conform to dotted style Péter Szilágyi 2019-07-10 08:54:06 +0300
  • c6a9616cfd
    cmd: encapsulate les relative cli options rjl493456442 2019-07-10 10:08:59 +0800
  • 8c4bc4f7ef
    Merge pull request #19814 from karalabe/ulc-fixup Péter Szilágyi 2019-07-10 08:31:35 +0300
  • 7101f65a8b
    api, network: count chunk deliveries per peer (#1534) Anton Evangelatov 2019-07-09 22:50:06 +0200
  • e970d60d37
    Merge pull request #19815 from karalabe/go-1.12.7 Péter Szilágyi 2019-07-09 21:04:31 +0300
  • 2808bc68b9
    appveyor: bump builder to Go 1.12.7 Péter Szilágyi 2019-07-09 21:03:37 +0300
  • 213690cdfd
    cmd, eth, les: fix up ultra light config integration Péter Szilágyi 2019-07-09 20:30:24 +0300
  • 7527215a68 core/state: fix random test args (#19255) Sheldon 2019-07-09 16:32:28 +0800
  • 8c249cb82f
    Merge pull request #19810 from karalabe/txpool-noncer Péter Szilágyi 2019-07-09 11:02:13 +0300
  • a966425a1d
    core: kill off managed state, use own tiny noncer for txpool Péter Szilágyi 2019-07-09 10:34:35 +0300
  • 5873c01c3d
    Merge pull request #19807 from karalabe/cht Péter Szilágyi 2019-07-09 02:19:49 +0300
  • 1bed5afd92
    params: bump all CHTs, deploy all checkpoint oracles Péter Szilágyi 2019-07-09 02:05:01 +0300
  • 16e313699f cmd/puppeth: integrate blockscout (#18261) gary rong 2019-07-09 01:49:11 +0800
  • fa538ee7ed p2p/discover: improve randomness of ReadRandomNodes (#19799) Felix Lange 2019-07-08 17:58:03 +0200
  • 983f92368b
    core/forkid: implement the forkid EIP, announce via ENR (#19738) Péter Szilágyi 2019-07-08 18:53:47 +0300
  • cc0f0e27a6 p2p: remove "cap" enr entry (#19800) Felix Lange 2019-07-08 17:41:41 +0200
  • 22060611fb cmd/abigen: refactor command line interface (#19797) gary rong 2019-07-08 20:59:07 +0800
  • af3b5e9ce1
    network/newstream: new stream! protocol base implementation (#1500) acud 2019-07-08 13:25:56 +0300
  • cdfe9a3a2a eth, les: add sanity checks for unbounded block fields (#19573) Martin Holst Swende 2019-07-08 11:42:22 +0200
  • 5bc9ccfa0a
    accounts/abi/bind: link dependent libs in deploy (#19718) Guillaume Ballet 2019-07-08 10:27:05 +0200
  • f2eb3b1c56 core: lessen mem-spike during 1.8->1.9 conversion (#19610) Martin Holst Swende 2019-07-08 10:24:16 +0200
  • 7fd82a0e3e p2p: add address info to peer event reporting (#19716) Martin Holst Swende 2019-07-05 20:27:13 +0200
  • 7deac5693c
    swarm: fix bzz_info.port when using dynamic port allocation (#1537) Rafael Matias 2019-07-05 12:15:17 +0200
  • dcc4adfcd7 cmd/geth: wrong memory size sanitizing on OpenBSD (#19793) Guillaume Ballet 2019-07-05 12:13:21 +0200
  • d5f6ee4620
    cmd/swarm: make bzzaccount flag optional and add bzzkeyhex flag (#1531) Rafael Matias 2019-07-04 13:14:10 +0200
  • fb73e6cb9b
    cmd/swarm: remove separate function to parse env vars (#1536) Rafael Matias 2019-07-04 13:13:39 +0200
  • d9c75cd10e
    accounts/abi/bind: fix typo in comments (#19791) Guillaume Ballet 2019-07-04 10:00:34 +0200
  • 6814797173 accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) gary rong 2019-07-04 03:54:59 +0800
  • 59a3198382 les: remove half-finished priority pool APIs (#19780) gary rong 2019-07-04 02:23:06 +0800
  • 8d2cf028a5 vendor: update karalabe/usb to fix CGO=0 builds (#19790) Guillaume Ballet 2019-07-03 17:22:27 +0200
  • 5f5de49cd9 accounts/abi: enable struct golang binding generation (#18491) gary rong 2019-07-03 18:17:43 +0800
  • ca6c8c2af4 core: fix receipt insertion (#19764) gary rong 2019-07-03 16:19:15 +0800
  • 802074cba9 core: fix chain indexer (#19786) gary rong 2019-07-03 16:18:48 +0800
  • a6e64aea67
    network/bitvector: Multibit set/unset + string rep (#1530) lash 2019-07-02 18:08:00 +0200
  • 32273df0ea core: fix chain indexer reorg bug (#19748) Felföldi Zsolt 2019-07-02 14:30:32 +0200
  • de6facb966
    Merge pull request #19784 from karalabe/fix-constantinople-fix Péter Szilágyi 2019-07-02 14:59:28 +0300
  • 22411919da
    cmd, eth, les, param: drop --override.constantinople Péter Szilágyi 2019-07-02 14:14:59 +0300
  • a0943b8932
    cmd/clef, signer: refresh tutorial, fix noticed issues (#19774) Péter Szilágyi 2019-07-02 14:01:47 +0300
  • 6bf5555c4f
    accounts/abi/bind: Accept function ptr parameter (#19755) Guillaume Ballet 2019-07-02 09:52:58 +0200
  • 0b26a826e9 accounts/abi: Fix method overwritten by same name methods. (#17099) zer0to0ne 2019-07-01 22:51:21 +0800
  • b3f21ddbba
    swarm: 0.4.3 unstable (#1526) Anton Evangelatov 2019-06-28 12:22:07 +0200
  • 3cdc45ee0f travis: also build on release tags (#1527) v0.4.2 Rafael Matias 2019-06-28 12:02:47 +0200
  • bef511363e
    swarm: release v0.4.2 (#1496) Anton Evangelatov 2019-06-28 11:19:28 +0200
  • fb75cdce03
    network: bump bzz stream hive (#1522) Anton Evangelatov 2019-06-28 10:21:14 +0200
  • f7cdea2bdc all: on-chain oracle checkpoint syncing (#19543) gary rong 2019-06-28 15:34:02 +0800
  • 13774a8aee
    docker: update ca-certificates file (#1525) Rafael Matias 2019-06-27 18:06:09 +0200
  • 702f52fb99 les: prefer nil slices over zero-length slices (#19081) Matthew Halpern 2019-06-27 02:03:57 -0700
  • 6069b1a5f5 mobile: fix mobile interface (#19180) gary rong 2019-06-27 16:48:13 +0800
  • 4d66995fee
    Add swarm guide to /docs (#1513) Rafael Matias 2019-06-26 10:18:32 +0200
  • fd072c2fd1 eth: fix sync bloom panic (#19757) gary rong 2019-06-26 16:00:21 +0800
  • 54fd263b40
    whisper: PoW calculations as specified in EIP-627 (#19753) Guillaume Ballet 2019-06-25 12:01:34 +0200
  • 2ca89ea479 cmd/evm: evm input minor fixes (#19740) Martin Holst Swende 2019-06-25 10:03:04 +0200
  • 1da5e0ebb0 core/state, cmd/geth: streaming json output for dump command (#15475) Martin Holst Swende 2019-06-24 16:16:44 +0200
  • e4a1488b2f abi: adding the method EventByID and its test (#19359) salanfe 2019-06-24 12:52:50 +0200
  • 98099d6fa7 rpc: fix subscription buffer documentation and test (#19747) Rob Mulholand 2019-06-24 05:43:18 -0500
  • 92a90d7578 graphql: check the integrity of the CDN files (#19742) Kurkó Mihály 2019-06-24 11:56:55 +0300