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

RAW-JSON response and RAW masspay-list - to pay for leasings #6

Open
username1565 opened this issue Sep 28, 2019 · 2 comments
Open

Comments

@username1565
Copy link

username1565 commented Sep 28, 2019

Hello. I see here: https://forum.wavesplatform.com/t/w8io-waves-explorer-based-on-php-sqlite/1424
There is possible to get RAW-data as JSON, but this is displayed inside HTML-page, and not always correct.

Example, test for donation address pywaves (3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i)
https://w8io.ru/3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i/pay/1725000/5000000
one data
https://w8io.ru/3P5dg6PtSAQmdH1qCGKJWu7bkzRG27mny5i/pay/1725000/5000000/raw
another data...

Can you fix this, and return the pure JSON, which can be parsed?

Something, like:
https://w8io.ru/NODEADDRESS/pay/STARTBLOCK/ENDBLOCK/json -> pure JSON to pay for leasers for their leasing, according generated blocks on the node NODEADDRESS, from STARTBLOCK up to ENDBLOCK.

Also, will be better to add something, like masspay text:
https://w8io.ru/NODEADDRESS/pay/STARTBLOCK/ENDBLOCK/masspay
to just copy and paste this, parse, or just get by XMLHttpRequest,
and pay for leasers, using one masspay transaction, using some script.

Best regards.

@username1565 username1565 changed the title raw-json RAW-JSON response and RAW masspay-list - to pay for leasings Sep 28, 2019
@deemru
Copy link
Owner

deemru commented Oct 3, 2019

Good point, will be done.

@username1565
Copy link
Author

username1565 commented Oct 3, 2019

@deemru, Hi, Dmitry!
Btw, I see here: https://forum.wavesplatform.com/t/where-can-i-manually-sign-a-message/8625
Your post about signing and verify messages using the NODE REST API.

I think, I have already implemented this, to work client-side, in browser.
But need to test this, and maybe fix something, to make this signatures verifiable on the node.

Maybe then, will be possible to add the ability of sign and verify messages, in waves-client,
and this will be working client-side, like here is possible to sign and verify signed messages, using bitcoin private keys and addresses.

If you interested this, you can see the following issue: https://github.com/wavesplatform/Waves/issues/2625

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants