Skip to content

Commit

Permalink
feat: implement bsc node with bsc provider
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed May 15, 2024
1 parent 3a2bc99 commit 9716ada
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 87 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/bsc/evm/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ pub enum BscBlockExecutionError {
#[source]
error: Box<ParliaConsensusError>,
},

/// Error when failed to execute system contract upgrade
#[error("system contract upgrade error")]
SystemContractUpgradeError,
}

impl From<BscBlockExecutionError> for BlockExecutionError {
Expand Down
Loading

0 comments on commit 9716ada

Please sign in to comment.