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

Fix polkadot-launch #1251

Closed
wants to merge 8 commits into from
Closed

Fix polkadot-launch #1251

wants to merge 8 commits into from

Conversation

andor0
Copy link
Contributor

@andor0 andor0 commented Jul 4, 2022

Issue

https://app.clickup.com/t/2m3dvaz

polkadot-launch waits Running JSON-RPC WS server: or Listening for new connections strings in logs.
It works with tracing-core = "=0.1.26", but it doesn't work with a new versions (I checked 0.1.27 and 0.1.28 versions).

Description

frame/ibc* depend on ibc, ibc depends on tracing = { version = "0.1.35" }, tracing depends on tracing-core = { version = 0.1.27 }.
So I reverted tracing version in ibc.

@vercel
Copy link

vercel bot commented Jul 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Ignored Deployments
Name Status Preview Updated
pablo-staging ⬜️ Ignored (Inspect) Jul 5, 2022 at 3:57PM (UTC)
pablo-storybook ⬜️ Ignored (Inspect) Jul 5, 2022 at 3:57PM (UTC)
picasso-staging ⬜️ Ignored (Inspect) Jul 5, 2022 at 3:57PM (UTC)
picasso-storybook ⬜️ Ignored (Inspect) Jul 5, 2022 at 3:57PM (UTC)

benluelo
benluelo previously approved these changes Jul 4, 2022
frame/ibc-ping/Cargo.toml Outdated Show resolved Hide resolved
frame/ibc/Cargo.toml Outdated Show resolved Hide resolved
@andor0 andor0 changed the title Feat/fix polkadot launch/andor0 Fix polkadot-launch Jul 4, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2022

Codecov Report

Merging #1251 (bc8edb1) into main (be2aebf) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1251      +/-   ##
==========================================
- Coverage   38.06%   38.05%   -0.01%     
==========================================
  Files         345      345              
  Lines       64547    64547              
==========================================
- Hits        24568    24564       -4     
- Misses      39979    39983       +4     
Impacted Files Coverage Δ
frame/pablo/src/uniswap.rs 98.57% <0.00%> (-0.72%) ⬇️
frame/lending/src/helpers.rs 95.03% <0.00%> (-0.68%) ⬇️
frame/airdrop/src/lib.rs 54.75% <0.00%> (-0.17%) ⬇️
frame/composable-traits/src/lending/tests.rs 99.41% <0.00%> (+0.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be2aebf...bc8edb1. Read the comment docs.

@andor0 andor0 marked this pull request as ready for review July 5, 2022 08:32
@andor0 andor0 requested a review from a team as a code owner July 5, 2022 08:32
@andor0 andor0 requested a review from a team July 5, 2022 08:32
@andor0 andor0 requested a review from a team as a code owner July 5, 2022 08:32
@andor0 andor0 requested a review from a team July 5, 2022 08:32
Copy link
Contributor

@andresmechali andresmechali left a comment

Choose a reason for hiding this comment

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

LGTM and solves the issue 🚀

Copy link
Contributor

@dzmitry-lahoda dzmitry-lahoda left a comment

Choose a reason for hiding this comment

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

bors r+

also, seems like IBC updated its core but not maintained tracing in other crates. i mean if you are ok with old core or update others.

@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

👎 Rejected because of missing code owner approval

@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

👎 Rejected because of missing code owner approval

@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

bors bot pushed a commit that referenced this pull request Jul 5, 2022
## Issue
https://app.clickup.com/t/2m3dvaz

polkadot-launch waits `Running JSON-RPC WS server:` or `Listening for new connections` [strings in logs](https://github.com/paritytech/polkadot-launch/blob/master/src/spawn.ts#L301-L303).
It works with `tracing-core = "=0.1.26"`, but it doesn't work with a new versions (I checked `0.1.27` and  `0.1.28` versions).

## Description
`frame/ibc*` depend on [ibc](https://github.com/ComposableFi/ibc-rs), [ibc](https://github.com/ComposableFi/ibc-rs) depends on `tracing = { version = "0.1.35" }`, `tracing` depends on `tracing-core = { version = 0.1.27 }`.
So I reverted `tracing` version in [ibc](https://github.com/ComposableFi/ibc-rs).
@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Waiting on code owner review from ComposableFi/core, ComposableFi/parachain, ComposableFi/parachain-leads, and/or ComposableFi/sre.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

Canceled.

@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

👎 Rejected by too few up-to-date approved reviews (some of the PR reviews are stale)

@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

bors bot pushed a commit that referenced this pull request Jul 5, 2022
## Issue
https://app.clickup.com/t/2m3dvaz

polkadot-launch waits `Running JSON-RPC WS server:` or `Listening for new connections` [strings in logs](https://github.com/paritytech/polkadot-launch/blob/master/src/spawn.ts#L301-L303).
It works with `tracing-core = "=0.1.26"`, but it doesn't work with a new versions (I checked `0.1.27` and  `0.1.28` versions).

## Description
`frame/ibc*` depend on [ibc](https://github.com/ComposableFi/ibc-rs), [ibc](https://github.com/ComposableFi/ibc-rs) depends on `tracing = { version = "0.1.35" }`, `tracing` depends on `tracing-core = { version = 0.1.27 }`.
So I reverted `tracing` version in [ibc](https://github.com/ComposableFi/ibc-rs).
@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Jul 5, 2022
## Issue
https://app.clickup.com/t/2m3dvaz

polkadot-launch waits `Running JSON-RPC WS server:` or `Listening for new connections` [strings in logs](https://github.com/paritytech/polkadot-launch/blob/master/src/spawn.ts#L301-L303).
It works with `tracing-core = "=0.1.26"`, but it doesn't work with a new versions (I checked `0.1.27` and  `0.1.28` versions).

## Description
`frame/ibc*` depend on [ibc](https://github.com/ComposableFi/ibc-rs), [ibc](https://github.com/ComposableFi/ibc-rs) depends on `tracing = { version = "0.1.35" }`, `tracing` depends on `tracing-core = { version = 0.1.27 }`.
So I reverted `tracing` version in [ibc](https://github.com/ComposableFi/ibc-rs).
@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

Already running a review

@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Waiting on code owner review from ComposableFi/core, ComposableFi/parachain, ComposableFi/parachain-leads, and/or ComposableFi/sre.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

bors bot pushed a commit that referenced this pull request Jul 5, 2022
## Issue
https://app.clickup.com/t/2m3dvaz

polkadot-launch waits `Running JSON-RPC WS server:` or `Listening for new connections` [strings in logs](https://github.com/paritytech/polkadot-launch/blob/master/src/spawn.ts#L301-L303).
It works with `tracing-core = "=0.1.26"`, but it doesn't work with a new versions (I checked `0.1.27` and  `0.1.28` versions).

## Description
`frame/ibc*` depend on [ibc](https://github.com/ComposableFi/ibc-rs), [ibc](https://github.com/ComposableFi/ibc-rs) depends on `tracing = { version = "0.1.35" }`, `tracing` depends on `tracing-core = { version = 0.1.27 }`.
So I reverted `tracing` version in [ibc](https://github.com/ComposableFi/ibc-rs).
@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Waiting on code owner review from ComposableFi/core, ComposableFi/parachain, ComposableFi/parachain-leads, and/or ComposableFi/sre.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@andor0
Copy link
Contributor Author

andor0 commented Jul 5, 2022

bors r+

bors bot pushed a commit that referenced this pull request Jul 5, 2022
## Issue
https://app.clickup.com/t/2m3dvaz

polkadot-launch waits `Running JSON-RPC WS server:` or `Listening for new connections` [strings in logs](https://github.com/paritytech/polkadot-launch/blob/master/src/spawn.ts#L301-L303).
It works with `tracing-core = "=0.1.26"`, but it doesn't work with a new versions (I checked `0.1.27` and  `0.1.28` versions).

## Description
`frame/ibc*` depend on [ibc](https://github.com/ComposableFi/ibc-rs), [ibc](https://github.com/ComposableFi/ibc-rs) depends on `tracing = { version = "0.1.35" }`, `tracing` depends on `tracing-core = { version = 0.1.27 }`.
So I reverted `tracing` version in [ibc](https://github.com/ComposableFi/ibc-rs).
@bors
Copy link
Contributor

bors bot commented Jul 5, 2022

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Waiting on code owner review from ComposableFi/core, ComposableFi/parachain, ComposableFi/parachain-leads, and/or ComposableFi/sre.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@KaiserKarel KaiserKarel requested review from a team July 6, 2022 07:44
Copy link

@alexkdefi alexkdefi left a comment

Choose a reason for hiding this comment

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

👍

@KaiserKarel
Copy link
Contributor

bors r+

bors bot pushed a commit that referenced this pull request Jul 6, 2022
## Issue
https://app.clickup.com/t/2m3dvaz

polkadot-launch waits `Running JSON-RPC WS server:` or `Listening for new connections` [strings in logs](https://github.com/paritytech/polkadot-launch/blob/master/src/spawn.ts#L301-L303).
It works with `tracing-core = "=0.1.26"`, but it doesn't work with a new versions (I checked `0.1.27` and  `0.1.28` versions).

## Description
`frame/ibc*` depend on [ibc](https://github.com/ComposableFi/ibc-rs), [ibc](https://github.com/ComposableFi/ibc-rs) depends on `tracing = { version = "0.1.35" }`, `tracing` depends on `tracing-core = { version = 0.1.27 }`.
So I reverted `tracing` version in [ibc](https://github.com/ComposableFi/ibc-rs).
@bors
Copy link
Contributor

bors bot commented Jul 6, 2022

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Waiting on code owner review from ComposableFi/core, ComposableFi/parachain, ComposableFi/parachain-leads, and/or ComposableFi/sre.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@andor0
Copy link
Contributor Author

andor0 commented Jul 6, 2022

This PR is a duplicate of #1270.

@andor0 andor0 closed this Jul 6, 2022
@KaiserKarel KaiserKarel deleted the feat/fix-polkadot-launch/andor0 branch January 31, 2023 17:15
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.

None yet

9 participants