Sylwester Rąpała
Sylwester Rąpała
### What went wrong? When query sei tendermint node last_block serialization failed Reproduce code: Cargo.toml ```toml [package] name = "tendermint_tx_search" version = "0.1.0" edition = "2021" # See more keys...
Tron doesn't accept the format generated by alloy 0.15, and I haven't found a way to override it before calling the `aggragate3()` function. Also, on Tron the multicall contract has...
I believe it would be beneficial to support semantic versioning (semver) instead of relying solely on numeric versions. Using semver in migration names allows for additional context, indicating the significance...
Hi, small modification of retain function can lead to dead-lock. ```rs let interval = Duration::from_secs(30); let max_age = Duration::from_secs(60); tokio::spawn(async move { loop { tokio::time::sleep(interval).await; pool.retain(|_, metrics| { let should_be_remove...