r0qs

Results 76 comments of r0qs

Hi @RickCastle2018 what version of solc-js are you using? When you opened the issue you state that were using `soljson-v0.8.4+commit.c7e474f2.js` but in your example you use `v0.4.5`. You are correct...

Hi, thanks for the PR. We think that allowing the download from different sources may be relevant. However, it should be from a trusted list of sources for security reasons....

Hi @iAmMichaelConnor, @yilmazbingo, and @TimDaub, I looked at this problem, and apparently, it was fixed on version `>=0.8.12`. I tested the demo using the recent solcjs versions, and it worked...

Hey, what is missing in this PR to be merged? Just the rebase on the latest master? It would be great to have this merged.

Hi @weiyuan95, what version of solc are you using? I tested your code here, and it compiles with solc version `0.8.17`, soljson `v0.4.18+commit.9cf6e910` and nodejs`18.9.0`. However, I get the following...

Hi, @t4sk thanks for the PR, but the `solc-js` cli should match the behavior of the `solc`, which currently, does not return warnings as errors. So I will be closing...

Hi, I'm closing this because, as pointed out here: https://github.com/ethereum/solc-js/issues/581 and by this comment: https://github.com/ethereum/solc-js/issues/456#issuecomment-604649453, it is currently required to use a web worker with solc-js in some browsers (chromium-based)....

Oh, now I noticed that there is a type `Reference` that is exposed, but it is `HexString` instead of `Bytes`: https://github.com/ethersphere/bee-js/blob/master/src/types/index.ts#L21 So I imagine that the `ChunkReference` is intended only...

Thanks. I just asked because before I was using bytes, and then I found the ChunkReference type and I would like to used it, but `HexString` works fine for me....

> Could you please share an example of what exactly you are trying to do? Sure, I want to download a feed update at a specific index. I know that...