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

rework JSON conversions for transaction metadata #1797

Merged
merged 1 commit into from
Sep 16, 2020

Commits on Sep 16, 2020

  1. Overhaul the JSON <-> TxMetadata conversions

    Provide conversion for two different JSON <-> TxMetadata mappings:
    
    1. A mapping that allows almost any JSON value to be converted into
       tx metadata. This does not require a specific JSON schema for the
       input. It does not expose the full representation capability of tx
       metadata.
    
    2. A mapping that exposes the full representation capability of tx
       metadata, but relies on a specific JSON schema for the input JSON.
    dcoutts committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    a75c650 View commit details
    Browse the repository at this point in the history