Conversation
Updates sgx-runtime to support substrate commit ~~`e5437efefa82bd8eb567f1245f0a7443ac4e4fe7`~~ EDIT CL: bump substrate to 8a9a8f
test_no_std/Cargo.toml
Outdated
| [dependencies.sp-core] | ||
| git = "https://github.com/paritytech/substrate.git" | ||
| version = "3.0.0" | ||
| tag = "monthly-2021-09+1" |
There was a problem hiding this comment.
point all of these to branch=master and then cargo update to the september+1 SHA
There was a problem hiding this comment.
september+1 SHA seems to cause some problems for GitHub actions, locally it compiles if the tag commit 20a9bbb is selected, but GA does not find it - which makes somewhate sense as the commit 20a9bbb is not in the master branch.
If I instead take the master commit dd297887 , it works also in GA.
Can we agree to use dd297887 instead of the tag SHA?
Or do you know a better solution to my problem?
Additionally please note, that currenlty a "cargo update -p sp-std (or any substrate library) --precise dd297887c653e344c566e976c050b01f7dea8eef" does not work for crates that import substrate library frame-metadata, as it has been removed from it's original position somewhen after the specific tag commit..
There was a problem hiding this comment.
For documentation purposes, the problem GA faces:
https://github.com/Polkadex-Substrate/substrate-api-client/runs/3674383024

There was a problem hiding this comment.
Yes please use the master commit dd0fd0e , it works also in GHA.
update to substrate september monthly tag
Befor merge: