Green Baneling
Green Baneling
Bootstrap nodes should help discover other nodes in the network before shutting down the connections
Related issue https://github.com/FuelLabs/fuel-core/issues/1560 Due to `connection_limits`, it is not possible to connect to bootstrap nodes and get information about other peers in the network. Because of that, if all connections...
- Make `ConsensusParameters` and `GasCost` versionable(`fuel-vm` and `fuel-core`). - Create a new type of the transaction that allow permissioned upgrade of consensus parameters. It gasless, it should support predicates and...
It includes: - Coinbase contract id - Block time - Gas price
Right now, each modification of the state recalculates the Merkle tree per operation. If the contract wants to insert a lot of data into the storage, it will require many...
Corresponding implementation: https://github.com/FuelLabs/fuel-vm/pull/720 The change adds a new `Upload` transaction that allows uploading huge byte code on chain subsection by subsection. The `Upload` transaction is chargeable and is twice as...
Right now, storage is done in 32 byte slots. While the store / read API is simple, for basic objects like a struct, it creates many indexes which have to...
If the block producer receives the whole fee from transactions included in the block, he can generate many transactions, increasing gas/storage prices and receiving spent tokens back. It allows him...