hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

The acceptance release tests should query the gas fees from the mirror node and adjust them accordingly in the tests.

Open ebadiere opened this issue 1 year ago • 0 comments
trafficstars

Problem

Varying gas fees can cause tests to fail. Especially on testnet.

Solution

The endpoint /api/v1/network/fees will return the gas fees. Use it to query the latest gasFees and apply them accordingly to the tests.

Alternatives

No response

ebadiere avatar Feb 02 '24 02:02 ebadiere