Skip to content

feat: add hyperlane contracts and custom application#45

Draft
MalteHerrmann wants to merge 35 commits intomainfrom
add-hyperlane-adapter
Draft

feat: add hyperlane contracts and custom application#45
MalteHerrmann wants to merge 35 commits intomainfrom
add-hyperlane-adapter

Conversation

@MalteHerrmann
Copy link
Contributor

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Oct 2, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-hyperlane-adapter

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@0xstepit 0xstepit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great design @MalteHerrmann ! Added the review for only the pending payload registration part as discussed remotely. Looking forward to see this live 🚀

)

// Keccak256Hash returns the keccak 256 hash of the payload contents.
// To guarantee uniqueness the sequence number is included.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment should be on the type

}

// Validate checks that the pending payload contents are valid.
func (p *PendingPayload) Validate() error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this is a very edge case, but a payload that is valid at block let's say N, could be invalid at block N+1 when it is relayed.

@0xstepit 0xstepit changed the title feat: Add hyperlane contracts and custom application feat: add hyperlane contracts and custom application Oct 7, 2025
@0xstepit 0xstepit added the improvement New feature or request label Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants