Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Certified addresses #98

Merged
merged 41 commits into from
Mar 6, 2020
Merged

Certified addresses #98

merged 41 commits into from
Mar 6, 2020

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    263c5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b7936 View commit details
    Browse the repository at this point in the history
  3. go fmt

    yusefnapora committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    ad09bee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ba6ece View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a05a1e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    731dde0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c5732a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    8df072f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c26bc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    9d4e39c View commit details
    Browse the repository at this point in the history
  2. slight optimization

    yusefnapora committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c446558 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    c821f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924831e View commit details
    Browse the repository at this point in the history
  3. go fmt

    yusefnapora committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    714dc3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5cfa72 View commit details
    Browse the repository at this point in the history
  5. rm dead code

    yusefnapora committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    0c1916a View commit details
    Browse the repository at this point in the history
  6. doc comments

    yusefnapora committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    5b63f9f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    f368134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b0a8d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    ebf8ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f95388 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. adopt CertifiedAddrBook interface

    - removes CertifiedAddrs method from addr book implementations
    - asserts AddrBooks are also CertifiedAddrBooks
    - ensures we either have certified addrs or uncertified, but not both
    - updates tests for CertifiedAddrs
    yusefnapora authored and raulk committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    02e9e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c176d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7fc65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e6abc View commit details
    Browse the repository at this point in the history
  5. update to reflect name changes in -core

    yusefnapora authored and raulk committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    8c8e310 View commit details
    Browse the repository at this point in the history
  6. bump -core dep to new PR commit

    yusefnapora authored and raulk committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    57a7872 View commit details
    Browse the repository at this point in the history
  7. use go 1.13.x on travis

    yusefnapora authored and raulk committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    32e09db View commit details
    Browse the repository at this point in the history
  8. add a TODO.

    raulk committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    084bc23 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. pre-allocate addr slice

    yusefnapora committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    2e7d7b9 View commit details
    Browse the repository at this point in the history
  2. track changes in -core PR

    yusefnapora committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1f4670b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. fix slice allocation

    yusefnapora committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7a4e883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32f2a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. simplify addr book implementation

    since signed and unsigned addrs are now mutually exclusive,
    there's no benefit to keeping two lists of addresses.
    yusefnapora committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    1bda3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef508a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    681e2e5 View commit details
    Browse the repository at this point in the history
  2. fix doc comment

    yusefnapora committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    fc8dd0b View commit details
    Browse the repository at this point in the history
  3. go mod tidy.

    raulk committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    07a4aea View commit details
    Browse the repository at this point in the history
  4. fix some nits.

    raulk committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ffe5f0c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. temp: store all addresses in the addrbook.

    Temporarily store all addresses in the addrbook without
    classifying their provenance/authoritativeness; even in
    the presence of a signed peer record.
    raulk committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    18b766a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e44fe View commit details
    Browse the repository at this point in the history