farcasterxyz / contracts

Implementation of the Farcaster contracts
https://www.farcaster.xyz/
MIT License
340 stars 122 forks source link

chore: fix flaky CI step #400

Open horsefacts opened 1 year ago

horsefacts commented 1 year ago

At some point we introduced a flaky step in the container build CI task:

Screenshot 2023-09-19 at 12 45 39 PM

These steps check that contracts are deployed as expected. This contract is correctly deployed, so something about the command line call or RPC request is failing. I suspect it's timing related and we may be making these requests too quickly.