Mad
Mad
This issue depicts a CI utility to check the actual deployed bytecode that might be about to be put in production: - Use static analysis tools to make sure that...
Could be part of the watchtower
Currently, to have a fully localhost deployment, the sway bridge needs to be deployed separately through other scripts and then come back to the solidity deployments to call `setAssetIssuerId` on...
Currently, there is a single entrypoint that uses a static struct pointing mimicking fuel-core defined headers. As the chain progresses, headers might change, increasing its versions. To preserve the ability...
At FuelERC20GatewayV4, it is possible to pack this information: ```sol mapping(address => uint256) internal _deposits; mapping(address => uint256) internal _depositLimits; mapping(address => uint256) internal _decimalsCache; ``` Under the a structure...