Add forc-submit to components.toml (sway #3875)#689
Conversation
|
Weird... Haven't dived in to find the reason behind this yet, but the tests are failing because Sway release binaries [1] contain [1] https://github.com/FuelLabs/sway/releases/ |
|
With sway-nightly-binaries missing forc-submit is now fixed, I've run the build job to produce assets. I'll update the Then once tomorrow rolls over, all date hacks to |
978dfa0 to
08adfca
Compare
|
Wondering if we need to add the
|
|
@zees-dev Good catch. The second two, yes. But the first one, although I'm not actually sure where the line is to classify something to go into (it actually doesn't make any difference AFAICS in the code). |
| - forc-client | ||
| - forc-deploy : 0.1.0 | ||
| - forc-run : 0.1.0 | ||
| - forc-submit : not found |
There was a problem hiding this comment.
Shouldn't these show 0.1.0 as well?
There was a problem hiding this comment.
Doh! Oh wow, ok I see where I went wrong... I assumed that file didn't exist because it was pulling down an old version of from githubusercontent.com where forc-submit doesn't exist, but they're actually coming from mocked files defined by ALL_BINS. I'll fix that, thanks!
08adfca to
1efdbb0
Compare
|
Thanks @sdankel, much better! |
Sway's FuelLabs/sway#3885 added a new executable to submit transactions to the network, but it was missed in the
fueluprepo.