Ilias Tsatiris
Ilias Tsatiris
### Summary of the problem Running `examples/evm/minimal_bytecode_only.py` throws an exception: `TypeError: address invalid type` ### Manticore version 0.3.5 ### Python version Python 3.8.5 ### OS / Environment Ubuntu 20.04.1 LTS...
### What type of bug is this? Crash ### What subsystems and features are affected? Data ingestion ### What happened? When backfilling data into a hypertable, we get a segfault...
This PR adds the ability to defer compilation at a later stage, instead of doing it at the time of the `CryticCompile` object. This is useful when the client code...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
This PR adds a `pc` field to the call tracer's callframes + logs. This field is very useful for debugging transactions and mapping them to the corresponding call sites in...
### Description It would be great if we decode hex strings to `bytes` (and similarly encode to them). For example: ```python def main(): t = MyClass(data=b"abc") # Somehow configure the...
Hello, we recently updated our plrust version from v1.0.0 to latest release. However, I am getting the following when trying to update the extension version to 1.1: ``` > ALTER...