-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(frontend-sdk, hasura-sync-adapters) fix available balance not updati…
…ng (#588) * always sync if committed index < endIndex * fix edge case where adapter no emit * get rid of console log, leave rest in * changeset * Remove logs Signed-off-by: Daniel Park <[email protected]> --------- Signed-off-by: Daniel Park <[email protected]> Co-authored-by: Daniel Park <[email protected]>
- Loading branch information
1 parent
57023ec
commit 4167132
Showing
5 changed files
with
37 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nocturne-xyz/hasura-sync-adapters": patch | ||
--- | ||
|
||
always emit empty state diff if `latestCommittedMerkleIndex` is undefined and no sdk events |
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,6 @@ | ||
--- | ||
"@nocturne-xyz/frontend-sdk": patch | ||
"@nocturne-xyz/client": patch | ||
--- | ||
|
||
ensure frontend-sdk syncs when latestCommittedIndex != latestSyncedIndex |
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