Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Jul 25, 2024
1 parent fcd565c commit a22737b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
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"
}
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"
}
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"
}

0 comments on commit a22737b

Please sign in to comment.