Skip to content

Conversation

shohamc1
Copy link
Member

@shohamc1 shohamc1 commented Feb 13, 2025

Fixes incorrect patch for #12690

See: #12690 (comment)

➜  curl --request POST \
  -s --url http://127.0.0.1:8545/ \
  --header 'Content-Type: application/json' \
  --data '{
        "method": "eth_getBlockByHash",
        "params": [
                "latest",
                false
        ],
        "id": 1,
        "jsonrpc": "2.0"
}' | jq '.result.miner'
"0x0000000000000000000000000000000000000000"
➜  curl --request POST \
  -s --url http://127.0.0.1:8545/ \
  --header 'Content-Type: application/json' \
  --data '{
        "method": "eth_getBlockByNumber",
        "params": [
                "latest",
                false
        ],
        "id": 1,
        "jsonrpc": "2.0"
}' | jq '.result.miner'
"0x0000000000000000000000000000000000000000"

@yperbasis yperbasis added this to the 3.0.0-beta2 milestone Feb 13, 2025
@shohamc1 shohamc1 enabled auto-merge (squash) February 13, 2025 12:31
@shohamc1 shohamc1 merged commit 702a0d8 into main Feb 13, 2025
12 of 13 checks passed
@shohamc1 shohamc1 deleted the shohamc1/set-miner branch February 13, 2025 12:41
shohamc1 added a commit that referenced this pull request Feb 13, 2025
Fixes incorrect patch for #12690

See:
#12690 (comment)

```
➜  curl --request POST \
  -s --url http://127.0.0.1:8545/ \
  --header 'Content-Type: application/json' \
  --data '{
        "method": "eth_getBlockByHash",
        "params": [
                "latest",
                false
        ],
        "id": 1,
        "jsonrpc": "2.0"
}' | jq '.result.miner'
"0x0000000000000000000000000000000000000000"
➜  curl --request POST \
  -s --url http://127.0.0.1:8545/ \
  --header 'Content-Type: application/json' \
  --data '{
        "method": "eth_getBlockByNumber",
        "params": [
                "latest",
                false
        ],
        "id": 1,
        "jsonrpc": "2.0"
}' | jq '.result.miner'
"0x0000000000000000000000000000000000000000"
```

(cherry picked from commit 702a0d8)
shohamc1 added a commit that referenced this pull request Feb 13, 2025
Fixes incorrect patch for #12690

See:
#12690 (comment)

```
➜  curl --request POST \
  -s --url http://127.0.0.1:8545/ \
  --header 'Content-Type: application/json' \
  --data '{
        "method": "eth_getBlockByHash",
        "params": [
                "latest",
                false
        ],
        "id": 1,
        "jsonrpc": "2.0"
}' | jq '.result.miner'
"0x0000000000000000000000000000000000000000"
➜  curl --request POST \
  -s --url http://127.0.0.1:8545/ \
  --header 'Content-Type: application/json' \
  --data '{
        "method": "eth_getBlockByNumber",
        "params": [
                "latest",
                false
        ],
        "id": 1,
        "jsonrpc": "2.0"
}' | jq '.result.miner'
"0x0000000000000000000000000000000000000000"
```

(cherry picked from commit 702a0d8)
yperbasis pushed a commit that referenced this pull request Feb 13, 2025
shohamc1 added a commit that referenced this pull request Feb 13, 2025
revitteth pushed a commit to 0xPolygon/cdk-erigon that referenced this pull request Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants