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
Document Creation Error: Proof of State Transition Execution Mismatch
Expected Behavior
Creating a document should execute without errors and generate a proof of state transition that matches the expected document structure.
Current Behavior
The document is created successfully, but an error occurs during the proof validation step. The error message is:
called Result::unwrap() on an Err value: Drive(Proof(IncorrectProof("proof of state transition execution did not contain expected document (time fields were not checked) after create with id Bk26VPXUUzacSj6xu8QEdVYdN76RPYjM8isBhS3PLW3o")))
It seems that the proof of state transition execution does not contain the expected document after creation.
Possible Solution
The issue might be related to the validation of time fields in the proof of state transition. It could be worth checking the proof generation logic and how time fields are handled during document creation.
Set up and start Dashmate with the provided configuration (see dashmate config below).
Run the code from the repository.
Observe the error message during proof validation.
Context
This issue affects the validation of created documents. I'm trying to ensure that the document creation and proof validation processes work as expected without errors.
Your Environment
Version used: rs-sdk v1.4-dev
Environment name and version: Node.js v22.12.2, Rust v1.81.0
Document Creation Error: Proof of State Transition Execution Mismatch
Expected Behavior
Creating a document should execute without errors and generate a proof of state transition that matches the expected document structure.
Current Behavior
The document is created successfully, but an error occurs during the proof validation step. The error message is:
It seems that the proof of state transition execution does not contain the expected document after creation.
Possible Solution
The issue might be related to the validation of time fields in the proof of state transition. It could be worth checking the proof generation logic and how time fields are handled during document creation.
Steps to Reproduce (for bugs)
Context
This issue affects the validation of created documents. I'm trying to ensure that the document creation and proof validation processes work as expected without errors.
Your Environment
Additional Data
Dashmate Config
Testnet configuration:
The text was updated successfully, but these errors were encountered: