Skip to content

Commit

Permalink
adding updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Oct 18, 2024
1 parent 673bb5b commit a97c543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy_static = "1.5.0"
serde = { version = "1.0.193", features = ["derive", "rc"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
http-std = { git = "https://github.com/TBD54566975/web5-rs", rev = "52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f" }
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f" }
web5_uniffi_wrapper = { git = "https://github.com/TBD54566975/web5-rs", rev = "52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f" }
http-std = { git = "https://github.com/TBD54566975/web5-rs", rev = "6f6c336744ce0a35c5dc73e517be14f91c49b3b2" }
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "6f6c336744ce0a35c5dc73e517be14f91c49b3b2" }
web5_uniffi_wrapper = { git = "https://github.com/TBD54566975/web5-rs", rev = "6f6c336744ce0a35c5dc73e517be14f91c49b3b2" }

3 changes: 1 addition & 2 deletions examples/hosted-wallet-ts/src/pfi/api/exchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ export default function exchangesRouter(
throw new Error('Offering not found');
}

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

if (createExchangeRequestBody.replyTo) {
exchangesToReplyTo.set(rfq.metadata.exchangeId, createExchangeRequestBody.replyTo);
Expand Down

0 comments on commit a97c543

Please sign in to comment.