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

eth_getBlockByNumber size is not a QUANTITY #1932

Closed
keorn opened this issue Aug 16, 2016 · 2 comments
Closed

eth_getBlockByNumber size is not a QUANTITY #1932

keorn opened this issue Aug 16, 2016 · 2 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior.

Comments

@keorn
Copy link

keorn commented Aug 16, 2016

curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1b4", true],"id":1}' localhost:8545

returns size as INT, instead of QUANTITY as described here.

@keorn keorn added the F2-bug 🐞 The client fails to follow expected behavior. label Aug 16, 2016
@keorn
Copy link
Author

keorn commented Aug 16, 2016

@gavofyork gavofyork self-assigned this Aug 16, 2016
gavofyork added a commit that referenced this issue Aug 16, 2016
@sammy007
Copy link

Funny fact, in geth this property is "int" (int as string).

arkpar pushed a commit that referenced this issue Sep 11, 2016
* Fix up pending receipts details.

* Add support for additional params and registry over RPC.

* Fix tests.

* Add test, additional fix.

Fixes #1932.

* Fix up tests.

* Fix test.

* Fix test.
arkpar added a commit that referenced this issue Sep 11, 2016
* Fix several RPCs (#1926)

* Fix up pending receipts details.

* Add support for additional params and registry over RPC.

* Fix tests.

* Add test, additional fix.

Fixes #1932.

* Fix up tests.

* Fix test.

* Fix test.

* DB WAL size limit (#1935)

* Limit WAL size

* Check pruning by db modification date (#1924)

* Cache address hash (#1943)

* ECIES without MAC (#1948)

* Use random IV for ECIES AES

* ECIES encrypt/decrypt for a single message

* Derive IV from shared secret

* Apply settings to column families

* fixed #1933 (#1979)

* Fixed neighbours collection (#1996)

* dapps-hosts configuration

* Disabled counter check

* always process trie death row on commit, add more tracing

* fixed transaction addresses mapping, fixes #1971

* simplified iterator

* v1.3.1

* v1.3.1
gavofyork added a commit that referenced this issue Sep 22, 2016
* Fix up pending receipts details.

* Add support for additional params and registry over RPC.

* Fix tests.

* Add test, additional fix.

Fixes #1932.

* Fix up tests.

* Fix test.

* Fix test.

* Remove unused use.

* Add encryption, decryption and public-key RPCs.

* Remove &
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

No branches or pull requests

3 participants