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

Introduce Account, HotWallet, Create AccountMeta #193

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

ajamaica
Copy link
Contributor

@ajamaica ajamaica commented Sep 19, 2022

This PRs Extract the Account to an interface. The idea is that other types of wallets can be implemented.

The problem is that the current Account also contains Meta. This will create a breaking change on every transaction using Account.Meta. This was a bad implementation from the beginning. The Signing Method will be extracted to the account and live outside the transaction.

Hot wallet implementation is also added to maintain functionality.

@mike-metaplex
Copy link
Contributor

This will be treated as a new release correct? Since it's breaking changes will it be updated to 2.0.0?

@ajamaica
Copy link
Contributor Author

@mike-metaplex yes 2.0. I am started mapping 2.0 for this lib

@ajamaica ajamaica merged commit 2e39f78 into master Sep 23, 2022
@ajamaica ajamaica deleted the feature/allow-different-accounts branch September 23, 2022 15:18
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