ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

[WIP] Enable keccak256 precompile #14

Closed axic closed 5 years ago

axic commented 6 years ago

See https://github.com/ewasm/design/pull/73.

Also needs to be implemented in cpp-ethereum.

lrettig commented 6 years ago

How important is this for the testnet?

axic commented 6 years ago

How important is this for the testnet?

Extremely 😉

Many contracts use/need hashing (if for nothing else, but to determine storage slots) and that is going to be expensive to be had if they duplicate hashing code all the time.

We can include the compiled wasm of this here: https://github.com/ewasm/ewasm-precompiles/tree/master/keccak256

axic commented 5 years ago

Lets shelve this for now.