Alex Beregszaszi
Alex Beregszaszi
Thanks! Can you also add the other functions: https://github.com/ethereum/solc-js/blob/master/wrapper.js#L216-L238 ? Also not sure how to deal with the other public entry points in `abi`, `linker` and `translate`. All of them...
I understand, though I am not convinced how the JSON definition should be included here given those functions only take strings. Ok, I'll add some of these myself then, but...
Added some of the missing definitions. @MicahZoltu how can we run tests on this?
> You can't really "test" type definitions in an automated way. I want to write an actual test case.
> IMO, compileStandardWrapper should be taking in a JavaScript object and returning a JavaScript object, not a JSON string. I know you have been mentioning this several times, but doing...
I think the ask to have a single test written in typescript using the definitions makes sense, because otherwise we have no way telling if the interfaces are valid, since...
I suppose #565 needs to be merged first?
Can you please explain what is the goal of this PR?
I think this may be better done with promoting the `loadRemoteVersion` feature to work with nightlies.
@MicahZoltu @danqing @cruhl sorry for the delays, we just need to understand Typescript better since otherwise we cannot maintain it and merging means we have to maintain it. Would it...