-
Notifications
You must be signed in to change notification settings - Fork 40
Description
When I replay the tx 0xb8a978185e834620f5572aaa9b3858630abfcdbe09459c512f54b3a26ef643d4 by the following command:
edb replay 0xb8a978185e834620f5572aaa9b3858630abfcdbe09459c512f54b3a26ef643d4
It seems an error occured, the error log is as following:
══════════════════════════════════════════════════════════════════
Summary:
Total: 231 | Success: 230 | Reverts: 1 | Errors: 0 | Calls: 231 | Creates: 0 | Depth: 6
📝 Events: 156 (in 127 calls)
⠏ 📜 Downloading & compiling contracts [🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩] 17/17 🔧 ✨ Done! Compiled 14 out of 17 contracts Error: failed to convert AST: invalid type: integer 5229, expected struct Identifier at line 1 column 573
Location:
crates/engine/src/orchestration/analysis.rs:88:24
$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
install edb by:
curl -sSL https://install.edb.sh | bash