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

make fuel-core optional in fuels-signers #251

Merged
merged 4 commits into from
May 5, 2022
Merged

Conversation

Voxelot
Copy link
Member

@Voxelot Voxelot commented May 4, 2022

fixes: #250

Running a local copy of fuel-core from fuel-signers::Provider is purely a convenience function for local testing. However, when using the SDK in production services, we shouldn't be including the extra dependencies from fuel-core as they're unnecessary when calling a remote fuel-core node.

@Voxelot Voxelot self-assigned this May 4, 2022
@Voxelot Voxelot requested a review from digorithm as a code owner May 4, 2022 21:31
digorithm
digorithm previously approved these changes May 4, 2022
@Voxelot
Copy link
Member Author

Voxelot commented May 4, 2022

found it was also being included by fuels-contracts because it was enabling test-helpers in signers by default, even though it doesn't use the helpers.

@digorithm
Copy link
Member

found it was also being included by fuels-contracts because it was enabling test-helpers in signers by default, even though it doesn't use the helpers.

Nice catch!

@Voxelot Voxelot merged commit 99a7e16 into master May 5, 2022
@Voxelot Voxelot deleted the optional-fuel-core branch May 5, 2022 01:02
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.

Make fuel-core an optional dependency
2 participants