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: support BN input in block fetch methods #3700

Merged
merged 7 commits into from
Feb 12, 2025

Conversation

Torres-ssf
Copy link
Contributor

@Torres-ssf Torres-ssf commented Feb 12, 2025

Release notes

In this release, we:

  • Made getBlockWithTransactions and getBlock supports BN parameter

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)

Copy link

vercel bot commented Feb 12, 2025

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 Feb 12, 2025 0:28am
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 0:28am
ts-docs-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 0:28am

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
77.2%(+0.05%) 70.85%(+0.16%) 75.31%(+0.01%) 77.19%(+0.04%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/provider.ts 67.53%
(+0.58%)
59.8%
(+2.73%)
68.04%
(+0%)
67.29%
(+0.56%)
🔴 packages/account/src/providers/transaction-request/transaction-request.ts 88.57%
(+0%)
76.71%
(-1.37%)
84%
(+0%)
88.81%
(+0%)
🔴 packages/errors/src/test-utils/expect-to-throw-fuel-error.ts 91.66%
(-0.34%)
88.88%
(+0%)
100%
(+0%)
91.66%
(-0.34%)

@Torres-ssf Torres-ssf merged commit 6d3cafb into master Feb 12, 2025
25 checks passed
@Torres-ssf Torres-ssf deleted the st/chore/support-BN-input-block-fetch-methods branch February 12, 2025 14:59
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.

Block related argument should accept a BN
4 participants