flashbots / suave-std

Collection of helpful smart contracts to build Suapps
The Unlicense
44 stars 13 forks source link

Do not build contracts when syncing Suave.sol #58

Closed ferranbt closed 8 months ago

ferranbt commented 8 months ago

This PR fixes an issue with the automatic Suave.sol lib sync. If a Suave.sol function that was being used gets updated, the forge build command will not work and the PR will fail. Thus, we miss those updates.

So, from now on, if there is a failing Suave.sol update, we will amend the PR and fix the usage of the library.