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

Create substrate_client_java-milestone_2.md #530

Merged
merged 3 commits into from
Aug 24, 2022
Merged
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
24 changes: 24 additions & 0 deletions deliveries/substrate_client_java-milestone_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Milestone Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**

* **Application Document:** [substrate_client_java.md](https://github.com/w3f/Grants-Program/blob/master/applications/substrate_client_java.md).
* **Milestone Number:** 2

**Context** (optional)
This delivery adds Events support together with a big library refactoring and multiple other minor improvements

**Deliverables**
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | [LICENSE](https://github.com/strategyobject/substrate-client-java/blob/v0.1.0/LICENSE) | Apache 2.0 |
| 1. | Documentation | [HowTo](https://github.com/strategyobject/substrate-client-java/wiki/HowTo-Examples) | Added "Register custom readers, writers, event, etc.", "Make RPC call", "Listen to events" |
| 2. | Testing | [Tests](https://github.com/strategyobject/substrate-client-java/tree/v0.2.0/api/src/test/java/com/strategyobject/substrateclient/api/pallet) | |
| 3. | Wiki | [Wiki](https://github.com/strategyobject/substrate-client-java/wiki) | Added https://github.com/strategyobject/substrate-client-java/wiki/Pallet#event + multiple minor improvements |
| 4. | Events support | [Events deserialization](https://github.com/strategyobject/substrate-client-java/tree/v0.2.0/pallet/src/main/java/com/strategyobject/substrateclient/pallet/events) [Events definitions](https://github.com/strategyobject/substrate-client-java/tree/v0.2.0/api/src/main/java/com/strategyobject/substrateclient/api/pallet) | |

**Additional Information**
- Release: [v0.2.0](https://github.com/strategyobject/substrate-client-java/releases/tag/v0.2.0)
- Packages: https://github.com/orgs/strategyobject/packages?visibility=public
- Examples project: https://github.com/strategyobject/substrate-client-examples
- JavaDoc: https://strategyobject.github.io/substrate-client-java/