-
Notifications
You must be signed in to change notification settings - Fork 371
Update to latest Polkadot & Substrate #75
Conversation
cecton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
| sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } | ||
| sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } | ||
| sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } | ||
| sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "0.8.0-alpha.5" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fishy. Is it intended??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cargo wants this.
| WasmBuilder::new() | ||
| .with_current_project() | ||
| .with_wasm_builder_from_crates("1.0.9") | ||
| .with_wasm_builder_from_git("https://github.com/paritytech/substrate.git", "0b30207969fdde85e0dad785750757399cd0e3e4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no branch or tag we can use instead? Like cumulus-branch for instance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A commit is a tag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And why didn't you pin to the branch instead? You needed that commit in particular? It wouldn't have work on cumulus-branch?
| WasmBuilder::new() | ||
| .with_current_project() | ||
| .with_wasm_builder_from_crates("1.0.9") | ||
| .with_wasm_builder_from_git("https://github.com/paritytech/substrate.git", "0b30207969fdde85e0dad785750757399cd0e3e4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
No description provided.