bradyrussell / UISCoin

Java cryptocurrency made to learn more about Bitcoin.
https://bradyrussell.github.io/UISCoin/javadoc
0 stars 1 forks source link

add gas / complexity cost so i can add flow control? #30

Open bradyrussell opened 3 years ago

bradyrussell commented 3 years ago

maybe costs per opcode variable based on actual complexity, and also costs based on stack size per frame?

bradyrussell commented 3 years ago

the cost would have to be written into the block i think