conflux-rust
conflux-rust copied to clipboard
The official Rust implementation of Conflux protocol. https://doc.confluxnetwork.org
This change is [](https://reviewable.io/reviews/conflux-chain/conflux-rust/2557)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.22 to 1.17.0. Release notes Sourced from tokio's releases. Tokio v1.17.0 1.17.0 (February 15, 2022) This release updates the minimum supported Rust version (MSRV) to 1.49, the...
Seem now pos_db is under the same folder of conflux executable file. That causes the / folder too much larger. core/src/pos/config/src/config/storage_config.rs: data_dir: PathBuf::from("./pos_db"), can i configure it under: conflux_data_dir or...
I am trying to follow the instructions from [here](https://developer.confluxnetwork.org/conflux-doc/docs/get_started). However I keep getting the error message below ``` essage, peer=0x5da9…23de, msgid=35, error=Error(InvalidStatus("genesis hash mismatches"), State { next_error: None, backtrace: InternalBacktrace...
Bumps [enum-map](https://github.com/xfix/enum-map) from 0.4.1 to 2.0.2. Changelog Sourced from enum-map's changelog. Version 2.0.2 Other changes Fixed safety problem when using enum_map! macro with enums that incorrectly implemented Enum trait. Version...
kvdb_rocksdb - DB corrupted: Corruption: LZ4 not supported or corrupted LZ4 compressed block contents. Repair will be triggered on next restart 2022-05-07T06:34:53.127720800+08:00 WARN main kvdb_rocksdb - DB corrupted: Corruption: LZ4...
cfx_getBlockByBlockNumber return null when block number larger than block number of latest epoch,should it return error as cfx_getBlockByEpochNumber? ```sh curl --location --request POST 'http://182.92.92.126:12537' --header 'Content-Type: application/json' --data-raw '{ "id":...
This is a feature requested by a pool administrator. The tag could be specified in the config file and stored in the `custom` header field for each mined block. Similar...
Currently, it is challenging to check the validity of a transaction receipt if there was a pivot chain reorg. The receipt might belong to either the previous execution or the...