ipfs / js-ipfs-repo

Implementation of the IPFS Repo spec in JavaScript
https://github.com/ipfs/specs/tree/master/repo
Other
79 stars 50 forks source link

migration 10 failing on master #468

Open galargh opened 1 year ago

galargh commented 1 year ago

migration 10 test is currently failing on master. The error is:

1) with sharding
       migrations tests
         migration 10
           forwards
             "before each" hook for "should migrate keys and values forward":
     Error: Version 0 CID string must not include multibase prefix
      at Function.parse (file:///home/runner/work/js-ipfs-repo/js-ipfs-repo/node_modules/multiformats/src/cid.js:488:13)
      at bootstrap (file:///home/runner/work/js-ipfs-repo/js-ipfs-repo/packages/ipfs-repo-migrations/test/migrations/migration-10-test.js:37:27)
      at Context.<anonymous> (file:///home/runner/work/js-ipfs-repo/js-ipfs-repo/packages/ipfs-repo-migrations/test/migrations/migration-10-test.js:95:11)

https://github.com/ipfs/js-ipfs-repo/actions/runs/5941693685