You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom Debug impl for CreateAndCall request (#4632)
## Motivation
Before this PR the derived `Debug` implementation prints whole `Vec<u8>`
bytes:
```
2025-09-23T12:21:27.8588391Z "{\"CreateAndCall\":[[0,97,115,109,1,0,0,0,1,226,1,31,96,2,127,127,0,96,3,127,127 ....
```
## Proposal
Custom impl that prints the lengths.
## Test Plan
CI
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
- These changes should be backported to the latest `testnet` branch
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments