(WIP) ido
This commit is contained in:
parent
84a8fc4662
commit
ce9dba23cf
2 changed files with 1366 additions and 0 deletions
1358
src/db/ido/mod.rs
Normal file
1358
src/db/ido/mod.rs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -444,6 +444,14 @@ pub async fn index_blocks(
|
|||
)
|
||||
.await?;
|
||||
|
||||
db::ido::index_block(
|
||||
&db.ido_w,
|
||||
&sorted_txs,
|
||||
&blockhash,
|
||||
mtp as i64,
|
||||
)
|
||||
.await?;
|
||||
|
||||
let autheader_updates = if bcmr_enabled {
|
||||
let updates = index_bcmr(&db.bcmr_w, &blockhash, sorted_txs).await?;
|
||||
updates as i64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue