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

codec; Enable custom scale methods #597

Merged
merged 8 commits into from
Feb 10, 2020

Commits on Feb 5, 2020

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

Commits on Feb 6, 2020

  1. Added DecodeCustom to handle calling Decode func

    DecodeCustom handles calling Decode function for types that have Decode
    defined, otherwise uses regular Scale Decoding functions
    
    Signed-off-by: edwardmack <ed@edwardmack.com>
    edwardmack committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    75a131a View commit details
    Browse the repository at this point in the history
  2. go fmt'ed

    Signed-off-by: edwardmack <ed@edwardmack.com>
    edwardmack committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    3c86ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f5350 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. fixed lint rants

    Signed-off-by: edwardmack <ed@edwardmack.com>
    edwardmack committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    b6a06de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f6aa93 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    7183b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bd74e View commit details
    Browse the repository at this point in the history