Skip to content

Commit

Permalink
fix: trigger new packages release to fix broken dependencies (focustr…
Browse files Browse the repository at this point in the history
…ee#424)

* feat!: transactions V3 are supported

* docs: update supported transaction versions

* feat!: transactions V3 are supported

docs: package releases is handled by melos
  • Loading branch information
ptisserand authored Dec 27, 2024
1 parent 5bc6239 commit ec3773e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The goal of this SDK is to be able to interact with StarkNet smart contracts in

| Feature | State | Version |
| -------------- | ------------------ | ------- |
| invoke || 0, 1 |
| declare || 1, 2 |
| deploy_account || 1 |
| invoke || 0, 1, 3 |
| declare || 1, 2, 3 |
| deploy_account || 1, 3 |

### Supported RPC methods for JSON RPC v0.3.0
### Supported RPC methods for JSON RPC v0.7.1

| Feature | State |
| ---------------------------------------- | ------------------ |
Expand Down
9 changes: 0 additions & 9 deletions packages/starknet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ To run the tests on **devnet** use the following command:
NETWORK=devnet dart test -t integration
```

### Release a new version to pub.dev

You simply need to create a PR where you:

1. Bump the package version
2. Add an entry to the `CHANGELOG`

Make sure it passes all the CI tests, then merge it to release a new version of the package.

### Generate freezed model classes

To avoid writing too much boilerplate, we use the [freezed](https://github.com/rrousselGit/freezed) library to automatically generate serializer logic.
Expand Down
8 changes: 8 additions & 0 deletions packages/starknet_provider/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Starknet provider

Starknet provider for Dart and Flutter applications

### Transaction support

| Feature | State | Version |
| -------------- | ------------------ | ------- |
| invoke || 0, 1, 3 |
| declare || 1, 2, 3 |
| deploy_account || 1, 3 |

0 comments on commit ec3773e

Please sign in to comment.