generated from Bullrich/parity-action-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IdentityOf tuple introduced in v1.2.0 (#24)
Fixes #23 - Upgraded PAPI to `0.4.0` (no longer using the `next` versions). - Removed unused dependencies - Migrated to vitest - Fixed `Identity` object now being a tuple of type `[IdentityOf,BoundedVec]` introduced as as breaking change in v1.2.0
- Loading branch information
Showing
10 changed files
with
1,837 additions
and
2,120 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
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
Binary file not shown.
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
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,12 +1,10 @@ | ||
{ | ||
"relay": { | ||
"outputFolder": "src/codegen", | ||
"chain": "polkadot", | ||
"metadata": "relay.scale" | ||
"polkadot": { | ||
"wsUrl": "wss://rpc.polkadot.io", | ||
"metadata": "polkadot.scale" | ||
}, | ||
"collectives": { | ||
"outputFolder": "src/codegen", | ||
"wsUrl": "wss://polkadot-collectives-rpc.polkadot.io", | ||
"metadata": "collectives.scale" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.