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!: redistributed the @fuel-ts/interfaces package #3492

Merged
merged 16 commits into from
Jan 7, 2025

Conversation

petertonysmith94
Copy link
Contributor

@petertonysmith94 petertonysmith94 commented Dec 20, 2024

Release notes

In this release, we:

  • Removed the AbstractAddress in favour of the Address class

Summary

  • Redistributed the @fuel-ts/interfaces to their associated packages.
  • Removed the AbstractAddress in favour of the Address class to ensure synced functionality.

Breaking Changes

  • Removed the AbstractAddress class; use the Address class instead.
// before
import { AbstractAddress } from 'fuels';
// after
import { Address } from 'fuels';
  • Removed the @fuel-ts/interfaces package; use the fuels package instead.
// before
import { BytesLike } from '@fuel-ts/interfaces'
// after
import { BytesLike } from 'fuels'

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@petertonysmith94 petertonysmith94 added the chore Issue is a chore label Dec 20, 2024
@petertonysmith94 petertonysmith94 self-assigned this Dec 20, 2024
Copy link

vercel bot commented Dec 20, 2024

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

Name Status Preview Comments Updated (UTC)
fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:25pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:25pm
ts-docs-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:25pm

Copy link
Contributor

github-actions bot commented Jan 7, 2025

Coverage Report:

Lines Branches Functions Statements
76.94%(-0.03%) 70.38%(-0.11%) 74.98%(-0.04%) 76.95%(-0.02%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/transaction-request/transaction-request.ts 88.57%
(+0%)
78.08%
(+1.37%)
84%
(+0%)
88.81%
(+0%)
🔴 packages/address/src/address.ts 90.9%
(-0.17%)
86.66%
(+0%)
85.71%
(+0%)
91.07%
(-0.15%)
🔴 packages/address/src/utils.ts 69.23%
(-9.03%)
50%
(-21.42%)
77.77%
(-9.73%)
70.37%
(-8.79%)

Copy link
Member

@danielbate danielbate left a comment

Choose a reason for hiding this comment

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

Great work! Just adding a blocking conversation to get sign-off from the FE guys.

.changeset/wild-dots-bake.md Show resolved Hide resolved
@petertonysmith94 petertonysmith94 enabled auto-merge (squash) January 7, 2025 17:54
@petertonysmith94 petertonysmith94 merged commit 0b4c3ab into master Jan 7, 2025
24 checks passed
@petertonysmith94 petertonysmith94 deleted the ps/chore/removed-interfaces-package branch January 7, 2025 18:42
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.

AbstractAddress is missing toEvmAddress method
6 participants