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

catchup: into long_lived/datalayer_merkle_blob from main @ 2b1aef889b4412d9637d77ae238ed5f64f44f674 #19105

Conversation

altendky
Copy link
Contributor

@altendky altendky commented Jan 3, 2025

Source hash: 2b1aef8
Remaining commits: 0

altendky and others added 13 commits December 20, 2024 10:39
* convert a test reference string to a multiline string literal

* stop overwriting `sys.stdout`
changed "is not belong" to "does not belong" in the `did_find_lost_did` endpoint when `derivation_record is None`, in wallet_rpc_api.py.
adding ca updates

Co-authored-by: ChiaAutomation <automation@chia.net>
* put otherwise unheld tasks into the pit

* and the rest too

* cull less often

* task referencer

* private

* report unexpectedly unreferenced tasks

* also warn for automated catching in tests

* reporting task

* undo some

* fixup for 3.9

* ban asyncio.create_task

* oof

* simplify including using `Task.add_done_callback()` for culling
Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.35.77 to 1.35.90.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.77...1.35.90)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…221 (#19084)

Bumps [types-aiofiles](https://github.com/python/typeshed) from 24.1.0.20240626 to 24.1.0.20241221.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-aiofiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.10 to 3.11.11.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.11.10...v3.11.11)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…long_lived_datalayer_merkle_blob_from_main_2b1aef889b4412d9637d77ae238ed5f64f44f674
@altendky altendky requested review from a team as code owners January 3, 2025 17:42
@altendky altendky added checkpoint_merge Changed Required label for PR that categorizes merge commit message as "Changed" for changelog labels Jan 3, 2025
Copy link

socket-security bot commented Jan 3, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
pypi/boto3@1.35.90 None 0 0 B
pypi/botocore@1.35.90 None 0 0 B
pypi/poetry@1.8.5 environment, eval, filesystem, network, shell Transitive: unsafe +251 988 MB

🚮 Removed packages: pypi/aiohttp@3.11.10, pypi/boto3@1.35.77, pypi/botocore@1.35.77, pypi/chiavdf@1.1.8, pypi/click@8.1.7, pypi/poetry@1.8.3, pypi/types-aiofiles@24.1.0.20240626

View full report↗︎

Copy link

socket-security bot commented Jan 3, 2025

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: pypi/poetry@1.8.5, pypi/poetry@1.8.5

View full report↗︎

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

@altendky
Copy link
Contributor Author

altendky commented Jan 3, 2025

@SocketSecurity ignore pypi/poetry@1.8.5

Copy link
Contributor

github-actions bot commented Jan 3, 2025

File Coverage Missing Lines
chia/daemon/server.py 80.0% lines 1060
chia/farmer/farmer.py 83.3% lines 202
chia/full_node/full_node.py 87.5% lines 288, 298
chia/rpc/wallet_rpc_api.py 0.0% lines 2591
chia/seeder/crawler.py 66.7% lines 223
chia/server/server.py 75.0% lines 506
chia/server/ws_connection.py 69.2% lines 681, 693, 728, 733
chia/timelord/timelord.py 60.0% lines 171, 1140
chia/util/beta_metrics.py 50.0% lines 88
chia/util/task_referencer.py 89.3% lines 23, 53-54
chia/wallet/wallet_node.py 66.7% lines 430, 433, 1242
Total Missing Coverage
185 lines 20 lines 89%

@altendky altendky merged commit 1c9e210 into long_lived/datalayer_merkle_blob Jan 3, 2025
301 of 302 checks passed
@altendky altendky deleted the catchup/long_lived_datalayer_merkle_blob_from_main_2b1aef889b4412d9637d77ae238ed5f64f44f674 branch January 3, 2025 18:58
Copy link

Pull Request Test Coverage Report for Build 12601646276

Details

  • 165 of 185 (89.19%) changed or added relevant lines in 41 files are covered.
  • 37 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.009%) to 91.474%

Changes Missing Coverage Covered Lines Changed/Added Lines %
chia/daemon/server.py 4 5 80.0%
chia/farmer/farmer.py 5 6 83.33%
chia/rpc/wallet_rpc_api.py 0 1 0.0%
chia/seeder/crawler.py 2 3 66.67%
chia/server/server.py 3 4 75.0%
chia/util/beta_metrics.py 1 2 50.0%
chia/full_node/full_node.py 14 16 87.5%
chia/timelord/timelord.py 3 5 60.0%
chia/util/task_referencer.py 25 28 89.29%
chia/wallet/wallet_node.py 6 9 66.67%
Files with Coverage Reduction New Missed Lines %
chia/server/node_discovery.py 3 79.3%
chia/server/ws_connection.py 3 88.17%
chia/full_node/full_node.py 6 86.19%
chia/_tests/core/util/test_lockfile.py 25 77.31%
Totals Coverage Status
Change from base Build 12590642986: -0.009%
Covered Lines: 105431
Relevant Lines: 115067

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog checkpoint_merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants