-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ape 0.8 #316
Ape 0.8 #316
Conversation
… in latest version of ape.
…h ape 0.8 but is unused anyway.
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 taking care of this! 🙌
@@ -27,17 +27,10 @@ dependencies: | |||
solidity: | |||
version: 0.8.23 | |||
evm_version: paris | |||
import_remapping: |
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.
yay!
/** | ||
* @dev Contract that could be destroyed by selfdestruct | ||
*/ | ||
contract Destroyable is Upgradeable { |
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.
I didn't remember this, at all
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.
I didn't know it existed 😅 .
A test failed after the update to ape
, and I checked with @vzotova, who indicated that it was never used.
Type of PR:
Required reviews:
What this does:
ape
0.8.x and updates relevant ape pluginsCloses #315
Issues fixed/closed:
Why it's needed:
Notes for reviewers: