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

[Examples] Adds closed loop module #14434

Merged
merged 9 commits into from
Oct 27, 2023
Merged

[Examples] Adds closed loop module #14434

merged 9 commits into from
Oct 27, 2023

Conversation

damirka
Copy link
Contributor

@damirka damirka commented Oct 25, 2023

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 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

@damirka damirka requested a review from sblackshear October 25, 2023 20:38
@damirka damirka self-assigned this Oct 25, 2023
@vercel
Copy link

vercel bot commented Oct 25, 2023

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

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

Copy link
Contributor

@dariorussi dariorussi left a comment

Choose a reason for hiding this comment

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

❤️
I'll review in more details tomorrow but thanks so much!

examples/move/closed_loop/sources/closed_loop.move Outdated Show resolved Hide resolved
examples/move/closed_loop/examples/loyalty.move Outdated Show resolved Hide resolved
examples/move/closed_loop/sources/closed_loop.move Outdated Show resolved Hide resolved
examples/move/closed_loop/sources/closed_loop.move Outdated Show resolved Hide resolved
examples/move/closed_loop/examples/rules/limiter.move Outdated Show resolved Hide resolved
examples/move/closed_loop/examples/loyalty.move Outdated Show resolved Hide resolved
@damirka damirka merged commit 7ae3750 into main Oct 27, 2023
@damirka damirka deleted the ds/closed-loop-again branch October 27, 2023 19:06
jonas-lj pushed a commit to jonas-lj/sui that referenced this pull request Nov 2, 2023
## Description 

Adds a `closed_loop` module example.

## Test Plan 

How did you test the new or updated feature?

---
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.

3 participants