Skip to content
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

deprecate existing smart-wallet package #6121

Merged
merged 2 commits into from
Sep 3, 2022
Merged

Conversation

turadg
Copy link
Member

@turadg turadg commented Sep 3, 2022

Description

#6084 is a total rewrite of the contract which is not backwards compatible. To land it without having to update everything else in the same PR, we need the new and old to coexist.

The approach taken here is to fork at the package level. It could have been by filenames or directories, but this way has less churn (leaves the files alone) and provides the opportunity to make the smart-wallet package fit the packages/* scheme.

Security Considerations

--

Documentation Considerations

This renames the package but that shouldn't be visible externally. When we publish again the @agoric/smart-wallet package will be the new one (with a higher version number, 0.2.0 from 0.1.1). The legacy-smart-wallet is marked private to not publish.

Testing Considerations

CI

Copy link
Member

@dckc dckc left a comment

Choose a reason for hiding this comment

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

looks consistent with what we discussed

@turadg turadg added automerge:rebase Automatically rebase updates, then merge bypass:integration Prevent integration tests from running on PR and removed bypass:integration Prevent integration tests from running on PR labels Sep 3, 2022
@mergify mergify bot merged commit 2f11941 into master Sep 3, 2022
@mergify mergify bot deleted the ta/deprecate-smart-wallet branch September 3, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge bypass:integration Prevent integration tests from running on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants