Results 195 issues of Green Baneling

For testnet/mainnet we want to move block selection to a shared sequencer. We need to upgrade the client to allow for block production to go through this sequencer.

epic

## Problem overview The current logic of the executor works with the `Transaction` trait that hides the implementation and how database transaction works. ```rust /// The type is storage transaction...

upgradability
epic

Maybe via `Transaction::Upgrade`. How can we later add governance on top of that? What to do with a huge size of the byte code? How does the network know what...

SDK team
upgradability

### Overview Fuel Network nodes verify each transaction received before gossiping that transaction out to other nodes. This verification requires an up-to-date version of the chain's executor. Each network upgrade...

upgradability

# Regenesis stress testing suite: **Test 1** 1. Start a network 2. Provide 1 TB worth of data to the network 3. Creating a snapshot of the node's data **Test...

regenesis
upgradability