v8.1.1-rc.5 Testnet Prerelease#3982
Merged
Mihajlo-Pavlovic merged 10 commits intov6/prerelease/testnetfrom Jul 15, 2025
Merged
Conversation
Paraphrased requirements and added redis to the list
docs: update node setup requirements
Enable claiming for mainnet
…ation-for-paranet-sync Fix paranet sync argument propagation
Feature/add get to proofing
There was a problem hiding this comment.
Bug: Assertion Fetch Fails Due to ID Conflicts
The fetchAndProcessAssertion method contains two issues:
- The
getCommanduseslatestChallengeproperties for the contract and knowledge collection ID, which can conflict with theualparameter (derived fromnewChallengein the caller) and lead to fetching the wrong asset. - The
operationIdService.generateOperationIdcall is missing the requiredblockchainIdparameter, causing it to fail.
src/service/proofing-service.js#L367-L386
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
Was this report helpful? Give feedback by reacting with 👍 or 👎
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.