web3-flashbots
web3-flashbots copied to clipboard
Suggestion: automatic dependency checking
A recent change in dependencies has broken the package's interaction with a key implicit component, Brownie. One resolution is to add automatic dependency checking to catch these breaking changes before they effect users. One such tool is Dependabot.
Im not sure how this would catch interactions with Brownie as it's not an explicit dependency but majority of Python solidity dev/deployment is managed with it.
Great suggestion, seems like Poetry is supported!
If you define all the dependencies in Poetry it should resolve them all!