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] Visitor trait for annotated Move values (#16994) #16995

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

tzakian
Copy link
Contributor

@tzakian tzakian commented Apr 1, 2024

Description

Adds a visitor for annotated Move values (finally!) 🙂

Test Plan

Added additional tests + make sure CI passes.


If your changes are not user-facing and do not break anything, you can skip the following section. Otherwise, please briefly describe what has changed under the Release Notes section.

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

Description

Describe the changes or additions included in this PR.

Test Plan

How did you test the new or updated feature?


If your changes are not user-facing and do not break anything, you can skip the following section. Otherwise, please briefly describe what has changed under the Release Notes section.

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

## Description 

Adds a visitor for annotated Move values (finally!) 🙂 

## Test Plan 

Added additional tests + make sure CI passes. 

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### 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
Copy link

vercel bot commented Apr 1, 2024

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

Name Status Preview Updated (UTC)
multisig-toolkit ❌ Failed (Inspect) Apr 1, 2024 8:23pm
mysten-ui ✅ Ready (Inspect) Visit Preview Apr 1, 2024 8:23pm
sui-kiosk ❌ Failed (Inspect) Apr 1, 2024 8:23pm
sui-typescript-docs ❌ Failed (Inspect) Apr 1, 2024 8:23pm
1 Ignored Deployment
Name Status Preview Updated (UTC)
explorer ⬜️ Ignored (Inspect) Apr 1, 2024 8:23pm

@tzakian tzakian enabled auto-merge (squash) April 1, 2024 20:36
@tzakian tzakian merged commit 3805fb5 into releases/sui-v1.22.0-release Apr 1, 2024
42 of 45 checks passed
@tzakian tzakian deleted the tzakian/value-visitor-cherry branch April 1, 2024 20:41
ebmifa added a commit that referenced this pull request Apr 1, 2024
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