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

Bump polkadart package version #379

Merged
merged 12 commits into from
Nov 28, 2023
31 changes: 0 additions & 31 deletions .github/pull_request_template.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/rdme-docs.yml

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Getting started
category: 6554f399f9c12600114b8cb8
---
-->

# **Polkadart**

[![Star on Github](https://img.shields.io/github/stars/leonardocustodio/polkadart.svg?style=flat&logo=github&colorB=deeppink&label=stars)](https://github.com/leonardocustodio/polkadart)
Expand Down
4 changes: 4 additions & 0 deletions packages/polkadart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.6

- Fixes issue with subscribeStorage

## 0.2.5

- Fixes issue with hex signed 2's complement in xxh64 algorithm
Expand Down
7 changes: 0 additions & 7 deletions packages/polkadart/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Polkadart
category: 6554f399f9c12600114b8cb8
---
-->

# Polkadart

Provides a clean wrapper around all the methods exposed by a Polkadot/Substrate network client and defines all the types exposed by a node.
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.2.5
version: 0.2.6
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart
repository: https://github.com/leonardocustodio/polkadart

Expand Down
7 changes: 0 additions & 7 deletions packages/polkadart_cli/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Polkadart CLI
category: 6554f399f9c12600114b8cb8
---
-->

## Polkadart CLI

Dart package that generates Dart types and definitions from the chain metadata.
Expand Down
7 changes: 0 additions & 7 deletions packages/polkadart_keyring/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Polkadart Keyring
category: 6554f399f9c12600114b8cb8
---
-->

# Polkadart Keyring

Polkadart Keyring is a manager for ed25519-based key pairs in the keyring. It provides a convenient interface to manage ed25519-based key pairs, allowing you to create key pairs from BIP39 mnemonics, add them to the keyring, retrieve key pairs by address or public key, and perform various operations on them.
Expand Down
7 changes: 0 additions & 7 deletions packages/polkadart_scale_codec/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Polkadart Scale Codec
category: 6554f399f9c12600114b8cb8
---
-->

# polkadart_scale_codec

[polkadart_scale_codec](https://www.pub.dev/packages/polkadart_scale_codec) is a flutter and dart library for encoding and decoding types supported by **polkadot**.
Expand Down
7 changes: 0 additions & 7 deletions packages/ss58/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: SS58
category: 6554f399f9c12600114b8cb8
---
-->

## SS58

Provides encoding and decoding methods for parsing [substrate](https://docs.substrate.io/fundamentals/accounts-addresses-keys/)
Expand Down
7 changes: 0 additions & 7 deletions packages/substrate_bip39/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Substrate BIP39
category: 6554f399f9c12600114b8cb8
---
-->

# substrate_bip39

This is a package for deriving secret keys from BIP39 phrases using [substrate-bip39](https://github.com/paritytech/substrate-bip39) standard.
Expand Down
7 changes: 0 additions & 7 deletions packages/substrate_metadata/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
---
title: Substrate Metadata
category: 6554f399f9c12600114b8cb8
---
-->

# substrate_metadata

[substrate_metadata](https://www.pub.dev/packages/substrate_metadata) is a flutter and dart library for encoding and decoding chain **metadata**, **constants**, **extrinsics** and **events** of blocks.
Expand Down