good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 31, 2021
  2. Aug 25, 2021
    • Sina Mahmoodi's avatar
      node: remove dependency on wallet backend packages (#23019) · 108eec3f
      Sina Mahmoodi authored
      * accounts: new AddBackends method in manager
      
      * node,cmd/geth: mv accman backend init to cmd/geth
      
      * node,cmd/geth: mv scrypt config downstreawm from node
      
      * accounts: use static buffer size for accman sub chan
      
      minor fix
      
      * accounts,cmd/geth: update accman backends through its event loop
      
      * accounts,node: add comments
      
      * accounts: un-export newBackendEvent
      
      * accounts: use chan instead of wg in newBlockEvent
      
      * node: rename isKeyDirEphem
      
      * accounts,cmd: AddBackends->AddBackend
      
      * accounts: fix potential blocking when adding backend
      108eec3f
    • baptiste-b-pegasys's avatar
      cmd/devp2p/internal/ethtest: remove WriteTo method (#23379) · 154b525c
      baptiste-b-pegasys authored
      WriteTo is unused, and go vet warns about it because it
      doesn't match the usual signature of the io.WriterTo method.
      154b525c
    • Felix Lange's avatar
      all: add go:build lines (#23468) · 8a134014
      Felix Lange authored
      Generated by go1.17 fmt ./...
      8a134014
    • Martin Holst Swende's avatar
      cmd/evm: add difficulty calculation to t8n tool (#23353) · 84c51bc5
      Martin Holst Swende authored
      This PR adds functionality to the evm t8n to calculate ethash difficulty. If the caller does not provide a currentDifficulty, but instead provides the parentTimestamp (well, semi-optional, will default to 0 if not given), and parentDifficulty, we can calculate it for him.
      
      The caller can also provide a parentUncleHash. In most, but not all cases, the parent uncle hash also affects the formula. If no such hash is provided (or, if the empty all-zero hash is provided), it's assumed that there were no uncles.
      84c51bc5
  3. Aug 24, 2021
  4. Aug 20, 2021
  5. Aug 17, 2021
  6. Aug 10, 2021
  7. Aug 07, 2021
  8. Aug 03, 2021
  9. Aug 02, 2021
  10. Jul 29, 2021
  11. Jul 27, 2021
  12. Jul 22, 2021
  13. Jul 07, 2021
  14. Jul 06, 2021
  15. Jul 02, 2021
  16. Jun 30, 2021
  17. Jun 29, 2021
  18. Jun 28, 2021
    • Zsolt Felföldi's avatar
      eth/gasprice: implement feeHistory API (#23033) · 35dbf7a8
      Zsolt Felföldi authored
      
      * eth/gasprice: implement feeHistory API
      
      * eth/gasprice: factored out resolveBlockRange
      
      * eth/gasprice: add sanity check for missing block
      
      * eth/gasprice: fetch actual gas used from receipts
      
      * miner, eth/gasprice: add PendingBlockAndReceipts
      
      * internal/ethapi: use hexutil.Big
      
      * eth/gasprice: return error when requesting beyond head block
      
      * eth/gasprice: fixed tests and return errors correctly
      
      * eth/gasprice: rename receiver name
      
      * eth/gasprice: return directly if blockCount == 0
      
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      35dbf7a8
  19. Jun 25, 2021
    • piersy's avatar
      cmd/geth: fix IPC probe in les test (#23094) · 0e696136
      piersy authored
      Previously, the test waited a second and then failed if geth had not
      started. This caused the test to fail intermittently. This change checks
      whether the IPC is open 10 times over a 5 second period and then fails
      if geth is still not available.
      0e696136
  20. Jun 09, 2021
  21. Jun 08, 2021
  22. Jun 07, 2021
  23. Jun 03, 2021
  24. May 31, 2021
  25. May 27, 2021
  26. May 25, 2021
    • rene's avatar
      cmd/devp2p: refactor eth test suite (#22843) · 49bde05a
      rene authored
      This PR refactors the eth test suite to make it more readable and
      easier to use. Some notable differences:
      
      - A new file helpers.go stores all of the methods used between
        both eth66 and eth65 and below tests, as well as methods shared
        among many test functions.
      - suite.go now contains all of the test functions for both eth65
        tests and eth66 tests.
      - The utesting.T object doesn't get passed through to other helper methods,
        but is instead only used within the scope of the test function,
        whereas helper methods return errors, so only the test function
        itself can fatal out in the case of an error.
      - The full test suite now only takes 13.5 seconds to run.
      49bde05a
    • Denis Ermolin's avatar
      chg: option to disable bor logs · 58d55c52
      Denis Ermolin authored
      58d55c52
  27. May 18, 2021
Loading