onflow / cadence

Cadence, the resource-oriented smart contract programming language 🏃‍♂️
https://cadence-lang.org
Apache License 2.0
533 stars 138 forks source link

Move Flow specific functionality to FVM #1916

Open turbolent opened 2 years ago

turbolent commented 2 years ago

Issue To Be Solved

Cadence contains a lot of Flow-specific functionality.

Suggested Solution

Move Flow-specific functionality (mostly in stdlib) to FVM.

bluesign commented 2 years ago

Thanks this is much needed, and will make cadence much powerful.