You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain apps implement a pause function when initially deploying to give it "training wheels". This functionality should be encapsulated into a library.
Motivation
To enable an emergency stop function.
The text was updated successfully, but these errors were encountered:
## Type of change
<!--Delete points that do not apply-->
- New Library
## Changes
The following changes have been made:
- Introduces the pausable library to the repo
## Notes
- The original design used a packet-oriented approach. However due to
changes in gas outlined
[here](FuelLabs/fuel-core#1408 (comment)),
a storage approach has instead been selected as mint/burn opcodes have
become significantly more expensive.
## Related Issues
<!--Delete everything after the "#" symbol and replace it with a number.
No spaces between hash and number-->
Closes [#199 ](#198)
---------
Co-authored-by: bitzoic <bitzoic.eth@gmail.com>
Motivation
Description
Certain apps implement a pause function when initially deploying to give it "training wheels". This functionality should be encapsulated into a library.
Motivation
To enable an emergency stop function.
The text was updated successfully, but these errors were encountered: