massalabs / massa-web3

Web3 libraries for Massa
MIT License
29 stars 74 forks source link

next: add 20% of pre-call smart contract gas estimation #639

Closed Thykof closed 1 month ago

Thykof commented 1 month ago

In the call smart contract function we do a read only estimate if the gas is not provided.

The gas estimation is often incorrect. We need to add 20% without going beyond the max gas of a call SC.