-
The manual seal RPC endpoint has a field call `finalize`. When set, the newly-created block (and all of its ancestors) should be finalized. This parameter is not working as expected.
Creating block…
-
### What is the problem?
I wrote a test to continuously check with DescribeCacheCluster API for ElastiCache cluster until it is available. I found it resulted in the error exactly when it repeated …
-
This *might* be a duplicate of #39959. I'm posting a new issue here as the mechanism that the error is triggered significantly differs from that in the aforementioned issue.
## Sample code
```to…
-
The latest bot (version `v0.2.0`) fails to launch. After building a debug build and re-running the failing `config.toml` the error message is:
> thread 'main' panicked at 'there is no reactor runni…
flaki updated
3 years ago
-
How can I set location in the BigQuery client?
The client is looking by default for the dataset in Region US while it is located in a different region.
```
use google_cloud_bigquery::client::{C…
-
[Tokio-proto](https://tokio.rs/docs/getting-started/simple-server/) seems to be the best way to make a maintainable library. It's based on [Tokio-rs](https://tokio.rs) an *official* platform for writi…
-
Please post your question as a discussion in Telegram: https://t.me/ethers_rs
Hi,
I would like to encode like how I did with ethers.js:
let codedData = iface.encodeFunctionData("function name", [
…
-
The doc states: Note that in proto3 the default representation for all user-defined message types is Option
Can this be disabled somehow?
lcmgh updated
9 months ago
-
I am running `openethereum --config /etc/parity/parity.toml db reset 64` to reset my block state to do some testing. This works with openethereum 3.2.3, where the client will just start syncing up to…
Asara updated
3 years ago
-
https://github.com/tokio-rs/tokio-proto/blob/master/src/tcp_server.rs#L106-L115
Currently the `NewService` instance returned by `F` must be `Send + Sync`. Is this necessary? My read of the code is …