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

move (easy): source service rename SourcePackages -> SourcePackage #14264

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

rvantonder
Copy link
Contributor

@rvantonder rvantonder commented Oct 13, 2023

Description

See inline comment.

Test Plan

Updated types and semantics-preserving change.


If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

@vercel
Copy link

vercel bot commented Oct 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mysten-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 9:24pm
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 9:24pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Visit Preview Oct 13, 2023 9:24pm
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Oct 13, 2023 9:24pm
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Oct 13, 2023 9:24pm

@vercel vercel bot temporarily deployed to Preview – mysten-ui October 13, 2023 21:02 Inactive
@rvantonder rvantonder changed the title move: source service rename SourcePackages -> SourcePackage move (easy): source service rename SourcePackages -> SourcePackage Oct 13, 2023
pub enum PackageSources {
pub enum PackageSource {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

main change: this type now represents a single PackageSource, so I'm just removing the plural

Base automatically changed from rvt/ss-package-sources-only to main October 13, 2023 21:23
@rvantonder rvantonder force-pushed the rvt/ss-package-sources-only-2 branch from 78abce7 to 6cbdc05 Compare October 13, 2023 21:23
@rvantonder rvantonder enabled auto-merge (squash) October 13, 2023 21:24
@rvantonder rvantonder disabled auto-merge October 13, 2023 21:24
@rvantonder rvantonder enabled auto-merge (squash) October 13, 2023 21:24
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 13, 2023 21:24 Inactive
@rvantonder rvantonder merged commit 5e85eec into main Oct 13, 2023
@rvantonder rvantonder deleted the rvt/ss-package-sources-only-2 branch October 13, 2023 21:42
jonas-lj pushed a commit to jonas-lj/sui that referenced this pull request Nov 2, 2023
…bs#14264)

## Description 

See inline comment.

## Test Plan 

Updated types and semantics-preserving change.

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants