zama-ai / fhevm-go

fhevm-go is an open-source library used to easily integrate the fhEVM into an EVM-compatible blockchain.
Other
21 stars 14 forks source link

fix(gas): add utils for protected storage gas cost #110

Closed dartdart26 closed 5 months ago

dartdart26 commented 6 months ago

Utils in this PR are to be used in go-ethereum in order to charge gas for protected storage - on SSTORE and SLOAD of handles.

dartdart26 commented 6 months ago

I am actually not 100% sure if gas costs themselves are correct, please double check.