-
### OS / Environment
Description: Linux Mint 18.3 Sylvia
Release: 18.3
Codename: sylvia
### Manticore version
Version: 0.2.5
### Python version
Python 3.6.5 :: Anaconda, Inc.
### Summary…
-
Hello. friends.
I am trying to import solc js in react mobx project.
But when use code "var solc = require('solc')", i am getting "Type error soljson.cwrap is not function".
If anyone know the way …
-
Hello again,
I'm trying to verify the following contract with solc-verify, but it is returning to me an error, that i guess is because this tool can't deal with tx.origin, can you confirm?
Code:…
-
Originally reported in https://github.com/ethereum/solc-bin/pull/21#discussion_r746961386.
`soljson-v0.4.1-nightly.2016.9.9+commit.79867f49.js` crashes solc-js because the version it reports appare…
-
the [miette](https://docs.rs/miette/latest/miette) crate comes with great error diagnistics out of the box that is also useful for libraries https://docs.rs/miette/latest/miette/#-in-libraries
comb…
-
By now I have tried a multitude of options and compiler versions, but the extension keeps complaining about a version mismatch, where it should not:
```sol
// SPDX-License-Identifier: MIT
pragma …
-
The `bytecode` generated by `truffle compile` and the `bin` generated by `solc` are always different.
I am using:
- solc v0.4.24
- truffle v4.1.14 (which, according to its `package.json`, relies …
-
Hi,
We are looking to integrate saddle in our [compilation library](https://github.com/crytic/crytic-compile/issues/95). This would allow to support all our tools (including [Slither](https://githu…
-
Since bridge contracts are in separate project just now and deployed separately, 'solc' is not needed as dependency for the bridge.
-
After I use solidity to yul function of solc, sometimes solc will compile the contract file into multiple yul files. So how do I use soll to compile it into a wasm file?
For example:
```
library Sa…