Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

fix: execution error due to int conversion #154

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

j75689
Copy link
Collaborator

@j75689 j75689 commented Oct 3, 2024

Description

fix execution error due to int conversion

Rationale

thread 'tokio-runtime-worker' panicked at /app/crates/bsc/evm/src/post_execution.rs:360:86:
called `Result::unwrap()` on an `Err` value: TryFromIntError(())
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
2024-09-30T10:49:26.092517Z ERROR Critical task `pipeline task` panicked: `called `Result::unwrap()` on an `Err` value: TryFromIntError(())`
2024-09-30T10:49:26.092551Z ERROR backfill sync task dropped err=channel closed
2024-09-30T10:49:26.092578Z ERROR Fatal error in consensus engine
2024-09-30T10:49:26.092908Z ERROR shutting down due to error
Error: Critical task `pipeline task` panicked: `called `Result::unwrap()` on an `Err` value: TryFromIntError(())`

Location:
    /app/crates/cli/runner/src/lib.rs:161:32

Example

add an example CLI or API response...

Changes

Notable changes:

  • bsc

Potential Impacts

  • bug fix

@j75689 j75689 force-pushed the fix/bsc_stage_sync branch from cc4c07a to c04258b Compare October 7, 2024 07:20
@unclezoro unclezoro merged commit a99ce85 into bnb-chain:new-engine Oct 8, 2024
35 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants