Skip to content
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

RPC calls needed to add support for Graphene clients to the bts_tools #339

Closed
wackou opened this issue Sep 25, 2015 · 0 comments
Closed
Labels

Comments

@wackou
Copy link
Contributor

wackou commented Sep 25, 2015

In order to be able to port the bts_tools to also support Graphene clients, I would need some RPC calls that were available in BitShares 0.9.x but are not yet in Graphene. These are:

  • about: needed for info such as tag or git version
  • network_get_info: I especially need to be able to get the p2p port on which we are listening
  • network_set_allowed_peers: in order to implement the backbone proposal (http://digitalgaia.io/backbone.html) I would need to restrict connections to a set of hosts. In BitShares 0.9.x network_set_allowed_peers used to take a list of peer ids, but those are only available via rpc calling network_get_info on the other client's side. It would be nice if it could take a list of host:port instead. If not, it would be nice if the peer id of another node could be accessible via its public API, such as in the about call, for instance (because the network API is restricted to logged in connections).
  • blockchain_get_witness_slot_records: this makes checking whether the delegate missed some blocks very easy (I should probably need to get this info via the websocket api and register for callbacks on the produced blocks, I guess)

It would be really nice if I could get at least the 3 first ones, thanks!

wackou added a commit to wackou/graphene that referenced this issue Nov 25, 2015
bytemaster added a commit that referenced this issue Nov 25, 2015
Api calls for #339: needed api calls (mostly network) for supporting bts_tools
@wackou wackou closed this as completed Nov 25, 2015
pmconrad pushed a commit to pmconrad/graphene that referenced this issue Sep 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants