-
Notifications
You must be signed in to change notification settings - Fork 109
Conversation
@diasdavid done. Should be merged alongside with ipfs-inactive/js-ipfs-http-client#659. |
@hacdias PR ipfs/js-ipfs#1133 has the implementation (core, cli and http) for the Key API. Waiting for approval from @diasdavid With the case change, you will also need to change core to use lower case, because core and http-api must be compatible. However, http must still return Capitalized names because that is the spec defined by The cli can either talk directly to core or use http-api, so it must be changed to use lower case. |
@richardschneider oops! Didn't notice that PR. I just made this (and ipfs-inactive/js-ipfs-http-client#659) because most of the JS API is using non-capitalized object fields and that's just like the Standard specification tells us. As far as I understood:
Did I miss something? Edit: please check #190 too. |
@hacdias I think we are on the same page. When these |
@diasdavid do you agree with what I said? |
thank you both for figuring this out and reaching consensus. LGTM :) |
Thanks @diasdavid! |
Ref.: ipfs-inactive/js-ipfs-http-client#659