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
In light of #10 being resolved (soon), migrate the reentrancy guard out of the stdlib and into https://github.com/FuelLabs/sway-libs since its use should not be standard.
The text was updated successfully, but these errors were encountered:
## Reentrancy Library Migration
## Changes
The following changes have been made:
- Reentrancy library has been migrated from the std library to sway-libs
- Reentrancy tests have been migrated
- A new directory, `test_artifacts` has been introduced for
multi-contract tests
- The build script (`.github/scripts/build.sh`) has been modified to
build `test_artifacts`
## Notes
- It may be worth reviewing the rest of the ci pipeline to ensure the
new directory is handled properly
## Related Issues
Part 1 of [Issue 3217 in
Fuellabs/sway](FuelLabs/sway#3217)
---------
Co-authored-by: Nick Furfaro <nfurfaro33@gmail.com>
Co-authored-by: Cameron Carstens <54727135+bitzoic@users.noreply.github.com>
## Overview
Closes#3217, migrates the reentrancy library to Sway-libs.
> Notice: Awaiting merge and version bump from Sway-libs ([relevant pull
request](FuelLabs/sway-libs#70)).
## Changes
- remove reentrancy library
- remove reentrancy tests
- modifies documentation to point to new reentrancy guard url
- modifies imports of `std::reentrancy::` to `sway_libs::reentrancy`
---------
Co-authored-by: Mohammad Fawaz <mohammadfawaz89@gmail.com>
In light of #10 being resolved (soon), migrate the reentrancy guard out of the stdlib and into https://github.com/FuelLabs/sway-libs since its use should not be standard.
The text was updated successfully, but these errors were encountered: