Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solana offchain plugin #15974

Draft
wants to merge 19 commits into
base: develop
Choose a base branch
from
Draft

Solana offchain plugin #15974

wants to merge 19 commits into from

Conversation

huangzhen1997
Copy link
Contributor

No description provided.

* add solana support to contract transmitter

* add changeset

* one more place

* address unsupported chain family

* encode offramp addr

* fix breaking change

* rename

* test

* revert
* no-op for solana estimate providers

* add changeset

* token data noop

* noop for solana rmn

* fix lint
…reader-config-to-plugin-creator

Add Solana chain reader config to plugin creator
Copy link
Contributor

github-actions bot commented Jan 21, 2025

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

Comment on lines 229 to 230
if checkSum {
offRampAddr = common.BytesToAddress(addr).Hex()
Copy link
Contributor

Choose a reason for hiding this comment

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

Think you can just make this the default

Comment on lines 513 to 516
if chainID == homeChainID {
lggr.Debugw("Adding home chain reader config", "chainID", chainID)
cfg = solanaconfig.MergeReaderConfigs(cfg, solanaconfig.HomeChainReaderConfigRaw)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't think this is needed, Solana will never be home chain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants