1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 6a53ce29a4
    ethstats: overwrite old errors Martin Holst Swende 2020-08-07 11:15:41 +0200
  • 8f24097836
    Merge pull request #21427 from karalabe/fix-statesync-delivery-time Péter Szilágyi 2020-08-07 15:27:00 +0300
  • 4b9c0ea76d
    eth/downloader: save the correct delivery time for state sync Péter Szilágyi 2020-08-07 15:16:29 +0300
  • 3bb8a4ed3f
    Merge pull request #21425 from holiman/leslock Péter Szilágyi 2020-08-07 12:32:01 +0300
  • 983cb25a07
    les: update checktime even if check fails Martin Holst Swende 2020-08-07 10:57:02 +0200
  • 68754f3931
    cmd/utils: grant snapshot cache to trie if disabled (#21416) Péter Szilágyi 2020-08-06 15:28:31 +0300
  • 5d4512b113
    eth: use maxQueuedTxAnns for to limit the number of transactions announced (#21419) timcooijmans 2020-08-06 14:19:00 +0200
  • d21303f9dd
    cmd/geth: fixes db unavailability for chain commands (#21415) rene 2020-08-06 09:24:36 +0200
  • 4fde0cabc1
    Merge pull request #21411 from holiman/fix_codelookup Péter Szilágyi 2020-08-06 08:09:15 +0300
  • 4a04127ce3
    cmd/geth: fix import / export issues related to DB unavailability (#21414) rene 2020-08-06 07:02:05 +0200
  • 2de37f28e0
    downloader: add eth65 tests (#21383) rene 2020-08-05 11:22:29 +0200
  • 5a88a7cf5b
    core: use errors.Is for consensus errors check (#21095) Robert Zaremba 2020-08-05 09:52:54 +0200
  • 1d25039ff5
    p2p/nat: limit UPNP request concurrency (#21390) Felix Lange 2020-08-05 09:51:37 +0200
  • 8ead45c20b
    core/vm: avoid map lookups for accessing jumpdest analysis Martin Holst Swende 2020-08-04 15:40:23 +0200
  • 82a9e11058
    ethstats: avoid concurrent write on websocket (#21404) Martin Holst Swende 2020-08-04 12:21:51 +0200
  • b35e4fce99
    core: avoid modification of accountSet cache in tx_pool (#21159) Hao Duan 2020-08-04 17:51:53 +0800
  • e24e05dd01
    cmd/devp2p: print enode:// URL in enrdump (#21270) Adam Schmideg 2020-08-04 11:33:07 +0200
  • 90dedea40f
    signer: EIP 712, parse bytes and bytesX as hex strings + correct padding (#21307) Natsu Kagami 2020-08-03 19:53:12 +0000
  • c0c01612e9
    node: refactor package node (#21105) rene 2020-08-03 19:40:46 +0200
  • b2b14e6ce3
    signer/core: EIP-712 encoded data should not reject a Domain without a ChainId (#21306) Natsu Kagami 2020-08-03 13:30:32 +0000
  • 290d6bd903
    rpc: add SetHeader method to Client (#21392) rene 2020-08-03 14:08:42 +0200
  • 9c2ac6fbd5
    rpc: remove silly use of ReadVarint in subscription ID generator (#21391) Felix Lange 2020-07-31 16:20:31 +0200
  • a00dc5095b
    Merge pull request #21358 from hendrikhofstadt/fix/tx-sort-time Péter Szilágyi 2020-07-30 10:23:36 +0300
  • ff90894636
    core/rawdb: convert some comments to godoc convention (#21384) meowsbits 2020-07-29 14:53:59 -0500
  • 9e04c5ec83
    core/bloombits: use single channel for shutdown (#20878) ucwong 2020-07-29 19:49:12 +0800
  • abf2d7d74f
    build: use -trimpath flag when building executables (#21374) Julian Y 2020-07-29 03:48:03 -0700
  • 1976bb3df0
    eth/downloader: remove eth62 (#21378) rene 2020-07-29 12:47:19 +0200
  • 350a0490ab
    les: fix unittest (#21382) gary rong 2020-07-29 18:44:14 +0800
  • 37564ceda6
    miner: refactor helper functions in worker.go (#21044) Robert Zaremba 2020-07-28 18:16:49 +0200
  • 28c5a8a54b
    les: implement new les fetcher (#20692) gary rong 2020-07-28 23:02:35 +0800
  • 298a19bbc6
    core: API-less transaction time sorting Péter Szilágyi 2020-07-28 17:13:04 +0300
  • c47052a580
    core: sort txs at the same gas price by received time Hendrik Hofstadt 2020-07-22 15:37:44 +0200
  • 93da0cf8a1
    cmd, core, eth, light, trie: dump clean cache periodically (#20391) gary rong 2020-07-28 21:30:31 +0800
  • 79ce5537ab
    signer/storage: fix a badly ordered error check (#21379) 6543 2020-07-28 11:47:05 +0200
  • 8e7bee9b56
    params: begin v1.9.19 release cycle Péter Szilágyi 2020-07-27 14:58:45 +0300
  • f538259187
    params: release Geth v1.9.18 v1.9.18 Péter Szilágyi 2020-07-27 14:53:53 +0300
  • b1be979443
    params: upgrade CHTs (#21376) gary rong 2020-07-27 17:57:15 +0800
  • e997f92caf
    Merge pull request #21368 from holiman/update_uint256 Péter Szilágyi 2020-07-24 15:02:52 +0300
  • 56434bfa89
    deps: update uint256 to v1.1.1 Martin Holst Swende 2020-07-24 14:00:08 +0200
  • 6793ffa12b
    Merge pull request #21300 from rjl493456442/txpool-fix-queued-evictions Péter Szilágyi 2020-07-24 11:14:42 +0300
  • 5413df1dfa
    core: fix heartbeat in txpool rjl493456442 2020-07-08 16:27:04 +0800
  • c374447401
    core: fix queued transaction eviction villanuevawill 2020-05-22 21:15:01 -0400
  • 105922180f
    eth/downloader: refactor downloader + queue (#21263) Martin Holst Swende 2020-07-24 09:46:26 +0200
  • 3a57eecc69
    mobile: fix build on iOS (#21362) Felix Lange 2020-07-23 19:15:40 +0200
  • 997b55236e
    build: fix GOBIN for gomobile commands (#21361) Felix Lange 2020-07-23 12:34:08 +0200
  • 4c268e65a0
    cmd/utils: implement configurable developer (--dev) account options (#21301) meowsbits 2020-07-22 22:47:34 -0500
  • 0b53e485d8
    Merge pull request #21352 from karalabe/dev-noinit-genesis Péter Szilágyi 2020-07-22 17:39:08 +0300
  • 9e22e912e3
    cmd/utils: reuse existing genesis in persistent dev mode Péter Szilágyi 2020-07-21 15:53:47 +0300
  • 123864fc05
    whisper/whisperv6: improve test error messages (#21348) rene 2020-07-21 10:53:06 +0200
  • 7163a6664e
    ethclient: serialize negative block number as "pending" (#21177) Sammy Libre 2020-07-21 13:51:15 +0500
  • 4366c45e4e
    les: make clientPool.connectedBias configurable (#21305) Binacs 2020-07-21 16:23:40 +0800
  • 3a52c4dcf2
    Merge pull request #21336 from karalabe/tiny-ref-optimization Péter Szilágyi 2020-07-21 10:53:12 +0300
  • 722b742780
    params: begin v1.9.18 release cycle Péter Szilágyi 2020-07-20 15:58:33 +0300
  • 748f22c192
    params: release Geth v1.9.17 v1.9.17 Péter Szilágyi 2020-07-20 15:56:42 +0300
  • 43e2e58cbd
    accounts, internal: fix funding check when estimating gas (#21346) gary rong 2020-07-20 20:52:42 +0800
  • 35ddf36229
    Merge pull request #21347 from karalabe/ethstats-fixes Péter Szilágyi 2020-07-20 11:47:13 +0300
  • 0fef66c739
    ethstats: fix reconnection issue, implement primus pings Péter Szilágyi 2020-07-20 11:11:38 +0300
  • 508891e64b
    core/vm: use pointers to operations vs. copy by value Péter Szilágyi 2020-07-16 15:32:01 +0300
  • 9e88224eb8
    core: raise gas limit in --dev mode, seed blake precompile (#21323) Nikola Madjarevic 2020-07-16 14:08:38 +0200
  • 295693759e
    core/vm: less allocations for various call variants (#21222) Martin Holst Swende 2020-07-16 14:06:19 +0200
  • 240d1851db
    trie: quell linter in commiter.go (#21329) Guillaume Ballet 2020-07-15 10:00:04 +0200
  • 6c9f040ebe
    core: transaction pool optimizations (#21328) Martin Holst Swende 2020-07-14 21:42:32 +0200
  • 5b081ab214
    cmd/clef: change --rpcport to --http.port and update flags in docs (#21318) rene 2020-07-14 10:35:32 +0200
  • 6ef4495a8f
    p2p/discover: require table nodes to have an IP (#21330) Felix Lange 2020-07-13 22:25:45 +0200
  • 79addac698
    core/rawdb: better log messages for ancient failure (#21327) gary rong 2020-07-14 02:43:30 +0800
  • 7d5267e3a2
    .github: Change Code Owners (#21326) rene 2020-07-13 16:20:20 +0200
  • 4edbc1f2bb
    internal/ethapi: cap txfee for SignTransaction and Resend (#21231) gary rong 2020-07-13 18:45:39 +0800
  • 6cf6e1d753
    README.md: point Go API reference link to pkg.go.dev (#21321) Tien 2020-07-13 16:22:30 +0700
  • 2e08dad9e6
    p2p/discv5: unset pingEcho on pong timeout (#21324) libotony 2020-07-13 17:20:47 +0800
  • af258efdb9
    light: goimports -w (#21325) Felix Lange 2020-07-13 11:17:49 +0200
  • 6eef141aef
    les: historical data garbage collection (#19570) gary rong 2020-07-13 17:02:54 +0800
  • b8dd0890b3 params: begin v1.9.17 release cycle Felix Lange 2020-07-10 12:40:31 +0200
  • ea3b00ad75 params: go-ethereum v1.9.16 stable v1.9.16 Felix Lange 2020-07-10 12:38:48 +0200
  • feb40e3a4d
    accounts/external: remove dependency on internal/ethapi (#21319) gary rong 2020-07-10 17:33:31 +0800
  • beabf95ad7
    cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests and docs (#21317) rene 2020-07-09 17:48:40 +0200
  • 6ccce0906a
    common/math: use math/bits intrinsics for Safe* (#21316) Felix Lange 2020-07-09 17:45:49 +0200
  • bcb3087450 Revert "core, txpool: less allocations when handling transactions (#21232)" Felix Lange 2020-07-09 14:02:03 +0200
  • 967d8de77a
    eth/downloader: fix peer idleness tracking when restarting state sync (#21260) Martin Holst Swende 2020-07-08 23:08:08 +0200
  • 7a556abe15
    go.mod: upgrade to github.com/golang/snappy with arm64 asm (#21304) ucwong 2020-07-08 20:06:53 +0800
  • 5b1cfdef89
    eth: increase timeout in TestBroadcastBlock (#21299) Martin Holst Swende 2020-07-08 11:50:26 +0200
  • c16967c267
    cmd/clef: Fix broken link in README and other minor fixes (#21303) chris-j-h 2020-07-07 21:23:23 +0100
  • 6a48ae37b2
    cmd/devp2p: add discv4 test suite (#21163) Adam Schmideg 2020-07-07 14:37:33 +0200
  • e5871b928f
    cmd/clef: Update README with external v6.0.0 & internal v7.0.1 APIs (#21298) chris-j-h 2020-07-07 10:12:38 +0100
  • 6d8e51ab88
    cmd, node: dump empty value config (#21296) gary rong 2020-07-07 04:09:30 +0800
  • 6315b6fcc0
    rlp: reduce allocations for big.Int and byte array encoding (#21291) Felix Lange 2020-07-06 11:17:09 +0200
  • fa01117498
    build/ci: handle split up listing (#21293) Martin Holst Swende 2020-07-04 20:10:48 +0200
  • 490b380a04
    cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) meowsbits 2020-07-03 12:12:22 -0500
  • 61270e5e1c
    eth/gasprice: lighter gas price oracle for light client (#20409) gary rong 2020-07-03 20:50:35 +0800
  • 07a95ce571
    les/checkpointoracle: don't lookup checkpoint more than once per minute (#21285) Martin Holst Swende 2020-07-02 10:15:11 +0200
  • 04c4e50d72
    ethapi: don't crash when keystore-specific methods are called but external signer used (#21279) Martin Holst Swende 2020-07-02 10:00:18 +0200
  • 7451fc637d
    internal/ethapi: default gas to maxgascap, not max int64 (#21284) Martin Holst Swende 2020-07-02 09:43:42 +0200
  • 12867d152c
    rpc, internal/ethapi: default rpc gascap at 25M + better error message (#21229) Martin Holst Swende 2020-07-01 19:54:21 +0200
  • af5c97aebe
    core, txpool: less allocations when handling transactions (#21232) Marius van der Wijden 2020-07-01 19:35:26 +0200
  • 8dfd66f701
    rlp: avoid list header allocation in encoder (#21274) Marius van der Wijden 2020-07-01 13:49:19 +0200
  • ec51cbb5fb
    cmd/geth: LES priority client test (#20719) Adam Schmideg 2020-07-01 10:31:11 +0200
  • d671dbd5b7
    eth/downloader: fixes data race between synchronize and other methods (#21201) Marius van der Wijden 2020-06-30 19:43:29 +0200
  • 1e635bd0bd
    go.mod: updated crypto deps causing build failure (#21276) rene 2020-06-30 16:05:59 +0200
  • b86b1e6d43
    go.mod: bump gopsutil version (#21275) Guillaume Ballet 2020-06-30 15:22:21 +0200
  • ddeea1e0c6
    core: types: less allocations when hashing and tx handling (#21265) Marius van der Wijden 2020-06-30 11:59:06 +0200
  • e376d2fb31
    cmd/evm: add state transition tool for testing (#20958) Martin Holst Swende 2020-06-30 10:12:51 +0200