Tools to compute UnixFS IPFS hash.

This commit is contained in:
chriseth
2019-05-14 11:52:11 +02:00
parent 1d75770700
commit d753fcdb36
7 changed files with 498 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ private:
DEV_SIMPLE_EXCEPTION(InvalidAddress);
DEV_SIMPLE_EXCEPTION(BadHexCharacter);
DEV_SIMPLE_EXCEPTION(FileError);
DEV_SIMPLE_EXCEPTION(DataTooLong);
// error information to be added to exceptions
using errinfo_invalidSymbol = boost::error_info<struct tag_invalidSymbol, char>;