-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Use fn add_fee_input()
instead of fn add_random_fee_input()
#2211
Conversation
Cargo.toml
Outdated
@@ -140,3 +140,6 @@ itertools = { version = "0.12", default-features = false } | |||
insta = "1.8" | |||
tempfile = "3.4" | |||
tikv-jemallocator = "0.5" | |||
|
|||
[patch.crates-io] | |||
fuel-vm-private = { git = 'https://github.com/FuelLabs/fuel-vm.git', package = "fuel-vm", branch = "master" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should commit patches to master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch removed here.
I added a note to the description saying that this PR is currently blocked and awaiting new fuel-vm
release.
Close in favor #2299 |
Linked Issues/PRs
FuelLabs/fuel-vm#829
Description
The linked
fuel-vm
PR changes a few functions related to tests.Note
This PR is blocked - waiting for the new release of
fuel-vm
containing this change.