mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update Beacon API's Postman collection to 2.2.0 (#10559)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
d371cd6e89
commit
642de455d5
@ -502,6 +502,27 @@
|
|||||||
},
|
},
|
||||||
"response": []
|
"response": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "/beacon/blinded_blocks",
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"header": [
|
||||||
|
{
|
||||||
|
"key": "Content-Type",
|
||||||
|
"value": "application/json",
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"url": {
|
||||||
|
"raw": "/beacon/blinded_blocks",
|
||||||
|
"path": [
|
||||||
|
"beacon",
|
||||||
|
"blinded_blocks"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "/beacon/blocks/{block_id}",
|
"name": "/beacon/blocks/{block_id}",
|
||||||
"request": {
|
"request": {
|
||||||
@ -1135,6 +1156,29 @@
|
|||||||
},
|
},
|
||||||
"response": []
|
"response": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "/v2/debug/beacon/heads",
|
||||||
|
"request": {
|
||||||
|
"method": "GET",
|
||||||
|
"header": [],
|
||||||
|
"url": {
|
||||||
|
"raw": "http://localhost:3500/eth/v2/debug/beacon/heads",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": [
|
||||||
|
"localhost"
|
||||||
|
],
|
||||||
|
"port": "3500",
|
||||||
|
"path": [
|
||||||
|
"eth",
|
||||||
|
"v2",
|
||||||
|
"debug",
|
||||||
|
"beacon",
|
||||||
|
"heads"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "/node/identity",
|
"name": "/node/identity",
|
||||||
"request": {
|
"request": {
|
||||||
@ -1450,6 +1494,39 @@
|
|||||||
},
|
},
|
||||||
"response": []
|
"response": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "validator/blinded_blocks/{slot}",
|
||||||
|
"request": {
|
||||||
|
"method": "GET",
|
||||||
|
"header": [],
|
||||||
|
"url": {
|
||||||
|
"raw": "http://localhost:3500/eth/v1/validator/blinded_blocks/{slot}?graffiti=0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2=&randao_reveal=0x1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505cc411d61252fb6cb3fa0017b679f8bb2305b26a285fa2737f175668d0dff91cc1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": [
|
||||||
|
"localhost"
|
||||||
|
],
|
||||||
|
"port": "3500",
|
||||||
|
"path": [
|
||||||
|
"eth",
|
||||||
|
"v1",
|
||||||
|
"validator",
|
||||||
|
"blinded_blocks",
|
||||||
|
"{slot}"
|
||||||
|
],
|
||||||
|
"query": [
|
||||||
|
{
|
||||||
|
"key": "graffiti",
|
||||||
|
"value": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "randao_reveal",
|
||||||
|
"value": "0x1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505cc411d61252fb6cb3fa0017b679f8bb2305b26a285fa2737f175668d0dff91cc1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "/validator/attestation_data",
|
"name": "/validator/attestation_data",
|
||||||
"request": {
|
"request": {
|
||||||
@ -1686,6 +1763,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": []
|
"response": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "/validator/prepare_beacon_proposer",
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"header": [
|
||||||
|
{
|
||||||
|
"key": "Content-Type",
|
||||||
|
"value": "application/json",
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"body": {
|
||||||
|
"mode": "raw",
|
||||||
|
"raw": "[\n {\n \"validator_index\": \"1\",\n \"fee_recipient\": \"0xabcf8e0d4e9587369b2301d0790347320302cc09\"\n }\n]"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"raw": "/eth/v1/validator/prepare_beacon_proposer",
|
||||||
|
"path": [
|
||||||
|
"eth",
|
||||||
|
"v1",
|
||||||
|
"validator",
|
||||||
|
"prepare_beacon_proposer"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user