good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 22, 2018
  2. May 21, 2018
  3. May 19, 2018
  4. May 18, 2018
  5. May 17, 2018
    • Felix Lange's avatar
      p2p/enr: updates for discovery v4 compatibility (#16679) · 6286c255
      Felix Lange authored
      This applies spec changes from ethereum/EIPs#1049 and adds support for
      pluggable identity schemes.
      
      Some care has been taken to make the "v4" scheme standalone. It uses
      public APIs only and could be moved out of package enr at any time.
      
      A couple of minor changes were needed to make identity schemes work:
      
      - The sequence number is now updated in Set instead of when signing.
      - Record is now copy-safe, i.e. calling Set on a shallow copy doesn't
        modify the record it was copied from.
      6286c255
  6. May 14, 2018
  7. May 10, 2018
  8. May 09, 2018
  9. May 08, 2018
  10. May 07, 2018
  11. May 04, 2018
    • Ivan Daniluk's avatar
      whisper/mailserver: pass init error to the caller (#16671) · d2fe83dc
      Ivan Daniluk authored
      * whisper/mailserver: pass init error to the caller
      
      * whisper/mailserver: add returns to fmt.Errorf
      
      * whisper/mailserver: check err in mailserver init test
      d2fe83dc
    • Eli's avatar
      signer: fix golint errors (#16653) · 16f3c317
      Eli authored
      * signer/*: golint fixes
      
      Specifically naming and comment formatting for documentation
      
      * signer/*: fixed naming error crashing build
      
      * signer/*: corrected error
      
      * signer/core: fix tiny error whitespace
      
      * signer/rules: fix test refactor
      16f3c317
  12. May 03, 2018
Loading