-
Notifications
You must be signed in to change notification settings - Fork 2.6k
upgrade libp2p to 0.50.0 #12734
upgrade libp2p to 0.50.0 #12734
Conversation
bot merge |
Error: Statuses failed for 854c749 |
|
so the problem seems to be the tests runner not rendering a number, but printing an env variable instead: |
The commit looks fine. Seems like there is maybe some non-deterrministic issue in rustc: rust-lang/rust#106417 Regarding restarting CI, you can also just get access to gitlab and restart it with a button click instead of pushing empty commits. |
requested access. thanks 🙏 |
bot merge |
Error: "Check reviews" status is not passing for paritytech/polkadot#6500 |
bot merge |
Error: "Check reviews" status is not passing for paritytech/polkadot#6500 |
bot merge |
* upgrade libp2p to 0.50.0 * on_swarm_event and on_connection_handler_event * replace `Swarm::new` with `Swarm::with_threadpool_executor` * on_swarm_event and on_connection_handler_event part 2 * on_swarm_event and on_connection_handler_event part 3 * on_swarm_event and on_connection_handler_event part 4 * update libp2p * libp2p 0.50.0 * rename OutboundQueryCompleted to OutboundQueryProgressed refs libp2p/rust-libp2p#2712 * remove unused var * accumulate outbound_query_records until query is finished * format code * use p_handler instead of new_handler paritytech#12734 (comment) * pass ListenFailure to kademlia paritytech#12734 (comment) * use tokio executor in tests paritytech#12734 (comment) * use chrono Local::now instead of deprecated Local::today * remove unused vars from request_responses tests * attempt to fix pallet UI tests * restart CI * restart CI * restart CI * restart CI * restart CI * restart CI * restart CI * restart CI
* upgrade libp2p to 0.50.0 * on_swarm_event and on_connection_handler_event * replace `Swarm::new` with `Swarm::with_threadpool_executor` * on_swarm_event and on_connection_handler_event part 2 * on_swarm_event and on_connection_handler_event part 3 * on_swarm_event and on_connection_handler_event part 4 * update libp2p * libp2p 0.50.0 * rename OutboundQueryCompleted to OutboundQueryProgressed refs libp2p/rust-libp2p#2712 * remove unused var * accumulate outbound_query_records until query is finished * format code * use p_handler instead of new_handler paritytech#12734 (comment) * pass ListenFailure to kademlia paritytech#12734 (comment) * use tokio executor in tests paritytech#12734 (comment) * use chrono Local::now instead of deprecated Local::today * remove unused vars from request_responses tests * attempt to fix pallet UI tests * restart CI * restart CI * restart CI * restart CI * restart CI * restart CI * restart CI * restart CI
This is needed for #12529 and #11514.
polkadot companion: paritytech/polkadot#6500
cumulus companion: paritytech/cumulus#2056