Skip to content

sui_v1.19.1_1708992716_release

  • sui_v1.19.1_1708992716_release
  • 041c5f2
  • Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
  • Choose a tag to compare

  • sui_v1.19.1_1708992716_release
  • 041c5f2
  • Choose a tag to compare

  • Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
@stefan-mysten stefan-mysten tagged this 26 Feb 22:21
## Description 

This PR adds support for writing and executing programmable transaction
blocks from the CLI. In a nutshell, a new command is introduced: `sui
client ptb`, where the user can pass in different arguments that
correspond either to transactions or other flags (e.g., preview to list
the transactions in the PTB without executing the PTB).

## Test Plan 

```
cd crates/sui && cargo nextest run
```

---
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
- [x] 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
Added support for writing and executing programmable transaction blocks
from the CLI. In a nutshell, a new command is introduced: `sui client
ptb`, where the user can pass in different arguments that correspond
either to transactions or other flags (e.g., preview to list the
transactions in the PTB without executing the PTB).
Use `sui client ptb --help` for the help menu that explains all the
commands and shows some usage examples .

---------

Co-authored-by: Timothy Zakian <tim@mystenlabs.com>
Assets 2
Loading