This repository was archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Dove test broken on 1.6 when Diem specific code is referencedΒ #210
Copy link
Copy link
Open
Description
Hello, fellow Move soldiers!
We continue marching on, despite the negative news lately.
Glad to see 1.6 being released nevertheless π
The previous issue with dove test that was fixed in 1.5.6 (#180) reincarnated in 1.6.0-86817ac.
The test problem being:
βββ test_wrap ββββββ
β ITE: An unknown error was reported. Location:
β VMError (if there is one): VMError {
β major_status: UNEXPECTED_VERIFIER_ERROR,
β sub_status: None,
β message: Some(
β "Unexpected verifier/deserialization error! This likely means there is code stored on chain that is unverifiable!\nError: VMError { major_status: MISSING_DEPENDENCY, sub_status: None, message: None, location: Module(ModuleId { address: 0000000000000000000000000000000000000000000000000000000000000001, name: Identifier(\"DiemAccount\") }), indices: [(FunctionHandle, 0)], offsets: [] }",
β ),
β location: Module(
β ModuleId {
β address: 0000000000000000000000000000000000000000000000000000000000000001,
β name: Identifier(
β "DiemAccount",
β ),
β },
β ),
β indices: [
β (
β FunctionHandle,
β 0,
β ),
β ],
β offsets: [],
β }
βββββββββββββββββββ
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels