KREAd Contract Upgrade a3p-integration proposal#3
Open
Jorge-Lopes wants to merge 7 commits intoDCFoundation:developfrom
Open
KREAd Contract Upgrade a3p-integration proposal#3Jorge-Lopes wants to merge 7 commits intoDCFoundation:developfrom
a3p-integration proposal#3Jorge-Lopes wants to merge 7 commits intoDCFoundation:developfrom
Conversation
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.
Description
This pull request introduces a new
a3p-integrationproposal (k:kread) aimed at verifying two key aspects:Solution Overview
After some deliberations on the recommended process for installing the bundles on-chain and determining if the KREAd core-eval upgrade should be included in the chain software upgrade proposal, the proposed solution was to establish an
a3p-integrationsubdirectory (sourced from agoric-sdk) and include a new proposal for KREAd with the corresponding assets.These assets can be utilized in the Cosgov UI when executing the core-eval proposal on-chain. After the deployment of changes on-chain, the a3p test can be migrated to the agoric-3-proposals repository for broader use.
Testing
To ensure asset integrity during the KREAd contract upgrade and verify that market subscribers survive Zoe upgrades, the following test cases were implemented in
kread.test.jsand executed during theusephase:Test Case 1: User Assets Survive KREAd Contract Upgrade
Test Case 2: Market Subscribers Survive Zoe Contract Upgrade
tryExitOfferwith Alice's sell offer ID.Artifacts
The relevant assets for the KREAd proposal are located at:
Note: The upgrade-kread and upgrade-zoe submissions were generated and copied from agoric-sdk/a3p-integration using the
build-all-submissions.shscript. As a result, thesdk-generatefield in a3p-integration/proposals/k:kread/package.json is intentionally left empty.Related Issues
closes: Agoric/agoric-sdk#10392
rel: Agoric/agoric-sdk#8714
Checklist