-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
Lazy::Drop
always clear up all its storage (#597)
* Make `Lazy::Drop` always clear up all its storage * Fix typo: yet ➜ get * Fix macro import * Make tests off-chain since they interact with storage now due to Drop * Make use of `REQUIRES_DEEP_CLEAN_UP` * Clear up all footprint cells * Fix typo: yet ➜ get * Fix case * Macro ➜ fn
- Loading branch information
Michael Müller
authored
Nov 27, 2020
1 parent
527e0ac
commit 2100fa7
Showing
3 changed files
with
136 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters