stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
788 stars 312 forks source link

Progress on putting ECRecover functionality into contracts #4194

Open codingupastorm opened 4 years ago

codingupastorm commented 4 years ago

Ethereum contracts increasingly use the ECRecover opcode which returns the address of the private key that signed a message.

This PR introduces that functionality and was just starting to test it. It needs more work before being merged.

The new functionality was enabled in the Stratis.SmartContracts v1.2.2-dev package.

It needs:

codingupastorm commented 4 years ago

Stratis.SmartContracts 1.2.2 is here https://github.com/stratisproject/Stratis.SmartContracts/pull/5