Alfie John
Alfie John
Figure 10-3 and 10-4 are mislabeled - There are "Node X" and "Node Y" in the images but the text talks about "Node A and Node B", but then reading...
Sorry... I tried searching everywhere but couldn't find anything. Is there a place where I can sign up to a WG mailing list? Also, the newsletters too. Thanks 🎉
MD5 hashes are pretty much useless these days given it only takes a few hours to create collisions. Perhaps move to BLAKE2 (SHA256 is not safe given length extension attacks)
(Copied over from Gitlab) This issue incorporates the API server tasks that are required for its initial release - [x] Use the storage API to read data from the database...
It's come up a number of times recently, so to prevent people from doing it, let's automate this by preventing this in `do_checks.sh`
A list of improvements to be done for Block Production: - [x] #1004 - [x] #1003 - [x] #1060 - [x] Prevent staking at the same time with the same...
On [this repo's homepage](https://github.com/FuelLabs/docs-hub), the link in the "About" section on the right currently points to: https://docs-hub.vercel.app/ Should this be changed to point to the following instead: https://docs.fuel.network/
This PR is in relation to #652 When overriding toolchains, there are 2 places to be concerned with when a toolchain is missing: 1. When `fuelup` is the command run...
In `src/ops/fuelup_component/add.rs`'s `add()` function, should we warn then bail if the requesting version is what we already have?
### Problem Unless I'm mistaken, overrides works like the following: > when an override file exists, then `forc`, **_all_** `components`, and **_all_** `plugins` should use the overridden version rather than...