Marek Kotewicz
Marek Kotewicz
i would also love this option :+1:
I have the same issue: ```rust error_chain! { foreign_links { Io(io::Error); } } fn load(path: P) -> Result { let mut file = fs::File::open(path).chain_err(|| "Cannot open database")?; // logic... }...
Last 2k inserted headers are now stored in memory https://github.com/paritytech/parity-bitcoin/blob/362d9bf2dc3474687f31852afd105b07499656f8/db/src/kv/cachedb.rs We can increase that number if needed
It's definitely on the roadmap, but unfortunately it's not our priority right now. If you would like to take a stab at it, you are welcomed 😉
I don't think that support for yet another bitcoin fork is anywhere on our roadmap. Personally, I also see no reason to support it, but if someone makes a non-intrusive...
https://deps.rs/repo/github/paritytech/parity-bitcoin
> they became invalid after HF, but will stay in memory pool. I am not sure I understand. Why should they stay in memory pool?
it's not being updated as it is not a priority for us right now. But any help is welcomed :)
@svyatonik is it still the issue?
We have recently updated ryon from `0.4` to `0.6`. Would be good to check if the problem still exists