-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from ape to boa #14
Conversation
DanielSchiavini
commented
Nov 22, 2023
•
edited
Loading
edited
- Get rid of ape and brownie, and use only boa instead.
- Simplify the configuration and set up, variables expected in the environment
- Added documentation for all scripts
- A lot of tests needed updates since they are using production data and that includes many more edge cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests are finally green, a few todo's remaining
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this comprehensive migration to boa.
This allows me to build NG registry handlers and expand to other chains :). If there are issues I discover, I'll add them and we can tackle them.
For now, it looks good!