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 compute budget program, priority fees and versioned transactions. Bug fixes and more #419

Merged
merged 12 commits into from
Apr 15, 2024

Conversation

BifrostTitan
Copy link
Contributor

@BifrostTitan BifrostTitan commented Nov 21, 2022

| Status | Type | ⚠️ Core Change | Issue |
| Ready | Feature | Yes |#418

Problem

What problem are you trying to solve?

Account class objects could not be created by using a base58 secret key (private key). The secret key is exported by popular wallets like phantom.
Referenced it as a secret key because technically the true private key is the seed and the secret key is a combination of the precursor seed (private key) & public key which is encoded in base58.
Encapsulated Seed/Private Key/Secret Key whatever you want to call it haha

Solution

How did you solve the problem?

Added static method to the account class that returns an initialized account object based on the private/secret key provided

@BifrostTitan BifrostTitan changed the title Added a static method to initialize a Account class instance from a Base58 Secret Key("Private Key") Added compute budget program, priority fees and versioned transactions. Bug fixes and more Apr 15, 2024
@BifrostTitan BifrostTitan merged commit 2340627 into bmresearch:master Apr 15, 2024
1 check failed
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.

1 participant