Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings back building contracts to main CI pipeline, as some contracts json files are required for a rust relayer build.
Also, Sepolia prices became lower nowadays to gas price ~= 1 GWEI. This PR sets a bottom limit of gas price to 10 GWEI. This makes it possible to deploy contracts via CI now, with a total amount of 0.05 SETH. This makes it possible to deploy them at least 20 times, assuming CI account has at least 1 SETH. If Sepolia gas price gets more than 10 Gwei, there's a timeout in the deployment scripts that will fail CI again. This is WIP in another PR https://github.com/Cardinal-Cryptography/most/pull/253/files
This PR adds a Slack notification in case of a failed build.
Successful run: https://github.com/Cardinal-Cryptography/most/actions/runs/11270355813