Skip to content

Commit 6f655bb

Browse files
authored
[sdk] Fix race condition in executeIntent stream (#761)
1 parent 5443956 commit 6f655bb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk/packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbridge/sdk",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "The hyperclient SDK provides utilities for querying proofs and statuses for cross-chain requests from HyperBridge.",
55
"type": "module",
66
"types": "./dist/node/index.d.ts",

sdk/packages/sdk/src/protocols/intents/OrderExecutor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ export class OrderExecutor {
410410

411411
if (fill.update) {
412412
yield fill.update
413-
if (fill.done) return
414413
}
415414
}
416415
} catch (err) {

0 commit comments

Comments
 (0)