Skip to content

Commit

Permalink
chore: Fixing ar process
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed Jan 23, 2025
1 parent dd37afa commit 51929cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ borsh = "1.5.1"
brotlic = "0.8.2"

# exex-templates
exex-wvm-da = { git = "https://github.com/weaveVM/exex-templates?f", branch = "main" }
exex-wvm-bigquery = { git = "https://github.com/weaveVM/exex-templates?f", branch = "main" }
exex-wvm-da = { git = "https://github.com/weaveVM/exex-templates?h", branch = "main" }
exex-wvm-bigquery = { git = "https://github.com/weaveVM/exex-templates?h", branch = "main" }

# fees
fees = { git = "https://github.com/weaveVM/miscalleneous?c", branch = "main" }
Expand Down
2 changes: 2 additions & 0 deletions wvm-apps/wvm-exexed/crates/reth-exexed/src/exex/ar_actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,14 @@ async fn update_bigquery(
update_bigquery_tags(big_query_client, block).await?;

let save_block_start_time = std::time::Instant::now();
let block_hash = block.block.hash().to_string();

let result = exex_wvm_bigquery::save_block(
state_repo.clone(),
block,
block_number,
arweave_id.to_string(),
block_hash
)
.await;

Expand Down

0 comments on commit 51929cd

Please sign in to comment.