-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for admin.addPeer()
#198
Comments
Hi, ggarri ~ |
In lightchain we are using Tendermint consensus protocol, therefore every information regarding to the consensus status, including synchronization is exposed via Tendermint RPC endpoints (https://tendermint.com/rpc/#). By default, on every lightchain node, the tendermint rpc is bind to the port At the minute you could fetch the current local synchronization status by doing a http call to the url This issue, and future ongoing issues, are intending to implement a smooth and seamless integration of tendermint rpc api into geth native rpc api calls. |
ok~ thank you, |
this's log of my console
|
I saw your previous Issues, need to modify the value of parameter "needAddressThreshold", i hav modified. |
@liuqihang do you mind to paste he which block record log you refer to ? Lightchain implementation is meant to display every Tendermint log trace, applying the
|
I started two Tendermints and implemented synchronization. but |
In order to provide a better integration of the PoC protocol in Lightchain we should provide support for the admin method
addPeer()
. See more information about the expected behaviour at the official ethereum doc https://github.com/ethereum/go-ethereum/wiki/Connecting-to-the-networkThe text was updated successfully, but these errors were encountered: