Skip to content

Commit 6bc822b

Browse files
committed
bump node version
1 parent 32ebfd5 commit 6bc822b

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

evm/abi/src/generated/beefy.rs

+2-2
Large diffs are not rendered by default.

evm/abi/src/generated/evm_host.rs

+13-1
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,17 @@ pub mod evm_host {
16641664
),
16651665
indexed: false,
16661666
},
1667+
::ethers::core::abi::ethabi::EventParam {
1668+
name: ::std::borrow::ToOwned::to_owned("stateCommitment"),
1669+
kind: ::ethers::core::abi::ethabi::ParamType::Tuple(
1670+
::std::vec![
1671+
::ethers::core::abi::ethabi::ParamType::Uint(256usize),
1672+
::ethers::core::abi::ethabi::ParamType::FixedBytes(32usize),
1673+
::ethers::core::abi::ethabi::ParamType::FixedBytes(32usize),
1674+
],
1675+
),
1676+
indexed: false,
1677+
},
16671678
::ethers::core::abi::ethabi::EventParam {
16681679
name: ::std::borrow::ToOwned::to_owned("fisherman"),
16691680
kind: ::ethers::core::abi::ethabi::ParamType::Address,
@@ -2375,11 +2386,12 @@ pub mod evm_host {
23752386
)]
23762387
#[ethevent(
23772388
name = "StateCommitmentVetoed",
2378-
abi = "StateCommitmentVetoed(bytes,uint256,address)"
2389+
abi = "StateCommitmentVetoed(bytes,uint256,(uint256,bytes32,bytes32),address)"
23792390
)]
23802391
pub struct StateCommitmentVetoedFilter {
23812392
pub state_machine_id: ::ethers::core::types::Bytes,
23822393
pub height: ::ethers::core::types::U256,
2394+
pub state_commitment: StateCommitment,
23832395
pub fisherman: ::ethers::core::types::Address,
23842396
}
23852397
#[derive(

evm/abi/src/generated/host_manager.rs

+2-2
Large diffs are not rendered by default.

parachain/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperbridge"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Polytope Labs <hello@polytope.technology>"]
55
description = "The Hyperbridge coprocessor node"
66
repository = "https://github.com/polytope-labs/hyperbridge"

0 commit comments

Comments
 (0)