8000 Implement borsh traits via a proxy crate · Issue #49 · anza-xyz/solana-sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Implement borsh traits via a proxy crate #49
Open
@joncinque

Description

@joncinque

This is a copy of solana-labs/solana#32668 and anza-xyz/agave#149

Problem

solana-labs/solana#32511 adds the borsh 0.9 traits to Pubkey, but because of how the crate name is resolved in the macro, the implementations for the older traits have to be done by hand, which is error-prone and tedious.

Proposed Solution

Implement the traits via a proxy crate, just like https://github.com/ilya-bobyr/borsh-multi-version

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

      0