Skip to content
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

Bump all applications #793

Merged
merged 44 commits into from
May 29, 2024
Merged

Bump all applications #793

merged 44 commits into from
May 29, 2024

Conversation

SwayStar123
Copy link
Collaborator

@SwayStar123 SwayStar123 commented May 1, 2024

Type of change

  • Improvement (refactoring, restructuring repository, cleaning tech debt, ...)

Changes

The following apps have been updated to forc 0.60.0, fuel core 0.26.0, fuels 0.62.0

  • airdrop
  • AMM
  • counter-script
  • DAO
  • english-auction
  • escrow
  • fractional-NFT
  • fundraiser
  • multisig-wallet (this will be updated in a different pr)
  • name-registry
  • native-asset
  • NFT
  • oracle
  • OTC-swap-predicate
  • TicTacToe
  • timelock

@SwayStar123 SwayStar123 self-assigned this May 1, 2024
@SwayStar123 SwayStar123 requested a review from a team as a code owner May 1, 2024 05:10
Copy link

vercel bot commented May 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sway-applications ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 2:18pm

Copy link
Contributor

@matt-user matt-user left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall looks good. Just some small suggestions

AMM/swap-exact-input/tests/cases/revert.rs Show resolved Hide resolved
DAO/DAO-contract/src/main.sw Outdated Show resolved Hide resolved
OTC-swap-predicate/swap-predicate/src/main.sw Outdated Show resolved Hide resolved
bitzoic
bitzoic previously approved these changes May 29, 2024
Copy link
Member

@bitzoic bitzoic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change what you need to get this merged and make issues for the rest to be addressed separately.

AMM/fuel-toolchain.toml Show resolved Hide resolved
DAO/DAO-contract/src/main.sw Outdated Show resolved Hide resolved

mint(&instance_1, other_identity, sub_id_1, 1).await;

let call_params = CallParameters::new(1, BASE_ASSET_ID, 1_000_000);
let call_params = CallParameters::new(1, AssetId::zeroed(), 1_000_000);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create an issue that this should be provider.base_asset_id() instead. There are a few instances throughout the tests this is used

escrow/fuel-toolchain.toml Show resolved Hide resolved
matt-user
matt-user previously approved these changes May 29, 2024
@K1-R1
Copy link
Member

K1-R1 commented May 29, 2024

Re-running CI as the DAO app was skipped, otherwise lgtm

@SwayStar123 SwayStar123 merged commit c3568c3 into master May 29, 2024
22 checks passed
@SwayStar123 SwayStar123 deleted the latestbump branch May 29, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants