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

Add "readwire" interface to *some* Graphene Types. #65

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Apr 7, 2018

  1. Add "readwire" interface to *some* Graphene Types.

    This is useful when you want to *read* the serialized
    wire protocol back into objects-in-memory. Although this
    is rarely used on the client side of graphene networks,
    at least one particular use case (BitShares blind transfers)
    exists.
    
    To clarify: this is __bytes__ method in reverse.
    
    The `_readwire` interface and method signature are
    pretty horrid, so some redesign might be required.
    jhtitor committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    9917fb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    28bf02b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    b92e5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca3294 View commit details
    Browse the repository at this point in the history
  3. Restore Fixed_Bytes type.

    jhtitor committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    83a76ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5be5038 View commit details
    Browse the repository at this point in the history