Skip to content

Commit

Permalink
An upgrade to fuel-core v0.20.3 (#4821)
Browse files Browse the repository at this point in the history
This pull request is an upgrade to a `fuel-core 0.20.1` release.

The biggest changes coming from this new release is a rework of how
AssetId is structured to support [granular asset
minting](FuelLabs/fuel-specs#491). This means a
contract can mint and burn multiple AssetId's, and the ContractId !=
AssetId.

---------

Co-authored-by: bitzoic <bitzoic.eth@gmail.com>
Co-authored-by: Cameron Carstens <54727135+bitzoic@users.noreply.github.com>
Co-authored-by: Sophie Dankel <47993817+sdankel@users.noreply.github.com>
Co-authored-by: Brandon Kite <brandonkite92@gmail.com>
Co-authored-by: Sophie <sophiedankel@gmail.com>
  • Loading branch information
6 people committed Aug 14, 2023
1 parent fff97a3 commit e6f8925
Show file tree
Hide file tree
Showing 69 changed files with 1,267 additions and 881 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
runs-on: ubuntu-latest
services:
fuel-core:
image: ghcr.io/fuellabs/fuel-core:v0.19.1
image: ghcr.io/fuellabs/fuel-core:v0.20.3
ports:
- 4000:4000
steps:
Expand Down
Loading

0 comments on commit e6f8925

Please sign in to comment.