peilun-conflux

Results 24 comments of peilun-conflux

Since we have assumed that the checkpoint will not be reverted during catching-up, always keeping the states from the checkpoint to the tip should be enough?

Not sure if there is any issue here. Maybe you can provide more logs (excluding those RPC calls)?

Could you please check the node log file to see if there is another line like `Failed to create snapshot for epoch_id XXX with error XXX`? This error should contain...

Thanks for pointing this out! Releasing the lock here introduces a possible race condition, but as I understand the worse case is to trigger some duplicated requests, which is acceptable.

Thanks for the interest! `newPendingTransactions` has already been implemented in `filter` RPCs for eSpace (you can check `new_pending_transaction_filter` and `filter_changes` in `rpc/impls/eth_filter.rs`), so I guess we can use a similar...

This cannot be achieved in the current version, and implementing it is also a bit tricky. The main issue is that maintaining the transaction pool requires knowledge of the latest...

You can try to use our v2.3.4 release https://github.com/Conflux-Chain/conflux-rust/releases/tag/v2.3.4 and set `use_isolated_db_for_mpt_table=true` in the configuration file. The first restart will take several hours, but after that the syncing should be...