ethereum / sourcify

Decentralized Solidity contract source code verification service
https://sourcify.dev
MIT License
780 stars 395 forks source link

Add support for headers to IPFS Gateways #1550

Closed marcocastignoli closed 2 months ago

marcocastignoli commented 2 months ago

See #1548

On a side note: I didn’t implement a complex mechanism for handling IPFS gateways, but I think it will be needed in a future PR. We might be able to reuse code from the monitor to support multiple IPFS gateways.

marcocastignoli commented 2 months ago

@kuzdogan

I see we add a change in session verification endpoints but shouldn't there be also one in stateless then?

The change is at /session/input-contract, that doesn't have a equivalent stateless endpoint.

marcocastignoli commented 2 months ago

We also need to add this new env var to the server .env.template.

Added to .env.dev