kleros / builder-baseline

A baseline for the Kleros Builder covering architectural, UX, security, coding styles, tooling decisions.
MIT License
0 stars 0 forks source link

Storage Retrievals - Switch to public IPFS gateways (Filebase or Cloudflare) #11

Open jaybuidl opened 1 year ago

jaybuidl commented 1 year ago
### Tasks
- [ ] https://github.com/kleros/court/pull/410
- [x] Court v2
- [x] Escrow v1
- [x] Escrow v2
- [ ] https://github.com/kleros/gtcr/issues/333
- [x] Curate v2
- [x] Proof of Humanity v1
- [x] Proof of Humanity v2
- [ ] Dispute Resolver v1
- [x] PNK Merkle Drop
- [ ] Moderate
salgozino commented 6 months ago

PoH-V2 still pointing to kleros ipfs endpoint: https://github.com/Proof-Of-Humanity/proof-of-humanity-v2-web/blob/ce045ce689e4a2dc5bbe29c36508dfeeab7fc69b/src/utils/ipfs.ts#L8

issue to track this change: https://github.com/Proof-Of-Humanity/proof-of-humanity-v2-web/issues/32

salgozino commented 6 months ago

Curate-v2 has defined an envvar IPFS_GATEWAY to use, and by default is using cdn.kleros.io ✅. There are a few of hardcoded values pointing to ipfs.kleros.io that should be changed. I've created the issue to track those changes. https://github.com/kleros/curate-v2/issues/19