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

added solana-ibc impl folder #14

Merged
merged 12 commits into from
Oct 10, 2023
Merged

added solana-ibc impl folder #14

merged 12 commits into from
Oct 10, 2023

Conversation

dhruvja
Copy link
Collaborator

@dhruvja dhruvja commented Oct 9, 2023

No description provided.

Copy link
Collaborator

@mina86 mina86 left a comment

Choose a reason for hiding this comment

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

The code is in serious need for documentation and we’ll need to change it so it uses sealable-trie but let’s the ball rolling and this merged.

solana/solana-ibc/.gitignore Outdated Show resolved Hide resolved
solana/solana-ibc/.prettierignore Outdated Show resolved Hide resolved
solana/solana-ibc/programs/solana-ibc/Xargo.toml Outdated Show resolved Hide resolved
solana/solana-ibc/programs/solana-ibc/Cargo.toml Outdated Show resolved Hide resolved
.gitignore Outdated
Comment on lines 6 to 12

.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger
.anchor
.DS_Store
*.rs.bk
node_modules
test-ledger

**/ doesn’t do anything useful since patterns in .gitignore aren’t anchored at root (unless prefixed with /). And I think we don’t need separate target since with workspace we will only have one target directory at repository’s root.

I’m not sure about node_modules but if you’re adding it as is, could you also remove existing /node_modules/? Sorting the lines wouln’t hurt either.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure sure, makes sense.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

once we configure the root to be the workspace for anchor, we wouldnt be needing the target folder. But i have added target such that it ignores any target it comes across.

@dhruvja dhruvja merged commit c2b4978 into master Oct 10, 2023
0 of 3 checks passed
@mina86 mina86 deleted the add-solana-ibc branch October 12, 2023 17:39
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