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
Using a statically typed language is standard for compilers, and would improve our class management!
We should do this before making large changes to the logic as it requires touching every bit of js code - will (hopefully) be easier to add features in ts than add them in js and upgrade later.
This will be a big job so will assign as an epic.
The text was updated successfully, but these errors were encountered:
Solc-js (compiler wrapper* for Solidity -> abi, ast, etc.) migrated/is migrating to ts as well. Their process will probably be useful to check out: ethereum/solc-js#287
Using a statically typed language is standard for compilers, and would improve our class management!
We should do this before making large changes to the logic as it requires touching every bit of js code - will (hopefully) be easier to add features in ts than add them in js and upgrade later.
This will be a big job so will assign as an epic.
The text was updated successfully, but these errors were encountered: