Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mega update #4610

Merged
merged 25 commits into from
Jan 30, 2018
Merged

mega update #4610

merged 25 commits into from
Jan 30, 2018

Commits on Jan 24, 2018

  1. gx: mass update

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    fe8846f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. switch to fast base58 library

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    d82b527 View commit details
    Browse the repository at this point in the history
  2. fix tests that use invalid peer IDs

    Our code now better validates peer IDs.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    8899e98 View commit details
    Browse the repository at this point in the history
  3. Update ipns validator

    License: MIT
    Signed-off-by: Dirk McCormick <dirkmdev@gmail.com>
    dirkmc authored and Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    281d5ea View commit details
    Browse the repository at this point in the history
  4. Remove unneccesary split in IpnsValidator

    License: MIT
    Signed-off-by: Dirk McCormick <dirkmdev@gmail.com>
    dirkmc authored and Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    b90d7bd View commit details
    Browse the repository at this point in the history
  5. go fmt

    License: MIT
    Signed-off-by: Dirk McCormick <dirkmdev@gmail.com>
    dirkmc authored and Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    f6d507b View commit details
    Browse the repository at this point in the history
  6. Fix ipns validator key parsing

    License: MIT
    Signed-off-by: Dirk McCormick <dirkmdev@gmail.com>
    dirkmc authored and Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    fdb0046 View commit details
    Browse the repository at this point in the history
  7. gx update badger ds (fix internal deps issue)

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    49569a6 View commit details
    Browse the repository at this point in the history
  8. dagmodifier: remove useless offset update

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    730754d View commit details
    Browse the repository at this point in the history
  9. merkledag: switch to new dag interface

    Also:
    
    * Update the blockstore/blockservice methods to match.
    * Construct a new temporary offline dag instead of having a
      GetOfflineLinkService method.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    d154b4a View commit details
    Browse the repository at this point in the history
  10. namesys: remove unecessary peerID cast

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    0d12a97 View commit details
    Browse the repository at this point in the history
  11. make code-climate happier

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    699b2c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. cmds: can't call SetError after SetOutput

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1159abd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. fix dht tests

    we no longer allow putting values with arbitrary keys.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    97cb6a0 View commit details
    Browse the repository at this point in the history
  2. note issue for failing dht test cases

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    d73bf86 View commit details
    Browse the repository at this point in the history
  3. fix namesys pubsub sharness tests

    We *expect* name resolution to fail as nothing has been published.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    e049228 View commit details
    Browse the repository at this point in the history
  4. remove new DHT record author check

    We're going to just fix this a future commit. *This* change breaks publishing
    IPNS records using alternative IPNS keys (because the author signature (peer ID)
    differs from the record signature).
    
    We're going to fix it by validating the IPNS signature and ditching the
    author/signature fields.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    118ecb2 View commit details
    Browse the repository at this point in the history
  5. make base64 decoding cross-platform

    support both the -D and the -d flag.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    d0998a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. update go-lib2p-loggables

    fixes a UUID bug I introduced (UUIDs were always an error value)
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    5acbecc View commit details
    Browse the repository at this point in the history
  2. handle error from changed NewFloodSub method

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    faae63f View commit details
    Browse the repository at this point in the history
  3. switch base64 decoder based on OS

    Less magical.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    1054826 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. fix error in test case

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f1aba97 View commit details
    Browse the repository at this point in the history
  2. rename import of go-ipld-format from node/format to ipld

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f9d935b View commit details
    Browse the repository at this point in the history
  3. update go-ds-badger

    fixes #4524
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    87c6914 View commit details
    Browse the repository at this point in the history
  4. update comment to note that we're punting on this

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    2379aa0 View commit details
    Browse the repository at this point in the history