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

Commits on Nov 21, 2022

  1. Added initialize Account class instance from Base58 Secret Key. The s…

    …ecret key is the "private key" exported by wallets like phantom.
    BifrostTitan committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a2161f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Patches range exception bug when a specific authority type disables t…

    …he new authority property
    BifrostTitan committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2f6d8dc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    b468954 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Added GetTransaction & GetBlock support for versioned transactions

    The client will be able to retrieve versioned transactions now
    BifrostTitan committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    eac7430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fa520 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Update Block.cs

    BifrostTitan committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    24d8628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868aff4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    21fdbce View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    58ec347 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Added Versioned Transactions to RPC client. Read/Send

    Refactored from Unity core patch
    BifrostTitan committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    012e10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9bf1b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a1f26e View commit details
    Browse the repository at this point in the history