-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fix/eth_getBlockByNumber and eth_getUncle... nullable fields #341
Commits on Mar 15, 2021
-
ethclient,internal/ethapi: add Nonce (null) to pending block JSON
Date: 2021-03-15 09:53:13-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 418e29f - Browse repository at this point
Copy the full SHA 418e29fView commit details -
ethclient: add test case for expected non-null values ('number')
Date: 2021-03-15 09:56:24-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be15ecb - Browse repository at this point
Copy the full SHA be15ecbView commit details -
ethclient: refactor test, unifying to map of expected value (null, ze…
…ro-value, and filled) Date: 2021-03-15 10:07:04-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b446973 - Browse repository at this point
Copy the full SHA b446973View commit details -
ethclient: add missing fields to test and compare diff
Date: 2021-03-15 10:15:24-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc4e75c - Browse repository at this point
Copy the full SHA dc4e75cView commit details -
ethclient,internal/ethapi: add Hash (null) to pending block JSON
Date: 2021-03-15 10:16:52-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0cd460 - Browse repository at this point
Copy the full SHA f0cd460View commit details -
ethclient: assert positive generic match on special case timestamp
Date: 2021-03-15 10:21:40-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3140ce - Browse repository at this point
Copy the full SHA b3140ceView commit details -
ethclient,internal/ethapi: jsonrpc header marshaling assign totalDiff…
…iculty by calculation if DNE Date: 2021-03-15 10:44:45-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e6d656 - Browse repository at this point
Copy the full SHA 0e6d656View commit details -
internal/ethapi: add Miner (null) to pending block JSON
Date: 2021-03-15 10:55:14-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f11d477 - Browse repository at this point
Copy the full SHA f11d477View commit details -
ethclient,internal/ethapi: wip: totalDifficulty is fucked up; either …
…incrementing too big or nil Date: 2021-03-15 11:15:25-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b3f223 - Browse repository at this point
Copy the full SHA 6b3f223View commit details -
ethclient: move test to 'cg' namespaced file, allows testing @ethereu…
…m/go-ethereum Date: 2021-03-15 13:35:41-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6b943e - Browse repository at this point
Copy the full SHA a6b943eView commit details -
ethclient: refactor test to be generic using pattern matching
Date: 2021-03-15 14:16:06-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b3cf0d - Browse repository at this point
Copy the full SHA 0b3cf0dView commit details -
ethclient: add Latest suffix for a more descriptive test name
Date: 2021-03-15 14:17:42-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97e24db - Browse repository at this point
Copy the full SHA 97e24dbView commit details -
ethclient: extrapolate regex-based test to earliest,latest,pending
Date: 2021-03-15 14:48:05-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e52bcad - Browse repository at this point
Copy the full SHA e52bcadView commit details -
ethclient: rename test to be more conventional and descriptive
Date: 2021-03-15 14:50:05-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfcf223 - Browse repository at this point
Copy the full SHA cfcf223View commit details -
internal/ethapi: remove dead wip-commented code
Date: 2021-03-15 14:50:19-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14ec0c0 - Browse repository at this point
Copy the full SHA 14ec0c0View commit details -
.github/workflows,ethclient: init Github Actions CI workflow to test …
…go-ethereum 1:1 cases Date: 2021-03-15 15:16:47-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fd659c - Browse repository at this point
Copy the full SHA 4fd659cView commit details -
ethclient: use go subtest syntax for better descriptiveness and logging
Date: 2021-03-15 15:23:31-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b7de79 - Browse repository at this point
Copy the full SHA 3b7de79View commit details -
ethclient: additional commentary
Date: 2021-03-15 15:25:59-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 904066f - Browse repository at this point
Copy the full SHA 904066fView commit details
Commits on Mar 16, 2021
-
.github/workflows,ethclient: remove go-ethereum 1:1 comparative testing
This is just a little over-the-top and too ad-hoc to be worth existence. Date: 2021-03-16 10:33:15-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 119b604 - Browse repository at this point
Copy the full SHA 119b604View commit details -
ethclient: assert hash len for block hash field
Date: 2021-03-16 10:55:16-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78e602b - Browse repository at this point
Copy the full SHA 78e602bView commit details
Commits on Mar 17, 2021
-
internal/ethapi: omit the transactions field when marshaling uncle bl…
…ocks Create a dedicated type for this case, switching on it conditionally when inclTx is false; this parameter is false only for uncle blocks. Date: 2021-03-17 13:08:01-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67ca5fc - Browse repository at this point
Copy the full SHA 67ca5fcView commit details -
ethclient: test that the transactions field is omitted for uncles res…
…ponses Date: 2021-03-17 13:30:37-05:00 Signed-off-by: meows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 136e50f - Browse repository at this point
Copy the full SHA 136e50fView commit details