Skip to content
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

MixHash is missing from Block JSON Schema #112

Open
shanejonas opened this issue Apr 3, 2020 · 0 comments
Open

MixHash is missing from Block JSON Schema #112

shanejonas opened this issue Apr 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@shanejonas
Copy link
Contributor

shanejonas commented Apr 3, 2020

Describe the bug
MixHash is missing from Block

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://playground.open-rpc.org/?schemaUrl=https://services.jade.builders/core-geth/mainnet/1.11.16
  2. Click oneth_getBlockByNumber
  3. Scroll down and click 'try it now'
  4. Enter this in the Inspector Request editor:
{
    "jsonrpc": "2.0",
    "method": "eth_getBlockByNumber",
    "params": [
        "0x9a5883",
        true
    ],
    "id": 0
}
  1. MixHash is returned, but is not defined in the openrpc document
  2. See screenshots

Screenshots
image

image

@shanejonas shanejonas added the bug Something isn't working label Apr 3, 2020
@triage-new-issues triage-new-issues bot removed the triage label Apr 3, 2020
@shanejonas shanejonas changed the title MixHash is missing from lightBlock MixHash is missing from lBlock Apr 3, 2020
@shanejonas shanejonas changed the title MixHash is missing from lBlock MixHash is missing from Block Apr 3, 2020
@shanejonas shanejonas changed the title MixHash is missing from Block MixHash is missing from Block JSON Schema Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant