-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Problem description
In the course of updating TF products to IOTA 1.17.2 the js-sys dependency has been pinned to to the exact version = "=0.3.85" as a quick workaround.
Using later versions of js-sys results in errors as been described in the product-core issue #101.
The bindings/wasm/notarization_wasm/src/bindings/*.rs files need to be migrated to the latest js-sys version, where one of the following alternative options are available:
- Use the context specific
Promisetypes - Convert all the context specific types into
Promise<JsValue>instances
See product-core issue #101 for further details.### Feature description
Motivation
Requirements
Open questions
Are you planning to do it yourself in a pull request?
Yes
Motivation
Requirements
Open questions
Are you planning to do it yourself in a pull request?
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Product Backlog