r0qs
r0qs
This PR attempt to solve the issue https://github.com/ethereum/solc-js/issues/632. It adds a test to verify if the current version is equal to the downloaded one, and it also modifies the downloader...
Hi, currently some very useful low level functions are not exported. To list few: `makeSingleOwnerChunkFromData`, `uploadSingleOwnerChunkData`, `recoverChunkOwner` and `downloadSingleOwnerChunk` from the [soc api](https://github.com/ethersphere/bee-js/blob/master/src/chunk/soc.ts), and `makeFeedIdentifier`, `uploadFeedUpdate`, `downloadFeedUpdate`, etc, from the...
Hi, I would like to use the type ChunkReference as an argument for some functions in a lib that I'm writing, but it seems that although the type is [exported](https://github.com/ethersphere/bee-js/blob/master/src/feed/index.ts#L45)...
This PR supersedes https://github.com/ethereum/solidity/pull/13499 and address some of the concerns of the issue https://github.com/ethereum/solidity/issues/8969. It adds a workflow to label PRs as stale after 14 days of inactivity, comments on...
This PR adds a simple workflow to move new issues to the [old project board](https://github.com/ethereum/solidity/projects/43) as mentioned here: https://github.com/ethereum/solidity/issues/8969#issuecomment-1245619135 The workflow adds any new issue not labeled yet to the...
The PR fixes the below issues adding documentation about their respective topics: - Adds documentation recommending the use of [SRI](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) when fetching the binaries: https://github.com/ethereum/solc-js/issues/334 - Adds documentation about the...
This PR addresses the comments made here https://github.com/ethereum/solc-js/pull/648#issuecomment-1218209344 and is part of the solution for the issue https://github.com/ethereum/solc-js/issues/632. It adds a CI job to test if the current version is...
As mentioned here https://github.com/ethereum/solc-js/pull/441#issuecomment-573700584, we should enable the test suite to run against a single soljson binary. The CI config must also be adjusted to run the tests with the...
As mentioned here https://github.com/ethereum/solc-js/pull/441#issuecomment-573700584, the test suite should support testing the CLI against different solc versions.
We should change the compiler wrapper object to not include the `loadRemoteVersion` method. The method should be exported independently. This was brought by PR #416.