Paulo Aboim Pinto
Paulo Aboim Pinto
Do you think that you propose merge your changes to thew new kernels? What do you think is necessary to processed with this? Isn't Microsoft interested in push this to...
Hello, I'm trying to find a way to not use the loop to get the data from the stream and bring it to my app using reactive extensions. I open...
If yes, how this can be installed. if not, what is the progress? What is missing? best regards Paulo
The prompt class have a huge number of dependencies in order to execute all the prompt actions. Instead if all this dependencies, we should implement the Strategy Pattern where each...
Rolling log should be configured The neo-python project has a default of rolling log of 3 rotation of 50Mbytes. Neo-sharp should implement this model as default too and keep the...
Now that CodeAnalysis is successful installed in NeoSharp, it's time to define what rules the team want to see enforce by this process. CoZ doesn't have a RuleSet defined then...
Our RocksDb persistence layer persist BlockHeader and Transacations separate and we have this logic all over the Blockchain, Prompt, BlockProcessor, BlockMessgeHandler, etc. I think this is a implementation detail of...
Introduce the property DataAvailable in the Peer that will return true when there is data available in the network stream. in a second refactor there should be possible to introduce...
Apply the same pattern used in the Blockpool using ReaderWriteLockSlim to remove AsyncDelay and unnecessary processament when the queue is empty