Antoni Spaanderman
Antoni Spaanderman
missing mempool tx/entry is common in the log, for replaced transactions. i did however find a whole list of missing mempool entry warnings followed by `mempool sync failed: batch getmempoolentry...
> > `Resource temporarily unavailable (os error 11)` > > Has this error also happened before this PR? not that i know of, at least not from 19 (log start)...
how many times will people enable/disable txindex? to me this is a permanent setting the electrum queries that need the electrs txindex could return an error saying 'i am reindexing',...
> the electrum queries that need the electrs txindex what queries need it? i believe this is only used to provide bitcoind with a blockhash for getrawtransaction, to get one...
> On that note, can somebody mention the data schema when txindex is enabled? I am assuming that we are using rocksdb for the TX index also, right? txindex is...
> Would using rocksdb over bitcoin core for reading TX index provide any performance benefits? no, the txid table electrs uses (about 10.5 gigabyte now) is optimized for storage usage...
https://mempool.space/tx/b7e6b7c245002a81ef5334451e8ac1a51c365d30b23130c7370af605117ce5e4  dont know if this has to do with this script thing or https://github.com/mempool/mempool/issues/1007 EDIT: oh wait it's being fixed in https://github.com/mempool/mempool/pull/1060
got this bug again (rust-analyzer version: 0.4.1951-standalone) inlining `all` in ```rust let _ = [].iter().all(|&a: &i32| a == 2); ``` gives this: ```rust let _ = { let this =...
> For some methods like the following one, we can return an error while encoding the key OR the value + while decoding the key OR the value: Instead of...
i have just [updated](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/62135) ~(not merged yet)~ `@types/cli-table`. i will also add them here but i expect that a pr to DefinitelyTyped gets merged faster :) EDIT: merged now