Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

update changelogs #4743

Closed mnaamani closed 1 year ago

mnaamani commented 1 year ago

Fixes https://github.com/Joystream/joystream/issues/4714

vercel[bot] commented 1 year ago

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

1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **pioneer-testnet** | ⬜️ Ignored ([Inspect](https://vercel.com/joystream/pioneer-testnet/CoUBp4cz5s3CCAdF9xW1JemwsFLF)) | | Apr 24, 2023 9:36am |
mnaamani commented 1 year ago

Looks good, though there is a failing CI check for building joystream node images for runtime upgrade (apparently because pallet-utility could not be found during build process). Not sure why it's failing now?

I think it was a temporary network failure downloading some crates from crates.io Re-running build job now, but even if that passes it will likely fail in the runtime-upgrade test ci check which I'm addressing in https://github.com/Joystream/joystream/pull/4744

mnaamani commented 1 year ago

So the build issue is actually is deeper than I originally thought and will create a separate issue for it https://github.com/Joystream/joystream/issues/4745