Kyle Altendorf
Kyle Altendorf
### Purpose: Improve runtime of insertion to the datalayer db from dat files. This occurs when syncing a new update, for example. many transactions - full file: 3.6s one transaction...
### Purpose: https://github.com/Chia-Network/chia-blockchain/issues/18518 ### Current Behavior: ### New Behavior: ### Testing Notes:
- **add big-o** - **add test** - **wip** ### Purpose: ### Current Behavior: ### New Behavior: ### Testing Notes:
**Describe the bug** When updating to pypi/[email protected] from 0.2.2 the license is identified as `BSD-3-Clause AND NOASSERTION` instead of `BSD-3-Clause`. The `NOASSERTION` is causing an unwanted failure. I have looked...
Details **Describe the bug** I made a PR to change my Poetry-defined Python project dependencies from using `==` to `>=` and now dependency-review-action is complaining about pylint's GPL license despite...