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

Updates for Oracles to transition to helium-lib #401

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 2, 2024

  1. Move SubDao::dc_key() -> Dao::dc_key()

    The Data Credits Key is not SubDao specific.
    michaeldjeffrey committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e03bc6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28510f View commit details
    Browse the repository at this point in the history
  3. add helper for going from solana keypair to wrapped helium-lib keypair

    The solana_sdk provides a `read_keypair_file` function, but it returns a
    Result with a Box<dyn Error>. Rather than recreate all those functions
    for a wrapped Keypair, I thought to start with an easy conversion from
    one to the other. So you can read the keypair with the solana_sdk, then
    very quickly turn it into a helium-lib keypair.
    
    Bring the discussion!!!
    michaeldjeffrey committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    738071e View commit details
    Browse the repository at this point in the history
  4. Add boosting module, function for starting hex boost

    The module is named boosting so there is hopefully less confusion with
    the existance of `helium_anchor_lang::hexboosting` that is autogenerated.
    michaeldjeffrey committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c296d56 View commit details
    Browse the repository at this point in the history