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

Better error handling #9

Merged
merged 4 commits into from
Jan 21, 2018
Merged

Better error handling #9

merged 4 commits into from
Jan 21, 2018

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    c4ab012 View commit details
    Browse the repository at this point in the history
  2. fix: add proper error handling for util API

    During (de)serialization or returning the CID there might be
    errors. Return those properly instead of throwing random
    exceptions.
    vmx committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    9810a46 View commit details
    Browse the repository at this point in the history
  3. refactor: Group tests a bit differently

    This way it's easier to find tests to the corresponding functions.
    vmx committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    432c771 View commit details
    Browse the repository at this point in the history
  4. refactor: using deep.equal() for buffers

    It's more idiomatic to use `deep.equal()` for buffers.
    vmx committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    3a462c4 View commit details
    Browse the repository at this point in the history