mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-06-14 08:29:31 +08:00
feat: inscription replay speedup
This commit is contained in:
@@ -157,7 +157,9 @@ pub async fn scan_bitcoin_chainstate_via_rpc_using_predicate(
|
||||
};
|
||||
|
||||
if let Some(ref inscriptions_db_conn) = inscriptions_db_conn {
|
||||
if !get_any_entry_in_ordinal_activities(&cursor, &inscriptions_db_conn, &ctx) {}
|
||||
if !get_any_entry_in_ordinal_activities(&cursor, &inscriptions_db_conn, &ctx) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Evaluating every single block is required for also keeping track of transfers.
|
||||
let local_traverals = match find_all_inscriptions_in_block(
|
||||
|
||||
Reference in New Issue
Block a user