Skip to content

sui_v1.18.0_1706577003_ci

@stefan-mysten stefan-mysten tagged this 30 Jan 00:03
## Description 

Improves the way we display PTB info in table output. Previously, the
inputs would output all the data in a long String, which breaks the
table.
*Before*
<img width="2548" alt="image"
src="https://github.com/MystenLabs/sui/assets/135084671/354b55b0-cb76-48da-9422-dc80fb7c7257">


*After*
<img width="1547" alt="image"
src="https://github.com/MystenLabs/sui/assets/135084671/4ad9c38e-b520-4c58-9c50-0f705e7034e3">


## Test Plan 

Visual inspection.

---
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
Improved the way a transaction kind of type programmable is shown in the
CLI's output.
Assets 2
Loading