-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DA-Related Functions for Blob Integrity and Fix WASM Test Case Bugs #24
Comments
So this is going to be patch-2, right? |
Right, |
Okay, tbh I'm not entirely sure what we're supposed to do with the |
Actually, we’re not planning to just stop with preservation. The function |
It makes sense, but implementing that internal logic will mean changing the current DA functionality where the hash is saved along with the blob ID. So my question is, do we have the capacity to do so at the moment, or are we to do it any other way, for example, in phases, like first implementing the logging functionality? Then, the hashing check will be built during the next iteration. |
Let’s focus on logging and retention of the blob IDs for the time being but formulate a framework that will allow validation to be incorporated in the future without significant reworking. |
Hey guys checkout 1c1966e this wraps up the test cases issues let me know if there is any issue in this |
…grity Checks (#6, #24) - Added support for WASM integration to enable RUST-based contract deployment. - CipherPodLedger module, enabling FHE-based pod settlements in Junction. - Implemented `LogBlobData` and `IntegrityCheck` functions to improve blob integrity in the DA layer. - Resolved bugs in WASM module test cases and added edge-case test coverage. Closes #6, #24
The Junction platform requires enhancements in its Data Availability (DA) layer to incorporate blob integrity checks, alongside addressing bugs in the WASM module test cases. These updates will bolster data reliability and ensure seamless functionality of the WASM module within the Junction ecosystem.
Proposed Enhancements
DA-Related Functions
WASM Test Case Fixes
Current Gaps and Issues
Blob Data Handling
WASM Module Test Cases
Proposed Solutions
For DA Layer
For WASM Module
Acceptance Criteria
LogBlobData
andPostBlobID
functions in the DA layer.The text was updated successfully, but these errors were encountered: