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

feat: allow v1.0.0 extensions to send non-DAG-CBOR data #338

Closed
wants to merge 1 commit into from

Commits on Jan 31, 2022

  1. feat: allow v1.0.0 extensions to send non-DAG-CBOR data

    Translate such data into a simple Bytes datamodel.Node and let the extension
    author handle it upstream since datamodel.Node is the only form that they can
    receive extension data from the new API.
    
    This allows old extensions not using DAG-CBOR to transition without having to
    change their format, or at least giving them an option to handle old format
    peers.
    rvagg committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    57671c7 View commit details
    Browse the repository at this point in the history