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

Problem: chainlibpy is not maintained #1106

Merged
merged 7 commits into from
Feb 4, 2025

Conversation

yihuang
Copy link
Collaborator

@yihuang yihuang commented Feb 4, 2025

Solution:

  • remove from dependencies

👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

Solution:
- remove from dependencies
@yihuang yihuang requested a review from a team as a code owner February 4, 2025 06:10
@yihuang yihuang requested a review from mmsqe February 4, 2025 06:11
Copy link

socket-security bot commented Feb 4, 2025

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

Package New capabilities Transitives Size Publisher
pypi/[email protected] 🔁 pypi/[email protected] None 0 8.99 kB fiatjaf
pypi/[email protected] 🔁 pypi/[email protected] environment, eval, filesystem, network, shell, unsafe +10 87.1 MB JelleZijlstra, ambv, cooperlees, ...2 more
pypi/[email protected] 🔁 pypi/[email protected] None 0 309 kB Lukasa
pypi/[email protected] 🔁 pypi/[email protected] Transitive: network, shell, unsafe +8 84.4 MB Ousret
pypi/[email protected] 🔁 pypi/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +16 85.6 MB
pypi/[email protected] 🔁 pypi/[email protected] environment, eval, shell 0 131 kB
pypi/[email protected] 🔁 pypi/[email protected] None +6 1.86 MB hpk, nicoddemus, ronny
pypi/[email protected] 🔁 pypi/[email protected] None 0 381 kB dbieber
pypi/[email protected] 🔁 pypi/[email protected] None +2 13.5 MB google_opensource, grpc-packages
pypi/[email protected] 🔁 pypi/[email protected] None 0 1.14 MB kjd
pypi/[email protected] 🔁 pypi/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +35 71 MB
pypi/[email protected] 🔁 pypi/[email protected] environment, filesystem Transitive: eval, network, shell, unsafe +8 84.5 MB
pypi/[email protected] 🔁 pypi/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +8 87.5 MB
pypi/[email protected] 🔁 pypi/[email protected] None 0 2.47 MB brettcannon, dstufft, pf_moore, ...1 more
pypi/[email protected] 🔁 pypi/[email protected] environment, shell Transitive: eval, filesystem, network, unsafe +10 84.9 MB Julian, Ofekmeister, ronny
pypi/[email protected] 🔁 pypi/[email protected] environment, filesystem, network, shell Transitive: eval, unsafe +8 84.7 MB The_Compiler, flub, goodboy, ...3 more
pypi/[email protected] 🔁 pypi/[email protected] None 0 2.4 MB protobuf-packages
pypi/[email protected] 🔁 pypi/[email protected] None 0 161 kB IanLee1521, asottile
pypi/pywin32@308 🔁 pypi/pywin32@306 None 0 23 MB glyph, mhammond, pf_moore
pypi/[email protected] 🔁 pypi/[email protected] filesystem 0 59.4 kB tanbro
pypi/[email protected] 🔁 pypi/[email protected] None 0 477 kB Lukasa, graffatcolmingov, nateprewitt
pypi/[email protected] 🔁 pypi/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +18 90.7 MB abravalheri, dstufft, jaraco
pypi/[email protected] 🔁 pypi/[email protected] environment, filesystem 0 134 kB gutworth
pypi/[email protected] 🔁 pypi/[email protected] None +2 364 kB hugovk
pypi/[email protected] 🔁 pypi/[email protected] None 0 932 kB encukou, hauntsaninja, hukkin
pypi/[email protected] 🔁 pypi/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +24 88.5 MB neersighted
pypi/[email protected] 🔁 pypi/[email protected] environment, eval, filesystem, shell, unsafe 0 422 kB JelleZijlstra, guido, hauntsaninja, ...3 more

🚮 Removed packages: pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected]

View full report↗︎

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.75%. Comparing base (76d6cd7) to head (4f83a71).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1106   +/-   ##
=======================================
  Coverage   31.75%   31.75%           
=======================================
  Files          93       93           
  Lines       17026    17026           
=======================================
  Hits         5406     5406           
  Misses      10678    10678           
  Partials      942      942           
Flag Coverage Δ
integration_tests 23.91% <ø> (ø)
integration_tests_byzantine 10.95% <ø> (ø)
integration_tests_gov 11.20% <ø> (ø)
integration_tests_grpc 11.20% <ø> (ø)
integration_tests_ibc 26.51% <ø> (ø)
integration_tests_ledger 11.18% <ø> (ø)
integration_tests_slow 11.18% <ø> (ø)
integration_tests_solomachine 10.98% <ø> (ø)
integration_tests_upgrade 11.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yihuang yihuang enabled auto-merge February 4, 2025 09:41
@yihuang yihuang added this pull request to the merge queue Feb 4, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 4, 2025
@yihuang yihuang added this pull request to the merge queue Feb 4, 2025
Merged via the queue into crypto-org-chain:master with commit 71f4fda Feb 4, 2025
30 of 32 checks passed
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.

2 participants