sui icon indicating copy to clipboard operation
sui copied to clipboard

Make withdraw_funds_from_object public

Open lxfind opened this issue 1 month ago • 2 comments

Description

Make the Move API public for object balance withdraw. Check in runtime to make sure it cannot be called if accumulator is not enabeld.

Test plan

Added a test to check that when accumulator is disabled, one cannot withdraw from objects.


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • [ ] Protocol:
  • [ ] Nodes (Validators and Full nodes):
  • [ ] gRPC:
  • [ ] JSON-RPC:
  • [ ] GraphQL:
  • [ ] CLI:
  • [ ] Rust SDK:
  • [ ] Indexing Framework:

lxfind avatar Nov 16 '25 02:11 lxfind

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sui-docs Ready Ready Preview Comment Dec 6, 2025 5:47am
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
multisig-toolkit Ignored Ignored Preview Dec 6, 2025 5:47am
sui-kiosk Ignored Ignored Preview Dec 6, 2025 5:47am

vercel[bot] avatar Nov 16 '25 02:11 vercel[bot]

Rebased on top of https://github.com/MystenLabs/sui/pull/24422

lxfind avatar Nov 25 '25 17:11 lxfind