-
Notifications
You must be signed in to change notification settings - Fork 336
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
cli_wallet does not answer RPC call given in README #252
Comments
That is a witness API call, for the wallet api see: |
Working calls:
not working
cli_wallet prints this:
Instead of using
Output was:
|
I still cant bring the cli wallet to do anything useful but I need it for the deposit monitoring to decode the tx memo etc... It would also be useful for writing a trading bot or do you have a different plan for market making? |
I still cant bring the cli wallet to do anything useful but I need it for the deposit monitoring to decode the tx memo etc... |
I am adding some labels to make clear that this needs fixing! How would a market maker implement a bot when the cli_wallet doesn't reply? |
Ok .. I figured it out myself! I need to run
instead of
|
…er to the way regular websocket messages were handled since 0144552. Fixes cryptonomex/graphene#251, and likely eliminates the need for the workaround used to fix cryptonomex/graphene#1 and cryptonomex/graphene#252
…er to the way regular websocket messages were handled since 01445529f0af904f88cc6c60867b5c5d262aae1f. Fixes cryptonomex/graphene#251, and likely eliminates the need for the workaround used to fix cryptonomex/graphene#1 and cryptonomex/graphene#252
Exists with an unknown method exception.
and the query:
yields:
The text was updated successfully, but these errors were encountered: