Skip to content

Commit

Permalink
[Kiosk SDK] add @mysten/kiosk package (MystenLabs#11380)
Browse files Browse the repository at this point in the history
## Description 

Adds the @mysten/kiosk package //  @damirka 

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

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

adds @mysten/kiosk package to work with Kiosks and TransferPolicies

---------

Co-authored-by: Damir Shamanaev <[email protected]>
Co-authored-by: Jordan Gensler <[email protected]>
  • Loading branch information
3 people authored May 25, 2023
1 parent a68ca2e commit 4ea96d9
Show file tree
Hide file tree
Showing 17 changed files with 1,185 additions and 152 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-crabs-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mysten/sui.js": patch
---

the event BCS data is a base64 string
5 changes: 5 additions & 0 deletions .changeset/beige-donuts-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mysten/kiosk": major
---

Kiosk SDK for managing, querying and interacting with Kiosk and TransferPolicy objects
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"wallet-kit-site": "pnpm --filter wallet-kit-site",
"sdk": "pnpm --filter ./sdk/typescript",
"bcs": "pnpm --filter ./sdk/bcs",
"kiosk": "pnpm --filter ./sdk/kiosk",
"changeset-version": "pnpm changeset version && pnpm sdk codegen:version"
},
"pnpm": {
Expand Down
185 changes: 35 additions & 150 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ea96d9

Please sign in to comment.