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

Update Solana workspace to use helium-lib #850

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e464e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6faa8a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36d0dd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6bb75e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c54dba0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3058ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8486c80 View commit details
    Browse the repository at this point in the history
  8. use helium-lib ReadWrite trait to read keypair

    removes the need for a keypair conversion
    michaeldjeffrey committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4a0a0b0 View commit details
    Browse the repository at this point in the history
  9. use shared read_keypair_from_file helper in solana workspace

    helium-lib is trying to avoid any type of file io
    michaeldjeffrey committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d1e6005 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a62bc2f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    ade2d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7046abb View commit details
    Browse the repository at this point in the history
  3. solana dep hell

    Way down deep we had 2 versions of anchor-lang being loaded at the same
    time. And they were both definining conflicting entrypoints.
    
    oracles -> helium-anchor-gen -> [email protected]
    oracles -> helium-lib -> spl-account-compression -> [email protected]
    
    helium-anchor-gen was backed down to need >=0.28 and that has fixed the problem.
    michaeldjeffrey committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1212eb7 View commit details
    Browse the repository at this point in the history