This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test for leading zeros in JSON-RPC response
From https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding: "When encoding QUANTITIES (integers, numbers): encode as hex, prefix with '0x', the most compact representation (slight exception: zero should be represented as '0x0'). Examples:" "WRONG: 0x0400 (no leading zeroes allowed)"
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters