ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 179 forks source link

Finish buf refactor #917

Closed g-r-a-n-t closed 1 year ago

g-r-a-n-t commented 1 year ago

What was wrong?

There were still some std::evm functions that used memory offset and length parameters instead of MemoryBuffer.

How was it fixed?

To-Do