diff --git a/bizinikiwi/pezframe/election-provider-multi-phase/src/remote_mining.rs b/bizinikiwi/pezframe/election-provider-multi-phase/src/remote_mining.rs index d6a1b74b..c03afaff 100644 --- a/bizinikiwi/pezframe/election-provider-multi-phase/src/remote_mining.rs +++ b/bizinikiwi/pezframe/election-provider-multi-phase/src/remote_mining.rs @@ -238,7 +238,7 @@ async fn mine_for_pezkuwi() { async fn mine_for_dicle() { pezsp_tracing::try_init_simple(); - // good way to find good block hashes: https://dicle.subscan.io/event?page=1&time_dimension=date&module=electionprovidermultiphase&event_id=solutionstored + // good way to find good block hashes: https://explorer.pezkuwichain.io/event?module=electionprovidermultiphase&event_id=solutionstored // we are just looking for blocks with snapshot present, that's all. let block_hash_str = std::option_env!("BLOCK_HASH") // known good dicle hash diff --git a/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/config/mod.rs b/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/config/mod.rs index bd6a1141..b94d293c 100644 --- a/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/config/mod.rs +++ b/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/config/mod.rs @@ -14,7 +14,7 @@ pub const MAX_FEE_RECIPIENT_SIZE: usize = 20; pub const MAX_BRANCH_PROOF_SIZE: usize = 20; /// DomainType('0x07000000') -/// +/// pub const DOMAIN_SYNC_COMMITTEE: [u8; 4] = [7, 0, 0, 0]; /// Validators public keys are 48 bytes. pub const PUBKEY_SIZE: usize = 48; diff --git a/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/lib.rs b/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/lib.rs index ab424bef..1a934163 100644 --- a/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/lib.rs +++ b/pezbridges/pezsnowbridge/pezpallets/ethereum-client/src/lib.rs @@ -305,7 +305,7 @@ pub mod pezpallet { Self::apply_update(update) } - /// References and strictly follows + /// References and strictly follows /// Verifies that provided next sync committee is valid through a series of checks /// (including checking that a sync committee period isn't skipped and that the header is /// signed by the current sync committee. @@ -461,7 +461,7 @@ pub mod pezpallet { Ok(()) } - /// Reference and strictly follows -/// with improvements from +/// with improvements from pub fn verify_merkle_branch( leaf: H256, branch: &[H256], diff --git a/pezbridges/pezsnowbridge/primitives/beacon/src/types.rs b/pezbridges/pezsnowbridge/primitives/beacon/src/types.rs index cc124504..2d870100 100644 --- a/pezbridges/pezsnowbridge/primitives/beacon/src/types.rs +++ b/pezbridges/pezsnowbridge/primitives/beacon/src/types.rs @@ -640,7 +640,7 @@ pub mod deneb { use serde::{Deserialize, Serialize}; /// ExecutionPayloadHeader - /// + /// #[derive( Default, Encode,