Skip to content

[DSP-52] Shorten strings in UStore

Ivan Gromakovskii requested to merge gromak/dsp52-shorter-strings-in-ustore into master

Description

Problem: we have some issues with size of code transpiled from Lorentz due to some limitations of Tezos. Code which uses UStore extensively often has cases which can fail with rather long strings. They can be made shorter without loss of information and readability and save some space.

Solution: shorten some error messages.

Related issue(s)

https://issues.serokell.io/issue/DSP-52

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Edited by Ivan Gromakovskii

Merge request reports