Skip to content

update libp2p branch when unstable changes #6202

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

Open
wants to merge 4 commits into
base: unstable
Choose a base branch
from

Conversation

diegomrsantos
Copy link
Contributor

@diegomrsantos diegomrsantos commented Apr 12, 2024

This PR automates updating the libp2p branch when the Nimbus unstable branch changes. The libp2p branch will contain the latest Nimbus and nim-libp2p unstable.

@diegomrsantos diegomrsantos force-pushed the update-libp2p-branch branch 2 times, most recently from cb75ed2 to efeb1c9 Compare April 12, 2024 11:30
@diegomrsantos diegomrsantos marked this pull request as ready for review April 12, 2024 11:32
Copy link

github-actions bot commented Apr 12, 2024

Unit Test Results

       15 files  ±0    2 630 suites  ±0   1h 22m 54s ⏱️ + 8m 33s
  6 436 tests ±0    5 915 ✔️ ±0  521 💤 ±0  0 ±0 
44 766 runs  ±0  44 048 ✔️ ±0  718 💤 ±0  0 ±0 

Results for commit 239dedf. ± Comparison against base commit 23430ff.

♻️ This comment has been updated with latest results.

- name: Update libp2p branch
run: |
cd vendor/nim-libp2p
git checkout unstable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs updating for the new naming scheme

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@jakubgs
Copy link
Member

jakubgs commented Feb 24, 2025

Is this still relevant? We are still running Libp2p nodes but they are outdated and Holesky fork is today:

geth-01.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-02.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-03.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-04.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-05.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-06.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-07.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-08.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-09.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus
geth-10.ih-eu-mda1.nimbus.holesky | CHANGED | rc=0 | (stdout) Nimbus/v24.12.0-daf984-stateofus

I guess I can update the branch manually for now.

@jakubgs
Copy link
Member

jakubgs commented Feb 24, 2025

Updated manually for today:

@tersec tersec force-pushed the update-libp2p-branch branch from 31f5a9a to 239dedf Compare March 27, 2025 11:02
@etan-status etan-status force-pushed the unstable branch 2 times, most recently from a0510ce to aa88cd4 Compare July 25, 2025 15:05
@arnetheduck
Copy link
Member

ping @richard-ramos is this still relevant?

@richard-ramos
Copy link
Member

in nim-libp2p we’ve got this workflow that bumps the autobump branch with the latest unstable from nimbus + latest master from nim-libp2p whenever something lands in nim-libp2p master.

this new one looks basically the same but triggers on changes to nimbus unstable. not clear what extra value it adds, feels redundant since the existing one already covers the same ground from the nim-libp2p side, so i vote to close this PR

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.

5 participants