oraichain / orai

Monolithic repository of everything Oraichain
Other
28 stars 19 forks source link

Gasless panic nil pointer of reference #56

Closed ducphamle2 closed 3 days ago

ducphamle2 commented 1 month ago
ducphamle2 commented 2 weeks ago

This error is related to transactions being out of gas because we did not handle gas consumption correctly. Now, we reset the gas meter (using NewInfiniteGasMeter()) whenever we execute or reply to reduce the total gas consumed.

Checkout this repo's branch if you want to read the code: https://github.com/oraichain/wasmd/tree/feat/gasless-contract

ducphamle2 commented 2 weeks ago
image