-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added SDK matrix * Exposed transaction_data
- Loading branch information
1 parent
5dc73fb
commit bd51db2
Showing
39 changed files
with
86 additions
and
37,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
#### Labels | ||
- L1 - Available throught SDK as a function | ||
- L2 - Can be done but requires extra work | ||
|
||
## Extrinsics | ||
|
||
#### Data Availability | ||
|
||
| Lib | Submit Data | Submit Block Length Proposal | Create Application Key | Set Application Key | Set Submit Data Fee Modifier | | ||
| ---------- | ----------- | ---------------------------- | ---------------------- | ------------------- | ---------------------------- | | ||
| Avail-Rust | L1 | L1 | L1 | L1 | L1 | | ||
| Avail-JS | L1 | L1 | L1 | L1 | L1 | | ||
| Avail-Deno | L1 | L1 | L1 | L1 | L1 | | ||
| Avail-Go | - | - | - | - | - | | ||
|
||
#### Balances | ||
|
||
| Lib | Transfer All | Transfer Allow Death | Transfer Keep Alive | | ||
| ---------- | ------------ | -------------------- | ------------------- | | ||
| Avail-Rust | L1 | L1 | L1 | | ||
| Avail-JS | L1 | L1 | L1 | | ||
| Avail-Deno | L1 | L1 | L1 | | ||
| Avail-Go | - | - | - | | ||
|
||
#### Staking | ||
|
||
| Lib | Bond | Bond Extra | Chill | Chill Extra | Nomiate | Unbound | Validate | | ||
| ---------- | ---- | ---------- | ----- | ----------- | ------- | ------- | -------- | | ||
| Avail-Rust | L1 | L1 | L1 | L1 | L1 | L1 | L1 | | ||
| Avail-JS | L1 | L1 | L1 | L1 | L1 | L1 | L1 | | ||
| Avail-Deno | L1 | L1 | L1 | L1 | L1 | L1 | L1 | | ||
| Avail-Go | - | - | - | - | - | - | - | | ||
|
||
## RPCs | ||
|
||
#### Kate | ||
|
||
| Lib | Block Length | Query Data Proof | Query Proof | Query Rows | | ||
| ---------- | ------------ | ---------------- | ----------- | ---------- | | ||
| Avail-Rust | L1 | L1 | L1 | L1 | | ||
| Avail-JS | - | - | - | - | | ||
| Avail-Deno | - | - | - | - | | ||
| Avail-Go | - | - | - | - | | ||
|
||
#### Author | ||
|
||
| Lib | Rotate Keys | Has Key | Has Session Key | Insert Key | Pending Extrinsics | Remove Extrinsic | Submit Extrinsic | | ||
| ---------- | ----------- | ------- | --------------- | ---------- | ------------------ | ---------------- | ---------------- | | ||
| Avail-Rust | L1 | - | - | - | - | - | - | | ||
| Avail-JS | - | - | - | - | - | - | - | | ||
| Avail-Deno | - | - | - | - | - | - | - | | ||
| Avail-Go | - | - | - | - | - | - | - | | ||
|
||
#### Chain | ||
|
||
| Lib | Get Block | Get Block Hash | Get Finalized Head | Get Header | | ||
| ---------- | --------- | -------------- | ------------------ | ---------- | | ||
| Avail-Rust | L1 | L1 | L1 | L1 | | ||
| Avail-JS | - | - | - | - | | ||
| Avail-Deno | - | - | - | - | | ||
| Avail-Go | - | - | - | - | | ||
|
||
#### Payment | ||
|
||
| Lib | Query Fee Details | Query Info | | ||
| ---------- | ----------------- | ---------- | | ||
| Avail-Rust | L1* | L1* | | ||
| Avail-JS | - | - | | ||
| Avail-Deno | - | - | | ||
| Avail-Go | - | - | | ||
|
||
#### System | ||
|
||
| Lib | Account Next Index | Add Log Filter | Add Reserved Peer | Chain | Chain Type | Dry Run | Health | Local Listen Addresses | Local Peer Id | Name | Node Roles | Peers | Properties | Removed Reserved Peer | Reserved Peers | Reset Log Filter | Sync State | Version | | ||
| ---------- | ------------------ | -------------- | ----------------- | ----- | ---------- | ------- | ------ | ---------------------- | ------------- | ---- | ---------- | ----- | ---------- | --------------------- | -------------- | ---------------- | ---------- | ------- | | ||
| Avail-Rust | L1 | - | - | L1 | L1 | - | L1 | L1 | L1 | L1 | L1 | L1 | L1 | - | - | - | L1 | L1 | | ||
| Avail-JS | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | | ||
| Avail-Deno | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | | ||
| Avail-Go | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Structure | ||
|
||
- `/extrinsics/` folder contains API reference and examples for SDK extrinsics | ||
- `/advanced-examples/` folder contains advanced examples that showcase how to do things that are not already available through the SDK interface. |
2 changes: 1 addition & 1 deletion
2
avail-deno/adcanced-examples/README.md → avail-deno/docs/advanced-examples/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.