#ethereum
Read more stories on Hashnode
Articles with this tag
Modifications Visit commit refactor of mempool, to check modifications consist of, Modifications in Transaction pool data structure, optimised...
Modifications We modified some of the code so later, it will not be hurdle to work on this while working on important functionality and also...
Understandings of RPC RPC stands for Remote Procedure Call, and it is a protocol that allows one program to request a service or function from another...
Synchronization of data We'd implemented blockchain data structure but we have to look after the situation that whenever data is going to be fetched...
Blockchain data structure and validation · Modifications: We are modifying Hash function of Blockhasher. so we can use it with Header, not block because...
Improvements First of all, we are improving our code a little bit. As we are making this blockchain modular, we have to improve our code to gain...