Brandon Kite
Brandon Kite
Maybe better to create our inner type that works with milliseconds to ensure we've updated all places? _Originally posted by @xgreenx in https://github.com/FuelLabs/fuel-core/issues/720#issuecomment-1291219604_
For sentry-mode configuration, we will need our implementation of LibP2P behaviors to support the concept of "Reserved Nodes". Reserved nodes should be a configurable list of Peer Ids that the...
Since our crates aren't published with a lockfile, we should verify all our crates can build without a lockfile during a release before any artifacts get uploaded. This will help...
The relayer needs to be able to support ethereum beidge contract migrations. When a newer bridge contract is deployed, we'll need the ability to reset the finalized height of the...
testing a fuel-core nix dev-shell
run e2e tests against a deployed fuel node connected to a deployed test ethereum node in k8s Env should already have: - deployed smart contracts (see if we can include...
e2e tests to verify block syncing in a deployed env
Add a `--public-addr` configuration setting to P2P. When broadcasting connection info to peers, the public addr setting should be included in the set of "external addresses" to allow for inbound...
Create a configurable deployment script (bash? terraform? ansible? pulumi?) that spins up a PoA node with sentries: - [ ] Create a public ingress DNS route for each sentry node...