You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
### Description
[_PR description_]
### Issue Link
fixprivacy-scaling-explorations#1670
### Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
### Contents
- [_item_]
### Rationale
[_design decisions and extended information_]
### How Has This Been Tested?
[_explanation_]
<hr>
## How to fill a PR description
Please give a concise description of your PR.
The target readers could be future developers, reviewers, and auditors.
By reading your description, they should easily understand the changes
proposed in this pull request.
MUST: Reference the issue to resolve
### Single responsability
Is RECOMMENDED to create single responsibility commits, but not
mandatory.
Anyway, you MUST enumerate the changes in a unitary way, e.g.
```
This PR contains:
- Cleanup of xxxx, yyyy
- Changed xxxx to yyyy in order to bla bla
- Added xxxx function to ...
- Refactored ....
```
### Design choices
RECOMMENDED to:
- What types of design choices did you face?
- What decisions you have made?
- Any valuable information that could help reviewers to think critically
0 commit comments