-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
substrate: add
.at()
method to generated classes (#324)
- Loading branch information
Showing
18 changed files
with
908 additions
and
165 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/scale-type-system/is-storage-exists_2024-07-25-20-24.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/scale-type-system", | ||
"comment": "export more utility types", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@subsquid/scale-type-system" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/substrate-runtime/is-storage-exists_2024-07-25-20-24.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/substrate-runtime", | ||
"comment": "add `.hasStorage()` method", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@subsquid/substrate-runtime" | ||
} |
15 changes: 15 additions & 0 deletions
15
common/changes/@subsquid/substrate-typegen/is-storage-exists_2024-07-25-20-24.json
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,15 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/substrate-typegen", | ||
"comment": "add `.at()` method on generated classes", | ||
"type": "minor" | ||
}, | ||
{ | ||
"packageName": "@subsquid/substrate-typegen", | ||
"comment": "add `index.ts` to pallet modules", | ||
"type": "minor" | ||
}, | ||
], | ||
"packageName": "@subsquid/substrate-typegen" | ||
} |
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
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.