Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORE-18278 Merge the release 5.1 branch into the network team 5.2 feature branch #1331

Closed
wants to merge 1 commit into from

Commits on Nov 7, 2023

  1. CORE-18180 Correct StateRef.toString (#1327)

    The index in `StateRef.toString` was being formatted which added commas
    to the output. This created an invalid string representation of a
    `StateRef`, causing errors if we ever called `StateRef.parse` on the
    output of `StateRef.toString`.
    
    Rely on normal string concatenation instead of `MessageFormat.format` to
    resolve this.
    lankydan authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3901a3c View commit details
    Browse the repository at this point in the history