Emir

Results 8 issues of Emir

In this PR, I have added support for the new `LinkType::IncludeNoIndent`. This feature can be utilized with the `Anchor` syntax, such as `{{#include file.rs:anchor_name:-no-indent}}`, or with the `Range` syntax, `{{#include...

https://github.com/FuelLabs/fuel-core/issues/1225

good first issue
tech-debt

https://github.com/FuelLabs/sway/pull/3201#discussion_r1008932356

https://github.com/FuelLabs/fuel-canary-watchtower/issues/10 - Integrated `fuel-canary-watchtower` into `fuel-bridge` - Added CLI, error handling, and parser modules. - Improved code quality and structure, with room for further enhancements. - Modified Dockerfiles, scripts, and...

Write Substreams package that retrieves the data we need. It should contain at least next functions: - map_blocks - graph_out - decode_receipts_for_contract (contract_id: String, transactions: Transactions)

I've removed the commit_interval from our configuration. Instead, the committee will now use the interval set in the state contract directly. - Added `BLOCKS_PER_COMMIT_INTERVAL() external view returns (uint256)` function to...