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

Upgrade the lib to work with dart >= 3.3.0 #480

Merged
merged 18 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/polkadart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.7
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 0.4.6
- Add missing error value parse for http provider

Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart
description: Interfaces for interacting with Polkadot JSON RPC interface
version: 0.4.6
version: 0.4.7
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/polkadart_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.3
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 0.4.2
- Bump polkadart dependency

Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_cli
description: polkadart_cli is a dart library that generates Dart type code from frame metadata. Generated code relies on Polkadart library.
version: 0.4.2
version: 0.4.3
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_cli
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/polkadart_keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.4
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 0.4.3
- Bumps ecdsa version

Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_keyring/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_keyring
description: Substrate Keyring.
version: 0.4.3
version: 0.4.4
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_keyring
repository: https://github.com/leonardocustodio/polkadart

Expand Down
6 changes: 3 additions & 3 deletions packages/polkadart_scale_codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## 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
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_scale_codec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_scale_codec
description: Implementation of the SCALE codec in Dart
version: 1.2.0
version: 1.2.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_scale_codec
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/secp256k1_ecdsa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 0.4.0
- Fixes unit tests

Expand Down
2 changes: 1 addition & 1 deletion packages/secp256k1_ecdsa/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: secp256k1_ecdsa
description: secp256k1_ecdsa helps to generate secp256k1 key pairs, sign/verify messages, compress/expand keys and recover public keys.
version: 0.4.0
version: 0.4.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/secp256k1_ecdsa
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/sr25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 0.4.0
- Bump dependency requirements

Expand Down
2 changes: 1 addition & 1 deletion packages/sr25519/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sr25519
description: A sr25519 cryptography library in pure Dart
version: 0.4.0
version: 0.4.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/sr25519
repository: https://github.com/leonardocustodio/polkadart

Expand Down
8 changes: 4 additions & 4 deletions packages/ss58/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 1.1.2
## 1.1.3
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 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.1] - 2023-03-21
Expand All @@ -20,4 +20,4 @@
## [1.0.0] - 2022-08-24

### First Version
- First Initialized Version
- First Initialized Version
2 changes: 1 addition & 1 deletion packages/ss58/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ss58
description: Provides encoding and decoding methods for parsing substrate SS58 addresses.
version: 1.1.2
version: 1.1.3
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/ss58
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/substrate_bip39/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 0.4.0
- Bump scale codec dependency requirement

Expand Down
2 changes: 1 addition & 1 deletion packages/substrate_bip39/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: substrate_bip39
description: Converting BIP39 entropy to valid Substrate SecretKeys.
version: 0.4.0
version: 0.4.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/substrate_bip39
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/substrate_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.1
- Fixes `UnmodifiableUint8ListView` missing on newer dart versions

## 1.2.0
- Adds support for custom signed extensions

Expand Down
2 changes: 1 addition & 1 deletion packages/substrate_metadata/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: substrate_metadata
description: Metadata types for Substrate runtimes
version: 1.2.0
version: 1.2.1
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/substrate_metadata
repository: https://github.com/rankanizer/polkadart

Expand Down
Loading