Ariel Tempelhof
Ariel Tempelhof
Don't see how #9391 solves this. tried running `make evm` and the result is the same. Still can't compile v2.58.0 - ``` bash# CC=clang-12 CXX=clang++-12 CFLAGS="-O3" make erigon Building erigon...
@battlmonstr my linux version: Ubuntu 22.04.4 LTS aarch64 Running the mentioned script: ``` /root/go/pkg/mod/github.com/erigontech/[email protected]/lib/linux_arm64/libsilkworm_capi.so ``` go env: ``` GO111MODULE="" GOARCH="arm64" GOBIN="" GOCACHE="/root/.cache/go-build" GOENV="/root/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="arm64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/root/go/pkg/mod"...
My bad @battlmonstr . I'm terribly sorry. Indeed I meant arm64 🤦
The above contract is just an example. We want to decode historic transactions to already deployed contacts
+1 Error in `crates/starknet-devnet-core/src/starknet/defaulter.rs:38:43` while calling `reqwest::blocking::Client::new()`
We're actually trying to use `starknet-devnet-core` as a library, so developing in debug is easier
@marioiordanov we rely on forking :)