Joel Thorstensson
Joel Thorstensson
@prusnak that's awesome! Please keep us updated :blush:
@AndreasGassmann What use cases do you have in mind that SLIP-0039 doesn't cover? For me the use of it in the new Trezor hardware covers my use case, which means...
Thanks for tending to this @dbcfd !
Ok @AaronGoldman, is that this PR: https://github.com/ceramicnetwork/CIPs/pull/144 ? Looks like it is not aligned with this PR?
@elmariachi111 It's documented here: https://github.com/ceramicnetwork/rust-ceramic?tab=readme-ov-file#linux---from-source Is there somewhere else you would expect to see this info?
Why do we have a separate repo to host the .deb file in the first place? Why can't the .deb file just be downloaded from the github release?
I'm also experiencing this issue on the desktop app. It does work on https://webui.ipfs.io/#/welcome.
The RPC url works locally without any issues: ```sh $ curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' https://evm.node-0.testnet.recall.network {"jsonrpc":"2.0","result":"0x3c0bf","id":1} $ curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' https://evm.node-0.testnet.recall.network...
Looking at the [action output](https://github.com/safe-global/safe-singleton-factory/actions/runs/13458034218/job/37606293678) it seems like there's an issue estimating gas. Not sure how to debug this though.
So CAR responses are not supported at all currently? Having trouble with a `format=car` request on a sub-directory. You can see what's breaking in this example: - Broken: https://dapprank-eth.ipns.inbrowser.link/ -...