Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit a97c543

Browse files
committed
adding updates
1 parent 673bb5b commit a97c543

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy_static = "1.5.0"
1313
serde = { version = "1.0.193", features = ["derive", "rc"] }
1414
serde_json = "1.0.108"
1515
thiserror = "1.0.50"
16-
http-std = { git = "https://github.com/TBD54566975/web5-rs", rev = "52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f" }
17-
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f" }
18-
web5_uniffi_wrapper = { git = "https://github.com/TBD54566975/web5-rs", rev = "52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f" }
16+
http-std = { git = "https://github.com/TBD54566975/web5-rs", rev = "6f6c336744ce0a35c5dc73e517be14f91c49b3b2" }
17+
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "6f6c336744ce0a35c5dc73e517be14f91c49b3b2" }
18+
web5_uniffi_wrapper = { git = "https://github.com/TBD54566975/web5-rs", rev = "6f6c336744ce0a35c5dc73e517be14f91c49b3b2" }
1919

examples/hosted-wallet-ts/src/pfi/api/exchanges.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ export default function exchangesRouter(
121121
throw new Error('Offering not found');
122122
}
123123

124-
// TODO: This causes a WASM black hole exception, so we're commenting it out for now
125-
// await rfq.verifyOfferingRequirements(offering);
124+
await rfq.verifyOfferingRequirements(offering);
126125

127126
if (createExchangeRequestBody.replyTo) {
128127
exchangesToReplyTo.set(rfq.metadata.exchangeId, createExchangeRequestBody.replyTo);

0 commit comments

Comments
 (0)