Skip to content

Commit

Permalink
fix: interop with modern JS API
Browse files Browse the repository at this point in the history
This wrapper ensures the new block service
from js-ipfs AND js-ipfs-http-client works with the legacy code
present in ipld-explorer-components

(ir)rationale: we have no bandwidth to rewrite entire IPLD Explorer
..but thanks to it using only ipfs.block.get, making it extra compatible
is not very expensive. This buys us some time, but this technical debt
needs to be paid eventually.

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Dec 20, 2021
1 parent 22ef55a commit a9e86f4
Show file tree
Hide file tree
Showing 3 changed files with 36,721 additions and 349 deletions.
Loading

0 comments on commit a9e86f4

Please sign in to comment.