Skip to content

Use only the client crate for solana-account-decoder #4

Description

@buffalojoec

Problem

As reported in anza-xyz/agave#265, the entire config program doesn't need to be used in solana-account-decoder.

In the linked PR, one of the main issues with this dependency relationship is the implicit dependency of solana-account-decoder on solana-program-runtime. This is no longer the case since this program is now BPF.

However, it's a very opportune time to end the pattern of using full program crates as APIs, and instead use their client crates.

cc @kevinheavey

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions