Results 195 issues of Green Baneling

Some users have use cases where they need to calculate the predicate id on the fly inside of the script. Adding a new opcode would be nice because it would...

question

It is a draft pull request to track breaking changes from the `fuel-core` and run CI before releasing a new version. This pull request is used as a base for...

https://github.com/FuelLabs/fuel-merkle/issues/124

https://www.notion.so/fuellabs/Trail-Of-Bits-Findings-80f22aba8ca647099648673d9d138277?pvs=4

In the codebase, we have many places where we try to generate different types of transactions with different inputs and see that we can serialize/deserialize them properly. Instead of doing...

tech-debt

The sparse Merkle tree implements `from_set` methods that initialize the tree in an optimal way. In the same way, we can create a function that performs a range update reducing...

## Problem overview The FuelVM has many rules regarding transaction validity and requirements for using specific opcodes. Each opcode that touches the contract requires this contract's existence in the transactions'...

We need to remove `storage_contract` method and update all places to use `StorageRead::read` method instead.

good first issue

## Problem overview Each transaction leaves disk space delta after execution like: - Inserting a new K/V into a state or asset into balances also has Sparse Merkle Tree storage...