Skip to content

Commit

Permalink
updated multiversx-chain-vm-executor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jan 15, 2025
1 parent bc5758d commit 5c75d6b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 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 chain/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ path = "../core"
[dependencies.multiversx-chain-vm-executor]
# version = "0.3.0"
git = "https://github.com/multiversx/mx-vm-executor-rs"
branch = "convert-small-int"
rev = "45ad48765e9e2eaa446fe32327a414a3b4599820"
16 changes: 16 additions & 0 deletions chain/vm/src/vm_hooks/vh_dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1926,4 +1926,20 @@ impl VMHooks for VMHooksDispatcher {
) -> i32 {
panic!("Unavailable: managed_verify_blsaggregated_signature")
}

fn get_round_time(&self) -> i64 {
panic!("Unavailable: get_round_time")
}

fn epoch_start_block_time_stamp(&self) -> i64 {
panic!("Unavailable: epoch_start_block_time_stamp")
}

fn epoch_start_block_nonce(&self) -> i64 {
panic!("Unavailable: epoch_start_block_nonce")
}

fn epoch_start_block_round(&self) -> i64 {
panic!("Unavailable: epoch_start_block_round")
}
}
3 changes: 1 addition & 2 deletions framework/scenario/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ path = "../../sdk/scenario-format"
[dependencies.multiversx-chain-vm-executor]
# version = "0.3.0"
git = "https://github.com/multiversx/mx-vm-executor-rs"
branch = "convert-small-int"
# path = "/Users/andreim/multiversx/vm/mx-vm-executor-rs/vm-executor"
rev = "45ad48765e9e2eaa446fe32327a414a3b4599820"

[dependencies.multiversx-chain-vm]
version = "=0.12.0"
Expand Down

0 comments on commit 5c75d6b

Please sign in to comment.