Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JAMdotTech/py-scale-codec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JAMdotTech/py-scale-codec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 66 files changed
  • 1 contributor

Commits on Jul 17, 2024

  1. Version 2 (#122)

    New from the ground up object based implementation in stead of parsing of type strings, which improves performance, flexibility and readability.
    arjanz authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ed78926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7371c10 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Restructured unit tests (#124)

    Removed ss58, moved to substrate-interface
    arjanz authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    92472bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7cc67 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Removed incorrect Bool.new() staticmethod

    Added deserialization Enum unit test
    arjanz committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ce02a05 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Cleanup unused packages

    arjanz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a11a6e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb5caa View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Added ScaleSerializeException

    Added Enum and Struct data validation
    arjanz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b6d2abb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Added bytes() conversion of ScaleBytes

    Accept bytearray in deserialize
    arjanz committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    193c5dd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. ScaleSerializable mixin (#125)

    * ScaleSerializable mixin
    
    * Drop 3.7 support
    arjanz authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5542655 View commit details
    Browse the repository at this point in the history
Loading