EnsoFinance / temper

Temper your expectations - Ethereum Transaction Simulator
MIT License
343 stars 41 forks source link

single threaded not available #29

Open rouzwelt opened 6 months ago

rouzwelt commented 6 months ago

so I wanted to use this lib in a single threaded project setup that I have, but I get this error when trying to run things: thread 'main' panicked at /ethers-rs-c3a7c0a0ae0fe6be/df165b8/ethers-solc/src/utils.rs:437:48: can call blocking only when running on the multi-threaded runtime

any idea how this can be fixed or any known workarounds? thank you

distributedstatemachine commented 6 months ago

Relevant: https://nullderef.com/blog/rust-async-sync/

devanoneth commented 4 months ago

This is not something we plan to support ourselves. We'd be open to a PR which helps you, but it's not something we can currently prioritize.