Skip to content

Commit

Permalink
Merge branch 'main' into toufeeq/grandpa-just-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP committed Sep 12, 2024
2 parents 690062e + 383fb72 commit 647a399
Show file tree
Hide file tree
Showing 106 changed files with 3,940 additions and 2,492 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: cargo build --release -p avail-node

- name: Upload avail-node binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: avail-node
path: target/release/avail-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
$EXTRA $OUR_PALLETS ./scripts/run_benchmarks.sh
- name: Upload output as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: weights-result
path: ./output/
3 changes: 2 additions & 1 deletion avail-deno/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 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.
- `/advanced-examples/` folder contains advanced examples that showcase how to do things that are not already available through the SDK
interface.
4 changes: 2 additions & 2 deletions avail-deno/docs/advanced-examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Structure

If you are looking for the API reference and examples on how to use the SDK check out the `/extrinsic/` or other folders. This folder contains advanced
examples that showcase how to do things that are not already available through the SDK interface.
If you are looking for the API reference and examples on how to use the SDK check out the `/extrinsic/` or other folders. This folder
contains advanced examples that showcase how to do things that are not already available through the SDK interface.

## Examples

Expand Down
26 changes: 0 additions & 26 deletions avail-deno/docs/advanced-examples/connect.ts

This file was deleted.

7 changes: 0 additions & 7 deletions avail-deno/docs/advanced-examples/register_validator.json

This file was deleted.

141 changes: 0 additions & 141 deletions avail-deno/docs/advanced-examples/register_validator.ts

This file was deleted.

54 changes: 0 additions & 54 deletions avail-deno/docs/advanced-examples/rpc_kate_query_block_length.ts

This file was deleted.

53 changes: 0 additions & 53 deletions avail-deno/docs/advanced-examples/rpc_kate_query_data_proof.ts

This file was deleted.

54 changes: 0 additions & 54 deletions avail-deno/docs/advanced-examples/rpc_kate_query_proof.ts

This file was deleted.

Loading

0 comments on commit 647a399

Please sign in to comment.