Skip to content

Commit

Permalink
feat: add taiko and taikoAuth apis
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Aug 14, 2024
1 parent 95bb990 commit e882225
Show file tree
Hide file tree
Showing 13 changed files with 233 additions and 202 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/evm/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ mod tests {
withdrawals: None,
requests: None,
};
let block = BlockWithSenders::new(block, Default::default()).unwrap();
let mut block = BlockWithSenders::new(block, Default::default()).unwrap();
let _ = executor.execute(BlockExecutionInput::new(&mut block, U256::ZERO));
}
}
2 changes: 1 addition & 1 deletion crates/node/builder/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ where
.with_events(node.provider().clone())
.with_executor(node.task_executor().clone())
.with_evm_config(node.evm_config().clone())
.build_with_auth_server(module_config, engine_api, config.builder.clone());
.build_with_auth_server(module_config, engine_api);

let mut registry = RpcRegistry { registry };
let ctx = RpcContext {
Expand Down
Loading

0 comments on commit e882225

Please sign in to comment.