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

adds a naive count all to SuberBase #939

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

m00sey
Copy link
Member

@m00sey m00sey commented Feb 27, 2025

During a recent issue we had a old "un-parsable" event stuck in escrow.

The current (1.1.31 and 1.2.4) code includes a "count".
The count was only used in a log message, but utilized "getItemIter" which attempts to serialize the message into a serder. Which then throws an exception because it does not have enough required fields.

The cntAll is naive as it doesn't account for dupes etc - but it servers the purpose for a count at the most basic level.

@m00sey m00sey added the main label Feb 27, 2025
@kentbull
Copy link
Contributor

LGTM

@pfeairheller pfeairheller merged commit b8ee48a into main Mar 3, 2025
6 checks passed
@pfeairheller pfeairheller deleted the enc/suberbase-cntall branch March 3, 2025 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants