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

fix: max_note_len computation #10438

Merged
merged 3 commits into from
Jan 9, 2025
Merged

fix: max_note_len computation #10438

merged 3 commits into from
Jan 9, 2025

Conversation

nventuro
Copy link
Contributor

@nventuro nventuro commented Dec 5, 2024

We were simply adding all note lengths instead of finding the largest one, resulting in an unncessarily large array. I couldn't think of a simple and robust way to write a test for this so I just didn't, but I did check manually that it does what you'd expect.

@nventuro nventuro added the e2e-all CI: Enables this CI job. label Dec 5, 2024
@nventuro nventuro requested a review from Thunkar December 5, 2024 20:25
@nventuro nventuro enabled auto-merge (squash) December 5, 2024 20:25
Copy link
Contributor

@Thunkar Thunkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops my bad!

@nventuro nventuro merged commit 099c17b into master Jan 9, 2025
77 checks passed
@nventuro nventuro deleted the nv/note-len branch January 9, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e-all CI: Enables this CI job.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants