filefilegoadmin
filefilegoadmin
In some cases, some invalid transactions remain in the mempool. This transactions are the ones which have either wrong nounce or some data. We should remove them from mempool in...
The code for updating the blockchain state should utilise a single transaction. At many points the functions might fail, and for this reason we want to revert back the transaction.
Support folder uploads across all the functionalities related to uploading data
We have to refactor our current approach regarding how we download and upload files to/from different sources/destinations. We have a contract store that handles file downloads progress indicator which is...
In this PR https://github.com/filefilego/filefilego/pull/136 i have added the storage protocols. We need to integrate them to the golang SDK ( client package)
Add the functionality to create and recover private keys from seed phrases
Some nodes on the network are extremely slow and when syncing with them, it extremely affects the syncing time. We need to implement a way to prioritise nodes with high...
Currently, channel creation is set to be a fixed fee. The idea is to be able to adjust it by the validator nodes. Things to have in mind: 1. TXs...
We need an additional protocol to transfer transactions from one node's pool to another. This is useful in cases where gossip fails to propagate the message to the network. The...
The idea is to block sensitive keywords from transactions contents ( channels, entries, filenames, sub channels, folder etc.) / filenames being uploaded to the server. In order to achieve this,...