hedera-json-rpc-relay
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.
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