Skip to content

Add entity stats fields (#41)#47

Merged
kacperzuk-neti merged 1 commit intomasterfrom
fix-stats
Jan 23, 2026
Merged

Add entity stats fields (#41)#47
kacperzuk-neti merged 1 commit intomasterfrom
fix-stats

Conversation

@kacperzuk-neti
Copy link
Contributor

GitHub keywords to close any associated issues

Motivation

Why we should merge these changes. If using GitHub keywords to close issues, this is optional as the motivation can be read on the issue page.

Changelog

Enhancements

Things you added that don't break anything. Regression tests for Bug Fixes count as Enhancements.

Bug Fixes

Things you changed that fix bugs. If it fixes a bug but, in so doing, adds a new requirement, removes code, or requires a database reset and reindex, the breaking part of the change should also be added to "Incompatible Changes" below.

Incompatible Changes

Things you broke while doing Enhancements and Bug Fixes. Breaking changes include (1) adding new requirements and (2) removing code. Renaming counts as (2) because a rename is a removal followed by an add.

Upgrading

If you have any Incompatible Changes in the above Changelog, outline how users of prior versions can upgrade once this PR lands or when reviewers are testing locally. A common upgrading step is "Database reset and re-index required".

Checklist for your Pull Request (PR)

  • I verified this PR does not break any public APIs, contracts, or interfaces that external consumers depend on.
  • 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.
  • I updated documentation if needed:
  • If I modified API endpoints, I updated the Swagger/OpenAPI schemas accordingly and checked that schemas are asserted in tests.
  • If I added new DB indices, I checked, that they are not redundant, with PGHero or other tools.
  • If I added/removed chain type, I modified the Github CI matrix and PR labels accordingly.

@kacperzuk-neti kacperzuk-neti force-pushed the fix-stats branch 2 times, most recently from 4afcfcc to 4a3eb6e Compare January 23, 2026 11:16
@kacperzuk-neti kacperzuk-neti self-assigned this Jan 23, 2026
@kacperzuk-neti kacperzuk-neti marked this pull request as ready for review January 23, 2026 11:41
@kacperzuk-neti kacperzuk-neti merged commit def167c into master Jan 23, 2026
42 of 45 checks passed
@kacperzuk-neti kacperzuk-neti deleted the fix-stats branch January 23, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants