Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Filter identifier are not quantities #2032

Closed
bas-vk opened this issue Sep 1, 2016 · 0 comments · Fixed by #2037
Closed

Filter identifier are not quantities #2032

bas-vk opened this issue Sep 1, 2016 · 0 comments · Fixed by #2037
Assignees
Labels
F2-bug 🐞 The client fails to follow expected behavior.

Comments

@bas-vk
Copy link

bas-vk commented Sep 1, 2016

According to the json spec filter id's are encoded as quantities.
Quantities must be as compact as possible (apart from 0 which is 0x0).

Expected:
{"jsonrpc":"2.0","result":"0x0","id":1}
{"jsonrpc":"2.0","result":"0x1","id":1}
Got:
{"jsonrpc":"2.0","result":"0x00","id":1}
{"jsonrpc":"2.0","result":"0x01","id":1}

@tomusdrw tomusdrw self-assigned this Sep 1, 2016
@keorn keorn added the F2-bug 🐞 The client fails to follow expected behavior. label Sep 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants