fuel-bridge
fuel-bridge copied to clipboard
The canonical Fuel bridge mono repo.
Mentioned in https://github.com/FuelLabs/fuel-core/issues/2114 > Maybe increase the minimal gas on the L1 side to be more than 1 https://github.com/FuelLabs/fuel-bridge/pull/215/files#diff-cf9b39d4822d2f60928e44960317ad86812ccf644704cfdd364279ba02e673acR10. Maybe 10_000 is not bad as a default value.
Currently, our approach to the sway contracts is really raw. Unlike with solidity, where store artifacts data such as addresses, bytecode, storage layout and ABIs, and use all of these...
We must have tooling that fills, even if just approximately, the same roles the openzeppelin-upgrades and hardhat-deploy plugins do for solidity contracts. Currently, the plugins do this (non-exhaustive list): -...
- closes https://github.com/FuelLabs/fuel-bridge/issues/241 - adds `.npmrc` to automate pin future dependencies that are installed
As part of our security strengthening efforts: - Packages *must* be pinned to a version (we should have tooling to enforce this) and lockfiles are a must. - npm should...