This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
eth_getBlockByNumber size is not a QUANTITY #1932
Labels
F2-bug 🐞
The client fails to follow expected behavior.
Comments
gavofyork
added a commit
that referenced
this issue
Aug 16, 2016
Funny fact, in geth this property is |
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.
returns size as
INT
, instead ofQUANTITY
as described here.The text was updated successfully, but these errors were encountered: