storacha / freeway

🛣 Experimental IPFS HTTP gateway providing access to UnixFS data via CAR CIDs.
Other
14 stars 5 forks source link

fix(egress-client): set nonce, expire and fix servedAt #130

Closed fforbeck closed 1 week ago

fforbeck commented 1 week ago

Added the nonce as suggested per @alanshaw, but also set it to not expire, so we can process the invocation any time. The servedAt field doesn't need to be converted to seconds.

Blocked by https://github.com/storacha/w3infra/pull/443 & https://github.com/storacha/w3up/pull/1588