Seong-jae Gwak
Seong-jae Gwak
> Renaming the site-packages/diffvg-0.0.1-py3.8-win-amd64.egg/diffvg file to diffvg.pyd seems to have fixed this for me. Thanks a lot! I used conda + win10, encountered the same issue as @IzhanVarsky did, and...
Anyway, it is redundant for the `serve()` process to send rpc-fetch request to its own dms. No matter where this bug(is it really a bug?) comes from, I will try...
Consensus module-level: - Stored information of the user's actions - manually vetoed blocks - Automatic actions without the user's approval - vetoed blocks by violation reports - a prevoted/precommitted block...
It seems we have two options when running the tests on the same machine: - to create multiple r/w streams in the same (OS) process and let them communicate with...
Basic tests for bootstrapping are included in #41. I plan to add more tests for continuous peer discovery.
The interface for the network module has been changed. Thus, the network developers(including me) should make new unit tests for the new interface.
To everyone: Please check #83 to see what I'm working on.
Ok. I'll work on it through the next few days.
## libp2p-rs ### Core interfaces #### transports An interface (`Transport` trait) for network transport methods. Several implementations for pre-existing protocol like TCP and WebSocket are included in the library. ####...
It seems we need to implement a peer-finding protocol on the application-level, for I couldn't find a proper module in the libp2p. Floodsub/Gossipsub protocols could be used to propagate blocks...