1. 29 Aug, 2021 2 commits
  2. 21 Aug, 2021 2 commits
  3. 10 Jun, 2021 2 commits
  4. 19 Apr, 2021 3 commits
  5. 10 Jun, 2020 1 commit
  6. 25 May, 2020 1 commit
  7. 04 May, 2020 1 commit
  8. 27 Apr, 2020 1 commit
  9. 07 Apr, 2020 2 commits
  10. 30 Mar, 2020 2 commits
  11. 26 Mar, 2020 1 commit
  12. 23 Mar, 2020 3 commits
  13. 19 Mar, 2020 1 commit
  14. 19 Sep, 2019 2 commits
  15. 13 May, 2019 5 commits
  16. 01 Mar, 2019 1 commit
  17. 21 Feb, 2019 1 commit
  18. 16 Jan, 2019 1 commit
  19. 09 Nov, 2018 2 commits
    • Lucas Molas's avatar
      Merge pull request #39 from schomatis/feat/walker · a6db2641
      Lucas Molas authored
      Add a DAG walker with support for IPLD `Node`s
      a6db2641
    • 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
  20. 02 Nov, 2018 1 commit
  21. 27 Oct, 2018 3 commits
  22. 26 Oct, 2018 2 commits