Skip to content

Tags: JAMdotTech/py-scale-codec

Tags

v1.2.12

Toggle v1.2.12's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Missed passing metadata=self.metadata in Option.process (#135)

* Missed passing `metadata=self.metadata` in `Option.process` (#134)

* Added extrinsic unit test
* Updated Python versions in Github Actions

---------

Co-authored-by: BD Himes <37844818+thewhaleking@users.noreply.github.com>

v2.0.0a2

Toggle v2.0.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ScaleSerializable mixin (#125)

* ScaleSerializable mixin

* Drop 3.7 support

v2.0.0a1

Toggle v2.0.0a1's commit message
Fixed deploypypi.yml to work with pyproject.toml

v1.2.11

Toggle v1.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed missing value_object with Tuple containing 1 element (#123)

v1.2.10

Toggle v1.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CheckMetadataHash signed extension support (#120)

v1.2.9

Toggle v1.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cache get decoder class from string (#117)

* Moved the logic from obtaining a decoder class from a string to its own method. This allows caching, which greatly improves performance.

* Added default maxsize arg to lru_cache for Python <3.8 compatibility

* Revert the caching changes of get_decoder_class, instead cache convert_type_string and compile the regex for faster execution.

* Revert the caching changes of get_decoder_class, instead cache convert_type_string and compile the regex for faster execution.

* Okay, actually reverted the initial changes this time.

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check if pallet has call functions (#116)

v1.3.0a5

Toggle v1.3.0a5's commit message
Merge branch 'master' into az-metadata-v15

v1.3.0a4

Toggle v1.3.0a4's commit message
Merge branch 'master' into az-metadata-v15

v1.3.0a3

Toggle v1.3.0a3's commit message
Restored commit tag check