Zilliqa / scilla-rtl

Execute Scilla code compiled by the Scilla -> LLVM compiler.
GNU General Public License v3.0
8 stars 3 forks source link

Use a different wide-integer library. The current one was buggy. #38

Closed vaivaswatha closed 3 years ago

vaivaswatha commented 3 years ago

Two tests which were failing and hence disabled have now been enabled and they succeed.

We're now using https://github.com/ckormanyos/wide-integer/. This is better tested and actively maintained.