You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently delaying transaction execution by 500ms in impl IotaClientTrait for IotaClientTsSdk, execute_transaction, As we have some steps, that try to fetch objects created in a transaction shortly afterward.
For some reason, those objects cannot be resolved at this point of time but delaying continuing after the transaction "fixes" it. This should be inspected and hopefully be fixed with a proper solution. ^^
The text was updated successfully, but these errors were encountered:
wulfraem
added
Wasm
Related to Wasm bindings. Becomes part of the Wasm changelog
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
labels
Feb 6, 2025
We are currently delaying transaction execution by 500ms in
impl IotaClientTrait for IotaClientTsSdk, execute_transaction
, As we have some steps, that try to fetch objects created in a transaction shortly afterward.For some reason, those objects cannot be resolved at this point of time but delaying continuing after the transaction "fixes" it. This should be inspected and hopefully be fixed with a proper solution. ^^
The text was updated successfully, but these errors were encountered: