-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add functions on testing framework's blockchain to create/load snapshots #2763
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2763 +/- ##
==========================================
+ Coverage 79.18% 79.21% +0.03%
==========================================
Files 333 333
Lines 78614 78664 +50
==========================================
+ Hits 62248 62313 +65
+ Misses 14063 14044 -19
- Partials 2303 2307 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Credits to @bluesign for his original idea 👏 |
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.
Awesome!
this is awesome! |
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.
Nice!
Description
Allow developers to create snapshots of the blockchain's current ledge state, and load them on demand at any time. For example:
master
branchFiles changed
in the Github PR explorer