Skip to content

Comments

v8.1.1-rc.5 Testnet Prerelease#3982

Merged
Mihajlo-Pavlovic merged 10 commits intov6/prerelease/testnetfrom
v8/develop
Jul 15, 2025
Merged

v8.1.1-rc.5 Testnet Prerelease#3982
Mihajlo-Pavlovic merged 10 commits intov6/prerelease/testnetfrom
v8/develop

Conversation

@Mihajlo-Pavlovic
Copy link
Collaborator

No description provided.

@Mihajlo-Pavlovic Mihajlo-Pavlovic self-assigned this Jul 15, 2025
@Mihajlo-Pavlovic Mihajlo-Pavlovic added the release New release label Jul 15, 2025
@Mihajlo-Pavlovic Mihajlo-Pavlovic merged commit 9358a4f into v6/prerelease/testnet Jul 15, 2025
4 of 9 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Assertion Fetch Fails Due to ID Conflicts

The fetchAndProcessAssertion method contains two issues:

  1. The getCommand uses latestChallenge properties for the contract and knowledge collection ID, which can conflict with the ual parameter (derived from newChallenge in the caller) and lead to fetching the wrong asset.
  2. The operationIdService.generateOperationId call is missing the required blockchainId parameter, causing it to fail.

src/service/proofing-service.js#L367-L386

https://github.com/OriginTrail/ot-node/blob/78203a45ef1599625067d97a64863d31e6e26ae6/src/service/proofing-service.js#L367-L386

Fix in CursorFix in Web


Bug: Missing Property in Error Message

The error message for failed GET operations in ProofingService attempts to display latestChallenge.stateIndex. However, the latestChallenge object (a challenge record) lacks a stateIndex property, causing "undefined" to be shown in the error message.

src/service/proofing-service.js#L402-L408

https://github.com/OriginTrail/ot-node/blob/78203a45ef1599625067d97a64863d31e6e26ae6/src/service/proofing-service.js#L402-L408

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release New release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants