Skip to content

Commit

Permalink
ancient8 deploy (#3075)
Browse files Browse the repository at this point in the history
### Description

- Add ancient8
- Deploy ancient8testnet core contracts
- Deploy ancient8 agents

Co-authored-by: J M Rossy <[email protected]>
Co-authored-by: Trevor Porter <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent 080e737 commit fbf3e1d
Show file tree
Hide file tree
Showing 71 changed files with 2,056 additions and 375 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-spoons-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-apes-invite.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/modern-guests-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': minor
---

Add dsrv, staked and zeeprime as validators
6 changes: 0 additions & 6 deletions .changeset/tame-cougars-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-jobs-sit.md

This file was deleted.

4 changes: 2 additions & 2 deletions rust/agents/relayer/src/msg/metadata/aggregation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ use tracing::{info, instrument};

use hyperlane_core::{HyperlaneMessage, InterchainSecurityModule, ModuleType, H256, U256};

use super::{BaseMetadataBuilder, MetadataBuilder};
use super::{MessageMetadataBuilder, MetadataBuilder};

/// Bytes used to store one member of the (start, end) range tuple
/// Copied from `AggregationIsmMetadata.sol`
const METADATA_RANGE_SIZE: usize = 4;

#[derive(Clone, Debug, new, Deref)]
pub struct AggregationIsmMetadataBuilder {
base: BaseMetadataBuilder,
base: MessageMetadataBuilder,
}

#[derive(Clone, Debug, new, PartialEq, Eq)]
Expand Down
Loading

0 comments on commit fbf3e1d

Please sign in to comment.