You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Quickcheck for property based testing (#168)
* use new BigNumber rep
* tests passing
* added many property based tests
* remove size restrictions on tests
* use reifyType to cover literally every possible case
* finish cleaning up tests
* test coverage
* upgrade tests
* no local deps
* remove unused import
* remove arb tuples
* rename embed to fromInt, add laws checks for value
* update js-bigint
* update eth-core