-
Notifications
You must be signed in to change notification settings - Fork 299
Support key/rm and key/rename #641
Conversation
@richardschneider would you be so kind of standardizing the ipfs.key and ipfs.crypt APIs through https://github.com/ipfs/interface-ipfs-core while you are implementing it in both js-ipfs and js-ipfs-api? |
@diasdavid yes this is today's task. |
Codecov Report
@@ Coverage Diff @@
## master #641 +/- ##
==========================================
- Coverage 84.22% 84.18% -0.05%
==========================================
Files 119 121 +2
Lines 1775 1783 +8
==========================================
+ Hits 1495 1501 +6
- Misses 280 282 +2
Continue to review full report at Codecov.
|
@richardschneider released interface-ipfs-core with new test, make sure to test with latest deps |
@diasdavid The added tests should be failing because Its the old chicken and egg problem. |
@richardschneider this is the js-ipfs-api PR, not js-ipfs. |
Yes, I now which repo I'm making changes to. |
@diasdavid any comments? |
@richardschneider can we get CI green? |
@richardschneider one test is failing:
|
@diasdavid Once ipfs-inactive/interface-js-ipfs-core#185 is merged. The above test will work. |
@richardschneider watch out for the wording used in PR's. Closed this PR by mistake. |
@diasdavid Please provide the wording you like. |
@richardschneider it doesn't matter if I like it or not, it is just how Github works. You say "fix X" and Github will close it if merged. |
Needed for ipfs/js-ipfs#1133