fix(dmrv): Restore complete VRE-PARFE-HydroRE files - #19
Open
teslasworld wants to merge 1 commit into
Open
Conversation
…ated entries This commit restores the authoritative versions of two files that were corrupted/truncated during the merge of PR InterWorkAlliance#16 (feat(dmrv): Add VRE-PARFE-HydroRE Extension Set): 1. VariableTemplates.json - BEFORE (corrupted): 16 entries with 8 marked as "RECONSTRUCTED" (hallucinated) - AFTER (correct): 4 authoritative entries (kwhReading, sensorRef, gatewayRef, licenseeRef) - Source: teslasworld/TokenTaxonomyFramework fork (authoritative working version) 2. vreParfeExtensionSet.proto - BEFORE (truncated): File ends mid-definition at line 101, missing LedgerAttestationOptions - AFTER (complete): Full proto file with all message definitions including PhysicsGateOptions and LedgerAttestationOptions - Source: teslasworld/TokenTaxonomyFramework fork (authoritative working version) The corrupted versions prevented successful builds. Anyone building from the current main branch would encounter: - Proto compilation errors (syntax violations) - JSON validation failures (cross-reference errors) - Runtime failures due to missing variable template definitions This restores the correct, tested, working versions from the original development branch.
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.
This commit restores the authoritative versions of two files that were corrupted/truncated during the merge of PR #16 (feat(dmrv): Add VRE-PARFE-HydroRE Extension Set):
VariableTemplates.json
vreParfeExtensionSet.proto
The corrupted versions prevented successful builds. Anyone building from the current main branch would encounter:
This restores the correct, tested, working versions from the original development branch.