ethereum / beacon_chain

MIT License
209 stars 65 forks source link

Add a few tests #108

Closed p-mc2 closed 5 years ago

p-mc2 commented 5 years ago

Adding some tests in line with the discussion on gitter about preferably testing for int8, int16, int32, and int64 to avoid confusion. Does not close #100

djrtwo commented 5 years ago

I would add an explicit test for int128 and int256 because we are likely to use both of these types in the beacon chain