Gernot Salzer

Results 48 issues of Gernot Salzer

If `-A` is used with `-S` (and with `-a`), then the program fails to reconstruct the ABI: ``` reconstructed ABI: [] ``` Expected behaviour: The program should give a warning/an...

feature

*edit (original title): crash when using -A without -a* Apparently ABI reconstruction (option `-A`) takes the contract address from the commandline option `-a`. If the hex code is provided verbatim...

feature

When using the `intersections` library to compute the intersection of a line with a spline (path with `to` operator), we get the error `No shape named 'intersection-1' is known.` Varying...

intersections

### Overview It seems that `solcx` is tied to the platform it is running on, meaning that it will load and install binaries for the current platform. For cross-platform use,...

### What I did Modified the parsing of the pragma string in order to - remove leading zeros that are accepted by solc but are not accepted by semantic_version -...

### Overview Currently, `solc.install.install_solc_pragma(pragma_string)` installs the newest available Solidity version that matches the given pragma. In some situations, it is preferable to use the *lowest* matching version instead. First, it...

### Environment information * `py-solc-x` Version: 1.1.1 * Python Version: 3.6.9, 3.8.0 * OS: linux ### What was wrong? The Solidity compiler accepts pragma strings like `^0.5.00;` (double zero), while...

### Environment information * `py-solc-x` Version: 1.1.1 * `solc` Version: irrelevant * Python Version: 3.8.0 * OS: linux ### What was wrong? Some contracts out there contain sequences of contraints,...

- **OpenEthereum version (>=3.1.0)**: 3.3.4 - **Operating system**: Linux - **Installation**: built from source `Cargo.lock` changed locally after building openethereum from source and now differs from the version on github,...

- **OpenEthereum version**: v3.3.2-stable-c4328fa9a-20210904/x86_64-linux-gnu/rustc1.51.0 - **Operating system**: Linux - **Installation**: built from source - **Fully synchronized**: yes - **Network**: ethereum - **Restarted**: yes OE stopped importing and logging. Probably a...