- 19 Apr, 2021 3 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
tavit ohanian authored
-
- 10 Jun, 2020 1 commit
-
-
Steven Allen authored
Allowing custom NavigableNode implementations
-
- 25 May, 2020 1 commit
-
-
Hlib authored
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 27 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 07 Apr, 2020 2 commits
-
-
Steven Allen authored
Revert ErrNotFound improvements
-
Hector Sanjuan authored
This reverts commit 3d8b6894. Revert "ErrNotFound: Make struct. Expose Cid field. Implement NotFound()" This reverts commit 0ae16c84. Revert "Improve "merkledag: not found" error" This reverts commit d6515058.
-
- 30 Mar, 2020 2 commits
-
-
Steven Allen authored
fix: change the batch size to avoid buffering too much
-
Steven Allen authored
Otherwise, the max outstanding blocks/size depends on the number of cores.
-
- 26 Mar, 2020 1 commit
-
-
Hector Sanjuan authored
Improve "merkledag: not found" error
-
- 23 Mar, 2020 3 commits
-
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
- 19 Mar, 2020 1 commit
-
-
Hector Sanjuan authored
Based on #33, taking advantage of the rather new Is() methods from the errors package to check for equality.
-
- 19 Sep, 2019 2 commits
-
-
Steven Allen authored
doc: add a lead maintainer
-
Steven Allen authored
-
- 13 May, 2019 5 commits
-
-
Steven Allen authored
dep: update go-cid
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
So we can force upstream to update, even if they don't directly depend on go-cid.
-
- 01 Mar, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 21 Feb, 2019 1 commit
-
-
Steven Allen authored
-
- 16 Jan, 2019 1 commit
-
-
Lucas Molas authored
-
- 09 Nov, 2018 2 commits
-
-
Lucas Molas authored
Add a DAG walker with support for IPLD `Node`s
-
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: Lucas Molas <schomatis@gmail.com>
-
- 02 Nov, 2018 1 commit
-
-
Steven Allen authored
-
- 27 Oct, 2018 3 commits
-
-
Hector Sanjuan authored
Add BufferedDAG wrapping Batch as a DAGService.
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
- 26 Oct, 2018 3 commits
-
-
Hector Sanjuan authored
Make Batch implement a NodeAdder interface
-
Hector Sanjuan authored
-
Hector Sanjuan authored
This adds a NodeAdder interface (which partially implements a DAGService), and adjusts the Batch type to satisfy it.
-
- 02 Oct, 2018 3 commits
-
-
Steven Allen authored
batch: add functional opts to Batch
-
Steven Allen authored
(address CR)
-
Adrian Lanzafame authored
License: MIT Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
-
- 11 Sep, 2018 2 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-