-
Notifications
You must be signed in to change notification settings - Fork 46
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
Switch Substrate dependency import to polkadot release branches #694
Comments
I have had enough of the suddenly breaking builds by just referencing the master branch. If these breakages occur in the wrong moment, they pose a serious hazard to potential deadlines and planing. It seems that the polkadot repository determines what other options we have. I will start by excluding options systematically not possible:
Therefore, this leaves only the status quo or using polkadot-release branches. |
Ajuna has the problem that they depend on the orml-pallets, which also points to polkadot releases. |
polkadot releases could work well, I think because that's how parity solves the same problem on their side |
Rebase of teeracle. |
So this task now includes the bump of the worker and all the dependent repositories, excluding solochain and parachain, which are tasked in integritee-network/parachain#82 |
The latest substrate polkadot branch ( polkadot-v0.9.18) is behind the current substrate version and does not have the fix for the full_crypto std bug (paritytech/substrate#11005) -> worker, sgx-runtime, teeracle will not compile. |
v0.9.19 is out and would include the fix we need. 👍 |
We keep running into problems due to substrate versions dependencies being updated.
We have the following options:
cargo update --precise xxx-commit
. Not possible currently due to the necessity of specifying the dev version (4.0.0-dev))The text was updated successfully, but these errors were encountered: