bradyrussell / UISCoin

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

Add BigPush operator #25

Closed bradyrussell closed 3 years ago

bradyrussell commented 3 years ago

Right now push is limited to 127 bytes due to using a fixed byte length field. Add a bigpush operator that uses a 4 byte length field