Spencer Corwin
Spencer Corwin
* Finish removing iterators (besides storage) from compiler * Could create an iterator/enumerator abstraction? * Object: size, currentIndex, next, keysArr (not if enumerator), valuesArr * ArrSomeHelper * entries * ArrayIterator...
Need to look through all the consensus message classes for type errors as well
Had to also pin `Level-JS` and `LevelUp` dependencies to get the website working again as of commit `37bccad`
Change line 250 in `createSmartContract.ts` and line 216-218:
And in line 227 in `LocalUserAccountProvider.ts`
And line 403 (and probably others) in `common.ts`:
And here in `common.ts` and `ManifestSmartContractProcessor.ts`
Also revert #2544
https://github.com/emotion-js/emotion/issues/1606
Make sure to check all uses of `System.Runtime.Notify`. Also, it's possible that instead of just slicing and limiting all console.logs we could somehow split the object into multiple notifications so...