Closed gkaracha closed 3 years ago
I think I would also personally feel better to have a second review (@utdemir) before merging given how core of a change this is.
Totally agree @dorranh, it's already uncomfortable enough changing something so fundamental so late, the more pairs of eyes check it the better!
Fixes #190.
Many of our tests were dealing with very high amounts of tez, leading to failures after switching to
Int64.t
. So, I changed most generators for tez to go up to 10_000tez, to avoid hitting theInt64.max_int
limit.