polkadart_scale_codec 1.2.1 copy "polkadart_scale_codec: ^1.2.1" to clipboard
polkadart_scale_codec: ^1.2.1 copied to clipboard

Implementation of the SCALE codec in Dart

1.2.1 #

  • Fixes UnmodifiableUint8ListView missing on newer dart versions

1.2.0 #

  • Adds support for custom signed extensions

1.1.2 #

  • License update

1.1.1 #

  • Publishing packages under polkadart.dev publisher

1.1.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

[1.1.0-pre.3] - 2023-03-22 #

Prerelease version 3 #

  • #285 Improved Detection of cyclic dependencies
  • #288 Scale-Codec examples
  • #295 Update Readme

[1.1.0-pre.2] - 2023-03-21 #

Prerelease version 2 #

  • #261 Support sparse enums
  • #266 Implements Extrinsics Encode/Decode functionality.

[1.1.0-pre.1] - 2023-03-21 #

Prerelease version #

  • #283 Removed HexInput, now must use Input.fromHex()
  • #283 Use Uint8Buffer instead BytesBuilder when enconding.

[1.0.0] - 2022-08-24 #

First Version #

  • First Initialized Version