mirror of https://github.com/hyperledger/besu
RC4 - eth_call and eth_feeHistory add blob fields (#6681)
* Add blobs to `eth_feeHistory` (#6679) Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net> * merge changelog Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> * merge Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net> Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>release-24.2.0 24.2.0-RC4
parent
ad4fdfa1d8
commit
698ec4204f
@ -0,0 +1,23 @@ |
|||||||
|
{ |
||||||
|
"request": { |
||||||
|
"id": 4, |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"method": "eth_call", |
||||||
|
"params": [ |
||||||
|
{ |
||||||
|
"to": "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f", |
||||||
|
"from": "a94f5374fce5edbc8e2a8697c15331677e6ebf0b", |
||||||
|
"data": "0x12a7b914", |
||||||
|
"blobVersionedHashes" : ["0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d"], |
||||||
|
"maxFeePerBlobGas": "0x3b9aca00" |
||||||
|
}, |
||||||
|
"latest" |
||||||
|
] |
||||||
|
}, |
||||||
|
"response": { |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"id": 4, |
||||||
|
"result": "0x0000000000000000000000000000000000000000000000000000000000000001" |
||||||
|
}, |
||||||
|
"statusCode": 200 |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
{ |
||||||
|
"request": { |
||||||
|
"id": 4, |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"method": "eth_call", |
||||||
|
"params": [ |
||||||
|
{ |
||||||
|
"to": "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f", |
||||||
|
"from": "a94f5374fce5edbc8e2a8697c15331677e6ebf0b", |
||||||
|
"data": "0x12a7b914", |
||||||
|
"blobVersionedHashes" : ["0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d"] |
||||||
|
}, |
||||||
|
"latest" |
||||||
|
] |
||||||
|
}, |
||||||
|
"response": { |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"id": 4, |
||||||
|
"error":{"code":-32603,"message":"Internal error"} |
||||||
|
}, |
||||||
|
"statusCode": 200 |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
{ |
||||||
|
"request": { |
||||||
|
"id": 4, |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"method": "eth_call", |
||||||
|
"params": [ |
||||||
|
{ |
||||||
|
"to": "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f", |
||||||
|
"from": "a94f5374fce5edbc8e2a8697c15331677e6ebf0b", |
||||||
|
"data": "0x12a7b914", |
||||||
|
"blobVersionedHashes" : ["0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d","0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d","0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d","0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d","0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d","0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d","0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d"], |
||||||
|
"maxFeePerBlobGas": "0x0" |
||||||
|
}, |
||||||
|
"latest" |
||||||
|
] |
||||||
|
}, |
||||||
|
"response": { |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"id": 4, |
||||||
|
"error":{"code":-32000,"message":"Total blob gas too high"} |
||||||
|
}, |
||||||
|
"statusCode": 200 |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
{ |
||||||
|
"request": { |
||||||
|
"id": 4, |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"method": "eth_call", |
||||||
|
"params": [ |
||||||
|
{ |
||||||
|
"to": "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f", |
||||||
|
"from": "a94f5374fce5edbc8e2a8697c15331677e6ebf0b", |
||||||
|
"data": "0x12a7b914", |
||||||
|
"blobVersionedHashes" : ["0x0100000051c8833cfbaf272e62da1285b183b0405357f62b052a4894ffcdaa2d"], |
||||||
|
"maxFeePerBlobGas": "0x0" |
||||||
|
}, |
||||||
|
"latest" |
||||||
|
] |
||||||
|
}, |
||||||
|
"response": { |
||||||
|
"jsonrpc": "2.0", |
||||||
|
"id": 4, |
||||||
|
"error":{"code":-32009,"message":"blob gas price below current blob base fee"} |
||||||
|
}, |
||||||
|
"statusCode": 200 |
||||||
|
} |
Loading…
Reference in new issue