Skip to content

Commit

Permalink
Merge pull request #18 from polkadot-api/vo-links
Browse files Browse the repository at this point in the history
feat: persist chain through hash params
  • Loading branch information
voliva authored Dec 6, 2024
2 parents 83cc112 + 2c71054 commit 59235cd
Show file tree
Hide file tree
Showing 14 changed files with 3,649 additions and 4,490 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@polkadot-api/observable-client": "patches/@polkadot-api__observable-client.patch"
"@polkadot-api/observable-client@0.6.3": "patches/@polkadot-api__observable-client@0.6.3.patch"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/dist/esm/chainHead/chainHead.mjs b/dist/esm/chainHead/chainHead.mjs
index 694f29035186d89e0db3d4171d05a939f026570e..bff0a740c625f3bfb56938d2b8859d00d4a53b52 100644
index 43d1b02d7e3346d854971b92c102a61378c4e150..557ca7f05fe8effbfc3e448c7417f5e9ef715c04 100644
--- a/dist/esm/chainHead/chainHead.mjs
+++ b/dist/esm/chainHead/chainHead.mjs
@@ -157,7 +157,7 @@ const getChainHead$ = (chainHead) => {
@@ -154,7 +154,7 @@ const getChainHead$ = (chainHead) => {
best$.pipe(map((b) => b.hash))
);
const _body$ = withOptionalHash$(commonEnhancer(lazyFollower("body")));
Expand All @@ -11,7 +11,7 @@ index 694f29035186d89e0db3d4171d05a939f026570e..bff0a740c625f3bfb56938d2b8859d00
const _storage$ = commonEnhancer(lazyFollower("storage"));
const storage$ = withOptionalHash$(
(hash, withCanonicalChain2, type, keyMapper, childTrie = null, mapper) => pinnedBlocks$.pipe(
@@ -244,11 +244,11 @@ const getChainHead$ = (chainHead) => {
@@ -243,11 +243,11 @@ const getChainHead$ = (chainHead) => {
runtime$,
metadata$,
header$,
Expand Down
Loading

0 comments on commit 59235cd

Please sign in to comment.