stratisproject / StratisBitcoinFullNode

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

[SC] When adding SmartContracts feature, have option to select which executor / VM to use, rather than UseReflectionExecutor. #3078

Open codingupastorm opened 5 years ago

codingupastorm commented 5 years ago

Also! Rename UseReflectionExecutor to UseCLRExecutor!

codingupastorm commented 5 years ago

Using this approach could be problematic because then the .Features.SmartContracts repo needs to know about every possible VM that could be used.

Need to discuss this before proceeding.