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

chore!: upgrade fuel core to 0.28.0 #2491

Merged
merged 39 commits into from
Jun 14, 2024

Conversation

petertonysmith94
Copy link
Contributor

@petertonysmith94 petertonysmith94 commented Jun 10, 2024

Breaking changes

  • FUEL_TESTNET_NETWORK_URL changed to TESTNET_NETWORK_URL

@petertonysmith94 petertonysmith94 changed the title chore: upgrade fuel core to 0.28.0 chore: upgrade fuel core to 0.28.0 Jun 10, 2024
Copy link
Member

@arboleya arboleya left a comment

Choose a reason for hiding this comment

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

Good stuff! 🚀

packages/account/src/configs.test.ts Outdated Show resolved Hide resolved
packages/account/src/configs.ts Outdated Show resolved Hide resolved
packages/fuel-gauge/src/e2e-script.test.ts Outdated Show resolved Hide resolved
packages/fuel-gauge/src/e2e-script.test.ts Outdated Show resolved Hide resolved
Torres-ssf
Torres-ssf previously approved these changes Jun 12, 2024
danielbate
danielbate previously approved these changes Jun 13, 2024
nedsalk
nedsalk previously approved these changes Jun 13, 2024
@petertonysmith94 petertonysmith94 dismissed stale reviews from nedsalk and danielbate via 80d0ed7 June 13, 2024 20:08
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
45.59%(+0.03%) 38.88%(+0.1%) 42.23%(+0.08%) 45.37%(+0.05%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/generated/operations.ts 85.4%
(+0.44%)
100%
(+0%)
54.54%
(+2.16%)
86.66%
(+0.55%)

@petertonysmith94 petertonysmith94 merged commit e165e37 into master Jun 14, 2024
20 checks passed
@petertonysmith94 petertonysmith94 deleted the ps/chore/upgrade-fuel-core-to-0.28.0 branch June 14, 2024 10:46
This was referenced Jun 14, 2024
maschad pushed a commit that referenced this pull request Jun 17, 2024
* chore: bumped versions

* chore: added devnet URL

* ci: removed redundant env

* chore: removed redundant `FUEL_TESTNET_NETWORK_URL` e2e env

* chore: removed redundant `TEST_WALLET_ADDRESS`

* chore: allowed for two networks in the e2e's

* chore: updates operations

* chore: added alocDependentCost

* chore: added version to Header

* chore: fix incorrect test network

* chore: ensure we don't connect to the live network

* chore: added Block.version

* chore: added `gasPrice` to the dryRun

* chore: point e2e test to devnet

* chore: changeset

* ci: added missing envs

* chore: removed `FUEL_` prefix from network urls

* chore: removed type from network urls

* chore: added ability to run e2e against multiple networks

* chore: revert back to skipping when private key missing

* chore: linting

* chore: reconfigured the e2e transaction tests

* chore: address el nits

* chore: added `txIds` for `testnet`

* chore: combine e2e assets and script

* chore: added all network URLS

* chore: removed redundant env

Co-authored-by: Daniel Bate <[email protected]>

* chore: fixed chain config

* chore: added missing testnet test case

Co-authored-by: Anderson Arboleya <[email protected]>

---------

Co-authored-by: Daniel Bate <[email protected]>
Co-authored-by: Sérgio Torres <[email protected]>
Co-authored-by: Anderson Arboleya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade fuel-core to 0.28.0 Unskip e2e tests
6 participants