1. 21 Aug, 2021 1 commit
  2. 10 Jun, 2021 1 commit
  3. 25 May, 2020 1 commit
  4. 13 May, 2019 1 commit
  5. 09 Nov, 2018 1 commit
    • Lucas Molas's avatar
      feat: DAG Walker · 588c915d
      Lucas Molas authored
      Add a `Walker` structure with a simple interface to iterate and search inside DAGs, where a DAG need not be DAG of IPLD nodes but any graph of nodes meeting the `NavigableNode` interface.
      
      Add a `NavigableIPLDNode` structure (encapsulating the IPLD `Node` interface) that implements the `NavigableNode` interface that allows to traverse a DAG of IPLD `Node`s with support for node promises.
      
      License: MIT
      Signed-off-by: default avatarLucas Molas <schomatis@gmail.com>
      588c915d