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

use git polkadot-sdk deps #208

Merged
merged 5 commits into from
Oct 5, 2023
Merged

use git polkadot-sdk deps #208

merged 5 commits into from
Oct 5, 2023

Conversation

pgherveou
Copy link
Contributor

No description provided.

node/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I probably need to mark it as publish = false if we decide to keep git ref

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it can't be released anyway with the git refs, but yes I think we had this before

Copy link
Contributor

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

All git deps should be more spcific

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it can't be released anyway with the git refs, but yes I think we had this before

node/Cargo.toml Outdated Show resolved Hide resolved
@pgherveou
Copy link
Contributor Author

You mean we should use a tag? Isn't relying on the lock file more convenient to update to newer version of the code?

runtime/Cargo.toml Outdated Show resolved Hide resolved
@pgherveou pgherveou changed the title Update to latest master use git polkadot-sdk deps Sep 29, 2023
@ascjones
Copy link
Contributor

ascjones commented Oct 2, 2023

You mean we should use a tag? Isn't relying on the lock file more convenient to update to newer version of the code?

Better to be explicit, we can't guarantee someone will install using --locked. It's easy enough do do a search/replace with branch = "" We used to track the polkadot-* branches. I see there is now e.g. https://github.com/paritytech/polkadot-sdk/tree/release-polkadot-v1.2.0

@pgherveou
Copy link
Contributor Author

Sounds good will do that. Thanks for the feedback Andrew

@pgherveou
Copy link
Contributor Author

@ascjones updated to use branch = "release-polkadot-v1.2.0" everywhere

Copy link
Contributor

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

LGTM, though we must remember to switch back to crates.io dependencies as soon as they are available.

@pgherveou
Copy link
Contributor Author

I should probably use this branch to check that ink e2e tests are still passing before merging right? Anything else you do usually ?

@ascjones
Copy link
Contributor

ascjones commented Oct 3, 2023

I should probably use this branch to check that ink e2e tests are still passing before merging right? Anything else you do usually ?

Yes that's a good idea to do that, you can either do that here or as part releasing the next version with these changes.

@pgherveou
Copy link
Contributor Author

found some issues with transfer that has to be renamed to transfer_allow_death in ink e2e test.
Will merge this and push a PR to ink

@pgherveou pgherveou merged commit 6585226 into main Oct 5, 2023
5 checks passed
@pgherveou pgherveou deleted the pg/bump branch October 5, 2023 07:52
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