-
Notifications
You must be signed in to change notification settings - Fork 12
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
Copy bounties to /bounties/examples
#102
Conversation
You can inspect the ls -1 /bounties/examples/ This is the output for my case. It depends on what bounties you have compiled locally.
The largest one by far is the Solidity compiler bounty. You can check how much space are the bounty examples occupying by running: du -h /bounties/examples/ In my case, it's 4.5 MB big. Considering the machine image as a whole is 247 MB, I wouldn't say it would take a too big of a toll on the disk and RAM of the node. |
Hey @guidanoli ! Here comes my thoughts for us to shape together:
What do you think? Can we move forward this way? |
Hey @claudioantonio!
Yes, you are right, Solidity 0.8.25 has no known exploits. However, I think it would be beneficial to have the Solidity bounty included in the machine, so that we can test it on Optimism Sepolia. This would allow us to catch any bugs at this early stage, and not on production.
It would complicate the
I don't see why we need to filter out some bounties, just so we can force users to add them through |
Not the time to complicate things! |
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.
LGTM!
Closes #100