Charlike Mike Reagent
Charlike Mike Reagent
Okay, i figured out that the blob hashes are the same if the blob content is the same, cool. BUT, how can we calculate these hashes? I read that it's...
okay, figure that out too haha... :laughing: ```js import { sha256, blobsToCommitments, toBlobs, setupKzg, stringToHex } from "viem"; // import { mainnetTrustedSetupPath } from "viem/node"; import * as cKzg from...
Yeah, maybe something like Svix or Hooks0 can be used. Or as simple as Upstash Qstash to signal to whoever is registered for a webhook through some basic form or...
> Never the less, including the test file is waste of network traffic. Valid.
Hey @ndom91 noticed the same thing, and my solution is ```ts export const app = createApp().use("/optimize", createIPXH3Handler(ipx)); const handler = toWebHandler(app); ``` and then detect if it's `/optimize` and use...
> Okay, i tried keyGenerator. But how that key can be based on the response, not on the URL? Okay, I've calculated a response hash, and set it on the...
Heya @yusukebe Thing is, when cache expires, this 120s, it still serves from the previous cache - it's cached forever, it doesn't get invalidated or something like that, thus not...
Or maybe just have two different middlewaares - cache, and response-cache cuz they are slightly different things.
> I'll close this issue. If you have a problem, feel free to reopen. I recently deployed a similar thing, and thought that it would be good to actually be...
I don't get that limitation either. It's absolutely not needed. And why options/flags can only be a-z?! A `/a-z0-9/i` makes more sense