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

implement ChainInterface for Solana #41

Open
Sladuca opened this issue Apr 30, 2021 · 0 comments
Open

implement ChainInterface for Solana #41

Sladuca opened this issue Apr 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Sladuca
Copy link
Contributor

Sladuca commented Apr 30, 2021

Basically what the title says. This would be better to do sooner rather than later because then we can move the account-mapper contract to Solana, which is probably the better L1 to use for a "quick lookup" since every account could have a separate map for linking together all of the accounts, which is probably better than having a single global state mapping together every chain's account for every user of BAF wallet.

Before this issue becomes actionable, a bit of scoping is probably necessary in order to figure out how we're going to deal with the fact that you need to manually de-serialize the account state after you fetch it from chain, as solana accounts are merely buffers equipped with pubkeys and balances.

@Sladuca Sladuca added the enhancement New feature or request label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant