good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 02, 2021
  2. Jan 29, 2021
  3. Jan 28, 2021
    • Sina Mahmoodi's avatar
      cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) · eb21c652
      Sina Mahmoodi authored
      Removes the yolov2 definition, adds yolov3, including EIP-2565. This PR also disables some of the erroneously generated blockchain and statetests, and adds the new genesis hash + alloc for yolov3. 
      This PR disables the CLI switches for yolo, since it's not complete until we merge support for 2930. 
      eb21c652
  4. Jan 26, 2021
    • Zsolt Felföldi's avatar
      les: switch to new discv5 (#21940) · a72fa88a
      Zsolt Felföldi authored
      
      This PR enables running the new discv5 protocol in both LES client
      and server mode. In client mode it mixes discv5 and dnsdisc iterators
      (if both are enabled) and filters incoming ENRs for "les" tag and fork ID.
      The old p2p/discv5 package and all references to it are removed.
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      a72fa88a
  5. Jan 25, 2021
    • Gary Rong's avatar
      eth/tracers: move tracing APIs into eth/tracers (#22161) · adf130de
      Gary Rong authored
      This moves the tracing RPC API implementation to package eth/tracers.
      By doing so, package eth no longer depends on tracing and the duktape JS engine.
      
      The change also enables tracing using the light client. All tracing methods work with the
      light client, but it's a lot slower compared to using a full node.
      adf130de
  6. Jan 19, 2021
  7. Jan 18, 2021
    • Marius van der Wijden's avatar
      cmd/geth: dump config for metrics (#22083) · 10555d46
      Marius van der Wijden authored
      * cmd/geth: dump config
      
      * cmd/geth: dump config
      
      * cmd/geth: properly read config again
      
      * cmd/geth: override metrics if flags are set
      
      * cmd/geth: write metrics regardless if enabled
      
      * cmd/geth: renamed to metricsfromcliargs
      
      * metrics: add default configuration
      10555d46
  8. Jan 14, 2021
  9. Jan 13, 2021
  10. Jan 12, 2021
  11. Jan 08, 2021
    • 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
  12. Jan 07, 2021
  13. Jan 06, 2021
  14. Jan 05, 2021
  15. Jan 04, 2021
  16. Dec 27, 2020
  17. Dec 17, 2020
  18. Dec 15, 2020
  19. Dec 14, 2020
  20. Dec 12, 2020
  21. Dec 11, 2020
    • Mudit Gupta's avatar
      cmd/faucet: use Twitter API instead of scraping webpage (#21850) · b47f4ca5
      Mudit Gupta authored
      This PR adds support for using Twitter API to query the tweet and author details. There are two reasons behind this change:
      
      - Twitter will be deprecating the legacy website on 15th December. The current method is expected to stop working then.
      - More importantly, the current system uses Twitter handle for spam protection but the Twitter handle can be changed via automated calls. This allows bots to use the same tweet to withdraw funds infinite times as long as they keep changing their handle between every request. The Rinkeby as well as the Goerli faucet are being actively drained via this method. This PR changes the spam protection to be based on Twitter IDs instead of usernames. A user can not change their Twitter ID.
      b47f4ca5
  22. Dec 09, 2020
  23. Dec 04, 2020
    • Martin Holst Swende's avatar
      cmd/geth: implement vulnerability check (#21859) · 15339cf1
      Martin Holst Swende authored
      
      * cmd/geth: implement vulnerability check
      
      * cmd/geth: use minisign to verify vulnerability feed
      
      * cmd/geth: add the test too
      
      * cmd/geth: more minisig/signify testing
      
      * cmd/geth: support multiple pubfiles for signing
      
      * cmd/geth: add @holiman minisig pubkey
      
      * cmd/geth: polishes on vulnerability check
      
      * cmd/geth: fix ineffassign linter nit
      
      * cmd/geth: add CVE to version check struct
      
      * cmd/geth/testdata: add missing testfile
      
      * cmd/geth: add more keys to versionchecker
      
      * cmd/geth: support file:// URLs in version check
      
      * cmd/geth: improve key ID printing when signature check fails
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      15339cf1
  24. Dec 03, 2020
  25. Dec 01, 2020
  26. Nov 30, 2020
  27. Nov 25, 2020
  28. Nov 24, 2020
  29. Nov 19, 2020
  30. Nov 18, 2020
  31. Nov 17, 2020
  32. Nov 13, 2020
Loading