hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
280 stars 124 forks source link

Need a test that `GASPRICE` opcode (via Solidity's `tx.gasprice`) works correctly #12775

Open david-bakin-sl opened 4 months ago

david-bakin-sl commented 4 months ago

GASPRICE opcode is supported by Hedera. But I can't find a BDD test that confirms that.

david-bakin-sl commented 4 months ago

FYI: gasprice is set in the message frame when it is built by FrameBuilder.buildInitialFrameWith. Then Besu pulls it out of the frame for the GASPRICE opcode.