js-ceramic
js-ceramic copied to clipboard
Typescript implementation of the Ceramic protocol
Bumps [@zondax/filecoin-signing-tools](https://github.com/Zondax/filecoin-signing-tools) from 0.18.6 to 1.1.0. Release notes Sourced from @zondax/filecoin-signing-tools's releases. v1.1.0 What's Changed Deprecate create_multisig, proposal_multisig_message, create_pymtchan... etc by @rllola in Zondax/filecoin-signing-tools#689 Full Changelog: https://github.com/Zondax/filecoin-signing-tools/compare/v1.0.4...v1.1.0 v1.0.4 What's Changed...
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.12.2 to 0.14.0. Commits 8f5405f 0.14.0 5d89c19 0.14.0-rc1 0677920 0.13.1 d5dfc6a Update .github/workflows/stale.yml eef5495 Add .github/workflows/stale.yml bfb97db 0.13.0 81b8ba2 0.13.0-rc1 See full diff in compare view [ authentication to Ceramic. We saw the discussion for Arweave support https://github.com/ceramicnetwork/js-ceramic/issues/2175 and are wondering what is the best way...
## Description Include a summary of the change or link to the issue it addresses. Include relevant motivation, context, brief description and impact of the change(s). List follow-up tasks here....
This PR is to open a discussion regarding the use of role based access over `accessKeyId` and `secretAccessKey`. During our node deployment we encountered the issue that if we do...
`cross-fetch` package creates issues while trying to use `@ceramicnetwork/http-client` in a chrome-browser extension (within a background script). ``` error while trying to authenticate: ReferenceError: XMLHttpRequest is not defined at browser-ponyfill.js:462:1...
_This is not related to any of the ongoing work. Feel free to consider that the lowest priority._ @stbrody's [hypothesis](https://github.com/ceramicnetwork/js-ceramic/pull/2214#issuecomment-1148909870) about memoization changing shape of a `StreamID` instance caught my...
# Arweave compatibility with CAIP10 This is a low priority enhancement that should eventually be applied to the Ceramic Libraries. I've created an Auth Provider here: https://gist.github.com/rsoury/72e0a79210ea156b2110fd3c19b2bb58 The intent is...
% ceramic daemon Ceramic daemon failed to start up: InvalidValueError: The ipfs-repo-migrations package does not have all migration to migrate from version 10 to 11 at verifyAvailableMigrations (/Users/peter/.nvm/versions/node/v14.17.6/lib/node_modules/@ceramicnetwork/cli/node_modules/ipfs-repo-migrations/src/index.js:270:11) at Object.revert...