inverted-capital
inverted-capital
@pleerock that issue with vite is solved by adding `target: 'es2020'` to your config: ```js export default defineConfig({ optimizeDeps: { // target: es2020 added as workaround to make big ints...
Yes you're right export must be consumable by import. The problem is that `ipfs.dag.put` takes a plain object, not a block. There is mention of a [test that shows this...
Yes I suppose the blocks api is a more appropriate place than the dag api. Dag api seems to be "js objects in, js objects out", however blocks api seems...
Thanks @lidel - you have captured my intent. @achingbrain this stance is attempting to protect the node against the developer that has full control of the node, at the computational...
Thanks for the review @lidel - we are using the private key to provide other forms of digital signing, and the scp256k1 key fills application specific needs for us. We...
Ok thanks for the feedback. I cannot afford to make those changes in the short term as we need to launch our work management app, but I'll insert this task...
@mpetrunic pardon, but what is the further 'need/author-input' that is required here ? Our presumption was that @achingbrain was simply laying out a better solution, while also indicating this patch...
Hey @mpetrunic - thanks for the response - yes if you could merge this PR (provided it is ok!) and open an issue for the new work that needs to...
Thank you ! And thanks for the commit @achingbrain 🙏
In a system designed to operate with intermittent network connectivity, giving an error because you have no peers currently seems odd ? Would a PR be accepted on this topic,...