FourthState / plasma-mvp-sidechain

Cosmos SDK (Tendermint consensus) side-chain implementation for plasma
Apache License 2.0
112 stars 35 forks source link

New Int Type #150

Open hamdiallam opened 5 years ago

hamdiallam commented 5 years ago

Create a new int type that checks for 256 bit overflow/underflow bugs. Also satisfy the RLP interface to allow for direct struct serialization when composing big integers

hamdiallam commented 4 years ago

We should first flesh out the design of this some more and see if it's worth doing.