Neylix
Neylix
### Is your feature request related to a problem? Transaction in DB is stored with all field indexed by there name. This allow to read a transaction from DB only...
# Description Handle new BLS aggregration signatures. - Validation stamp and cross validation stamps are signed using the new mining key - Replication nodes returns a signed cross validation stamps...
### Is your feature request related to a problem? Currently the validation node election is based on transaction data and the daily nonce seed. Therefore if a transaction fail to...
### Describe the problem you discovered When a node replicate a transaction, it also replicate the missing previous transactions of the entire chain. But as the retrieval of the transaction...
### Is your feature request related to a problem? Since [AEIP-21](https://github.com/archethic-foundation/aeip/blob/main/AEIP-21.md), genesis address became a major information used in many places. Currently the genesis address of a transaction is retrieved...
### Is your feature request related to a problem? Hypergeometric distribution is an algorithm determining how many nodes need to validate a transaction having X nodes in the network. For...
### Is your feature request related to a problem? Currently all request within a graphql query are done sequentially. This can create latency for the user to receive it's data....
### Describe the problem you discovered When a node restarts, it try to execute all the call that are in queue for a contract. It is possible to have thousand...