Emanuele Francioni
Emanuele Francioni
#### Summary > 💡 The current mechanism for block requests in the Dusk network, where nodes perform a `request_block` to their peers and then wait idly for either a `handle_inv`...
#### Summary As observed on ITN, the block time is excessively fast. While this is definitely a good sign, it also introduces some issues like: - excessive bandwidth usage -...
When the FSM detects that a peer is sending block from a fork, we should reply with our own chain of blocks from the last final so to sync with...
#### Summary The current implementation of `RuskHttpBuilder` can be improved by introducing some flexibility in passing a DataSource and providing a mechanism for graceful shutdown (including a timeout). #### Possible...
#### Summary Currently, users cannot see their Moonlight transaction history. #### Possible Solution Retrieve Moonlight transfer events from Archival nodes, where the events are filtered by the address of the...
This is low priority and related to optimizing the 96 bytes in the Payload. By extracting the PK from the BLS scheme signature we optimize for space at the expense...