1. 18 Jan, 2021 2 commits
  2. 16 Jan, 2021 2 commits
    • gary rong's avatar
      les: remove useless protocol defines (#22115) · 034ecc32
      gary rong authored
      This PR has two changes in the les protocol:
      
      - the auxRoot is not supported. See ethereum/devp2p#171 for more information
      - the empty response will be returned in GetHelperTrieProofsMsg request if the merkle
         proving is failed. note, for backward compatibility, the empty merkle proof as well as
         the request auxiliary data will still be returned in  les2/3 protocol no matter the proving
         is successful or not. the proving failure can happen e.g. request the proving for a
         non-included entry in helper trie (unstable header).
      034ecc32
    • Dan DeGreef's avatar
      c76573a9
  3. 15 Jan, 2021 3 commits
  4. 14 Jan, 2021 2 commits
  5. 13 Jan, 2021 5 commits
  6. 12 Jan, 2021 3 commits
  7. 11 Jan, 2021 4 commits
  8. 10 Jan, 2021 1 commit
    • gary rong's avatar
      core: persist bad blocks (#21827) · 5a1b3843
      gary rong authored
      * core: persist bad blocks
      
      * core, eth, internal: address comments
      
      * core/rawdb: add badblocks to inspector
      
      * core, eth: update
      
      * internal: revert
      
      * core, eth: only save 10 bad blocks
      
      * core/rawdb: address comments
      
      * core/rawdb: fix
      
      * core: address comments
      5a1b3843
  9. 09 Jan, 2021 1 commit
  10. 08 Jan, 2021 2 commits
    • Marius van der Wijden's avatar
      ethclient: better test suite for ethclient package (#22127) · 889f5645
      Marius van der Wijden authored
      This commit extends the ethclient test suite and increases code coverage of the ethclient
      package from ~15% to >55%. These tests act as early smoke tests to signal issues in the
      RPC-interface. E.g. if a functionality like eth_chainId or eth_call breaks, the test
      will break.
      889f5645
    • Martin Holst Swende's avatar
      cmd/faucet: fix nonce-gap problem (#22145) · 6b88ab75
      Martin Holst Swende authored
      * cmd/faucet: avoid encoding for each client
      
      * cmd/faucet: fix flaw in clearing of txs, avoid sending more than necessary
      
      * cmd/faucet: fix flaw in tx cropping
      
      * cmd/faucet: revert change to not always send tx info
      
      * cmd/faucet: review fixes
      
      * cmd/faucet: revert #22018, fix order in UI
      
      * cmd/faucet: fix lock error
      
      * cmd/faucet: revert json changes
      
      * squashme
      6b88ab75
  11. 07 Jan, 2021 9 commits
  12. 06 Jan, 2021 3 commits
  13. 05 Jan, 2021 3 commits