Sanjay
Sanjay
Even more generally, it should take a SHA. That way you can run scripts that have not been merged (e.g. test code that hasn't been been merged yet without taking...
Does it use the `master` ref? It deployed the local SHA to staging for me (to staging). Let me see if I can reproduce it.
Ah, I was on v0.0.1. But yeah, would be nice to see the sha and provide a warning if it doesn't match the local sha.
I'll give it a shot when I have some time.
Are these fnames eventually fixed or are they still missing? Could you provide some examples? Trying to determine if this is related to the issue above or a separate issue....
Moved to https://github.com/farcasterxyz/hub-monorepo/pull/2019, which also handles deleting existing index data. Thank you!
I believe we later concluded this was not actually providing a significant speed up? Let me know if I'm misremembering.
Please switch to using shuttle instead of the replicator https://github.com/farcasterxyz/hub-monorepo/tree/main/packages/shuttle
It looks like it's because the frameActionBody.address is set to a non-zero value: ``` frameActionBody: { url: , buttonIndex: 2, castId: [Object], inputText: Uint8Array(0) [], state: Uint8Array(0) [], transactionId: Uint8Array(0)...
Historically, we used to just not pass in the l2RpcUrl which would not start up the events sync, but a while back we made it required. So, devnet use is...