generated from evstack/template-da-repo
-
Notifications
You must be signed in to change notification settings - Fork 4
build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.14.3 to 0.15.0 in the minor-updates group #252
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
Merged
julienrbrt
merged 1 commit into
main
from
dependabot/go_modules/minor-updates-5865c8d852
Sep 17, 2025
Merged
build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.14.3 to 0.15.0 in the minor-updates group #252
julienrbrt
merged 1 commit into
main
from
dependabot/go_modules/minor-updates-5865c8d852
Sep 17, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the minor-updates group with 1 update: [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub). Updates `github.com/libp2p/go-libp2p-pubsub` from 0.14.3 to 0.15.0 - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.14.3...v0.15.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
randygrok
added a commit
that referenced
this pull request
Sep 18, 2025
* build(deps): bump latest ev-node (#253) * build(deps): bump latest ev-node * bump node everywehre * build(deps): bump github.com/libp2p/go-libp2p-pubsub (#252) Bumps the minor-updates group with 1 update: [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub). Updates `github.com/libp2p/go-libp2p-pubsub` from 0.14.3 to 0.15.0 - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.14.3...v0.15.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * use new ev-node version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: julienrbrt <julien@rbrt.fr> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chatton
pushed a commit
that referenced
this pull request
Oct 7, 2025
Bumps the minor-updates group with 1 update: [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub). Updates `github.com/libp2p/go-libp2p-pubsub` from 0.14.3 to 0.15.0 - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.14.3...v0.15.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
randygrok
added a commit
that referenced
this pull request
Oct 14, 2025
* feat: implement network module attesters return to evolve Add BeginBlocker logic for IBC_ONLY sign mode, add epoch end validation for soft confirmed checkpoints, update network keeper with BlockSource dependency, and add new validator hasher attester for CometBFT compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * go back to a stable point where IBC works * feat: unify validator hashing for attester and sequencer modes Add flag for NetworkSoftConfirmation, this means the node works using the attester system. Now the validator hasher changes depending if we are using attester mode or not. * Comment the part related to the blockFilter. * now blocks end point returns same block id as the sequencer is signing * Add endpoints for creation of attestaions and to provide the data throught endpoints * updates, not achieved yet, connection fails * golden commit, system works * fix issue with go mod and updates on go header * refactor: rename NetworkSoftConfirmation to AttesterMode and update related logic * add integration attester e2e workflow * change name integration attester * remove temporary the main on integration test branch * update ev node verrsion * revert ev-node version * upgrade version for ev node * update the attester yml * update the way we execute gaia * start new approach * improve ignite check * add evolve and scaffold chain * build binaries image * try build images * move build images * update docker compose * include the local-da option * use only push * use push * change the event * bring back the attester test with docker compose * run local da * add creating of docker compose local da * include gaia into the equation * update the cache * remove option of cache * add step to run gmd * add caches when building gmd * fix cache ignite cli, it needs to be before * fix some env variables problems on the script * Add integration tests * Refactor Dockerfiles and integration test scripts to use updated paths and streamline build process * remove binaries * fix paths inside github actions * update the ev node for the attester * update go path bin * use absolute pathE * use debian for gm image * refactor: update Dockerfile to use go install for local-da and modify CI cache settings * refactor: update Dockerfile and docker-compose to build local-da from rollkit module * refactor: update Dockerfile and docker-compose to build local-da from rollkit module * refactor: update Dockerfile.attester to ensure local ev-abci replacement points to the copied path * refactor: update Dockerfile.gm to use golang:1.24-bookworm and debian:bookworm-slim * be a little wide on the apps used for the app * include the attester * Revert "include the attester" This reverts commit 6062cc2. * feat: add attester module with Dockerfile and initial implementation * feat: add attester module with Dockerfile and initial implementation * feat: align module replacements and fetch dependencies in attester Dockerfile * feat: align module replacements and fetch dependencies in attester Dockerfile * feat: align module replacements and fetch dependencies in attester Dockerfile * feat: comment out Docker image build step in integration test workflow * feat: simplify Dockerfile by removing build stage and update docker-compose for Ignite CLI * feat: simplify Dockerfile by removing build stage and update docker-compose for Ignite CLI * feat: enhance debugging and logging in integration tests and initialization scripts * feat: add Go and Git to runtime dependencies in Dockerfile for Ignite operations * feat: enhance initialization script to ensure 'evolve' app availability and fallback to 'gmd genesis init' * feat: enhance initialization script to ensure 'evolve' app availability and fallback to 'gmd genesis init' * feat: update initialization script to improve Ignite home setup and adjust fallback command * feat: update initialization script to set default minimum-gas-prices and enable API in app.toml * feat: enhance Dockerfile and init script for improved Ignite app setup and evolve integration * feat: update init script and Docker configuration for improved Gaia chain setup * feat: simplify command in Docker Compose for init-gaia.sh execution * feat: add app wiring patch for ev-abci network module in Dockerfile and script * feat: enhance patch-app-wiring.sh to insert network module block conditionally * feat: refactor integration_attester_test.yml to streamline Ignite CLI setup and Gmd binary management * feat: update patch-app-wiring.sh to improve module block insertion logic * feat: enhance patch-app-wiring.sh to ensure robust insertion of network module block * feat: enhance Dockerfile and patch-app-wiring.sh for improved debugging and verification of app wiring * feat: improve idempotence checks in patch-app-wiring.sh for network module insertion * feat: simplify verification logic in patch-app-wiring.sh for network module * feat: simplify verification logic in patch-app-wiring.sh for network module * feat: simplify verification logic in patch-app-wiring.sh for network module * feat: enhance patch-app-wiring.sh to ensure network module inclusion in named lists * feat: enhance patch-app-wiring.sh to ensure network module inclusion in named lists * feat: enhance patch-app-wiring.sh to ensure network module inclusion in named lists * feat: enhance patch-app-wiring.sh to ensure network module inclusion in named lists * feat: improve patch-app-wiring.sh to handle tab formatting and clean up leading characters * feat: add fallback insertion for network module in InitGenesis function * feat: add targeted fallback insertion for network module in InitGenesis function * feat: refactor network module verification in patch-app-wiring.sh for improved robustness * feat: refactor network module verification in patch-app-wiring.sh for improved robustness * feat: enhance app wiring for network module with improved validation and configuration * feat: enhance app wiring for network module with improved validation and configuration * feat: update integration attester test workflow triggers for streamlined execution * feat: enhance integration test logging for attester service to improve troubleshooting * feat: enhance integration test logging for attester service to improve troubleshooting * feat: set default fee amount for transaction builder in main.go * feat: update fee amount setting in transaction builder for improved precision * feat: update fee amount setting in transaction builder to use cosmossdk.io/math for improved precision * feat: update Dockerfile.test to include gmd binary from gm-chain image * feat: update Dockerfile.test to build gmd binary directly and adjust docker-compose dependencies * feat: update Dockerfile.test to use golang:1.24-bookworm and improve package installation * feat: update Dockerfile.test to use debian:bookworm-slim for improved compatibility * feat: add gaiad binary download to Dockerfile.test for architecture support * Delete the compose folder * feat: update Gaia version to v25.1.0 and add Attester Mode integration test workflow * feat: add Bech32 prefix configuration for account and validator addresses * feat: update transaction message structure to include authority and consensus addresses * feat: update transaction message structure to include authority and consensus addresses * feat: improve error handling and clean up code in transaction processing * Fix go lint * feat: remove unused transport flag from start.go * feat: remove redundant test cases for validator existence and bonding status * feat: rename Rollkit to Evolve in main application and update README * feat: remove residual file * feat: add README for Evolve Network Module (beta) * feat: add README for Evolve Network Module (beta) * feat: safeguard against nil AppGenesis in validator address retrieval * feat: add comprehensive README for IBC integration tests in Evolve Network * feat: test new ev-node version (#254) * build(deps): bump latest ev-node (#253) * build(deps): bump latest ev-node * bump node everywehre * build(deps): bump github.com/libp2p/go-libp2p-pubsub (#252) Bumps the minor-updates group with 1 update: [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub). Updates `github.com/libp2p/go-libp2p-pubsub` from 0.14.3 to 0.15.0 - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.14.3...v0.15.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * use new ev-node version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: julienrbrt <julien@rbrt.fr> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: migrate attesters integration tests to tastora (#263) * build(deps): bump evstack (#255) * build(deps): bump evstack * bump ev-node * feat: add integration tests for Gaia GM health and update dependencies * refactor: validate ev-node config (#256) * refactor: validate ev-node config * deps * test: update liveness test to use multiple nodes (syncing through DA) (#216) * wip: pinning to local tastora checkout * wip: DA layer working, but P2P not configured * wip: parsing p2p address correctly, test still failing * test passing when not using P2P * chore: refactor to use test suite * chore: wip test passing via da * chore: update to use evnode cli flag * chore: add helper fn to add follower node * chore: update workflow to run specific test * deleted file * deps: bump tastora version * refactor(adapter): extract block id creation * wip: custom dockerfile * Update ev-node version and refactor cometcompat to adapter - Bump github.com/evstack/ev-node to v1.0.0-beta.2.0.20250821181753-974aa15383de - Move cometcompat helpers to adapter package and update imports - Remove cometcompat package and related files - Add providers.go to adapter for signature and validator hash providers - Refactor usage across codebase to use adapter package functions * typo + issue * bump commit * chore: sync'd w julien branch * attempt * latest commit * fix height 1 blockid * updates * linting * [wip] * debug lines * debug lines * fix merge * updates * chore: bump to tastora v0.3.0 * fix flags * fix empty state * debug logs * update tastora * debug * fix app * ... * trial * dbgs * updates * updates --------- Co-authored-by: Julien Robert <julien@rbrt.fr> * feat: update dependencies and improve Gaia GM health tests * feat: add Dockerfile for GM app and update health test integration * chore: configure gm prefix and uid * temp commit for Cian * feat: update Dockerfile and health tests for Gaia GM integration * feat: add attester Dockerfile and integration tests for GM chain * chore: attester fixes * feat: update attester to use armored private key and change address prefix to celestia * feat: update integration tests for IBC transfers and adjust EVNODE_VERSION * wip: fixing test * remove claude generated settings * golden commit, it works with tastora * clean test * feat: update Dockerfile and integration tests for improved image building * feat: update integration test workflow to set up Go and build attester Docker images * feat: update integration test command to run specific test suite in Docker * feat: refine integration test command to target specific test case --------- Co-authored-by: julienrbrt <julien@rbrt.fr> Co-authored-by: Cian Hatton <github.qpeyb@simplelogin.fr> * feat: add attester mode integration test to CI pipeline * chore: update EVNODE_VERSION to v1.0.0-beta.5 in integration tests * refactor(tests): reorganize imports for clarity and consistency * feat: add build and pull steps for attester and GM Docker images in CI pipeline * chore: update EVNODE_VERSION to v1.0.0-beta.5 and remove unused network soft confirmation block filter code * chore: update CI to use ubuntu-latest for building attester images * chore: update CI to use ubuntu-latest for building attester images * chore: simply workflows (#264) * chore: simply workflows * chore: removed more * refactor(adapter): remove commented-out block commit event handling code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: julienrbrt <julien@rbrt.fr> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cian Hatton <github.qpeyb@simplelogin.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the minor-updates group with 1 update: github.com/libp2p/go-libp2p-pubsub.
Updates
github.com/libp2p/go-libp2p-pubsubfrom 0.14.3 to 0.15.0Release notes
Sourced from github.com/libp2p/go-libp2p-pubsub's releases.
Commits
ed53c17release v0.15.04a55800Fix data race in testa6ccd91Skip flaky floodsub test86a1dfcpubsub: remove redundant sends of hello packet71c4323gossipsub: implement extensions3a61514test: add skeleton gossipsub to drive a gossipsub peer7afa1d3gossipsub: add plumbing for Gossipsub v1.3 supportb561577pubsub: AddPeer now accepts reference to hello packet5854208pb: commit generated protobuf5dc92f5pb: add extensions protobufsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions