Skip to content

Commit

Permalink
Merge pull request #774 from FuelLabs/unarchive-amm
Browse files Browse the repository at this point in the history
Unarchive amm
  • Loading branch information
SwayStar123 authored Feb 7, 2024
2 parents b9970a1 + 5034e8b commit 8c26039
Show file tree
Hide file tree
Showing 93 changed files with 1,198 additions and 895 deletions.
2 changes: 1 addition & 1 deletion .docs/contributing-book/src/code/Forc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ source = "path+from-root-C3992B43B72ADB8C"
[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.49.1#2ac7030570f22510b0ac2a7b5ddf7baa20bdc0e1"
dependencies = ["core"]
dependencies = ["core"]
2 changes: 1 addition & 1 deletion .docs/contributing-book/src/code/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "nightly-2024-01-24"

[components]
forc = "0.49.1"
fuel-core = "0.22.0"
fuel-core = "0.22.0"
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
project:
[
"airdrop",
"AMM",
"auctions/english-auction",
"counter-script",
"DAO",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
16 changes: 10 additions & 6 deletions archive/AMM/README.md → AMM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
</p>

<p align="center">
<a href="https://crates.io/crates/forc/0.42.1" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.42.1-orange" />
<a href="https://crates.io/crates/forc/0.49.1" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.49.1-orange" />
</a>
<a href="https://crates.io/crates/fuel-core/0.18.3" alt="fuel-core">
<img src="https://img.shields.io/badge/fuel--core-v0.18.3-yellow" />
<a href="https://crates.io/crates/fuel-core/0.22.0" alt="fuel-core">
<img src="https://img.shields.io/badge/fuel--core-v0.22.0-yellow" />
</a>
<a href="https://crates.io/crates/fuels/0.42.0" alt="forc">
<img src="https://img.shields.io/badge/fuels-v0.42.0-blue" />
<a href="https://crates.io/crates/fuels/0.55.0" alt="forc">
<img src="https://img.shields.io/badge/fuels-v0.55.0-blue" />
</a>
</p>

Expand Down Expand Up @@ -93,3 +93,7 @@ Before running the tests the programs must be compiled with the command above.
```bash
cargo test --locked
```

##### NOTE

The script tests have currently been commented out as they fail randomly.
Loading

0 comments on commit 8c26039

Please sign in to comment.