yann300

Results 80 comments of yann300

hello @charles-cooper could you help us in this? https://vyper.live/compile is being used by remix.ethereum.org and it is at the moment broken (it was fine 3 days ago) thanks very much

@m0ham3dx yes but the api endpoint ( https://vyper.live/compile ) is broken. so it isn't working anymore even in Remix.

@ngmisl you mean compilation errors?

we have setup our own api endpoint.

That would break project that already use it (Mist?) . But I am fine with it .. that is cleaner anyway

That's also very convenient to be able to input a hex string (specially when you have to deal with arrays...) what do you want to do with this one? cause...

for making sure `linkReference` for old compilers are mapping of mapping instead of array (i guess to be compliant to standard JSON I/O) https://github.com/ethereum/solc-js/pull/242/files#diff-dd1cfac53126f7abb38b82058b4312afR69 can't say if this is still...

> So basically the test case would use findLinkReferences with an old style link reference (__LibraryName_____...) right I believe so, and the output should be compliant with JSON standard.

> what are the use-cases? That would be helpful for extracting the metadata. will `immutables` also be described? and in that case is there any way that they can be...