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-ibc: patch tendermint dependency to disable eyre #25

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Conversation

mina86
Copy link
Collaborator

@mina86 mina86 commented Oct 13, 2023

Solana programs cannot have any mutable static variables.
Unfortunately, eyre which is enabled by tendermint enables eyre
dependency leading to programs which cannot be compiled for Solana.
Patch tendermint with a version that doesn’t enable eyre.

Solana programs cannot have any mutable static variables.  Unfortunately,
eyre which is enabled by tendermint enables eyre dependency leading to
programs which cannot be compiled for Solana.  Patch tendermint with
a version that doesn’t enable eyre.
@mina86 mina86 requested a review from dhruvja October 13, 2023 01:01
@mina86
Copy link
Collaborator Author

mina86 commented Oct 13, 2023

This took me embarrassingly long to do. Long term I’ll try to get a patch to tendermint so that it doesn’t enable eyre but for now it looks like we need to go with a patched repository.

Copy link
Collaborator

@dhruvja dhruvja left a comment

Choose a reason for hiding this comment

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

Yes i think the eyre was the issue. Glad its been resolved.

@mina86 mina86 enabled auto-merge (squash) October 13, 2023 11:38
@mina86 mina86 merged commit 820b0d7 into master Oct 13, 2023
4 checks passed
@mina86 mina86 deleted the mpn/b branch October 13, 2023 11:49
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