Przemek Rzad
Przemek Rzad
Hey, I poked around myself, consistently reproduced the issue, and proposed a fix: https://github.com/polkadot-js/apps/pull/10690 cc @TarikGul
I've been looking into this issue. I proposed [a PR](https://github.com/polkadot-js/apps/pull/10755) - it does fix the preimage `0xe67ffc628c8a9c43d2e134ae6c1d5d197af2e06d08d6e632795d46670a835abc` mentioned [above](https://github.com/polkadot-js/apps/issues/10313#issuecomment-2165153954). (It doesn't exist on Westend anymore but I tested locally) I...
Hey @bkchr, I'm trying to fully understand this issue. I have two questions: 1. We're talking about faking time and sending votes, in order to pass OpenGov proposals. But since...
Looking at `master`, I see that the minimal template references `polkadot-sdk-docs` - which is [not being published](https://github.com/paritytech/polkadot-sdk/blob/73c89d308fefcedfc3619f0273e13b6623766b81/docs/sdk/Cargo.toml#L9-L10). So I don't have a choice but to remove this reference, otherwise it...
> (github workflows) should be directly added to the template repo, and they should not be synchronized. Agree. I have [already added](https://github.com/paritytech/polkadot-sdk-minimal-template/blob/master/.github/workflows/ci.yml) a simple starter github workflow to the templates...
@kianenigma What should the licences of the templates be? Currently, parachain template has [unlicense](https://github.com/paritytech/polkadot-sdk/blob/master/templates/parachain/LICENSE), solochain has [MIT](https://github.com/paritytech/polkadot-sdk/blob/master/templates/solochain/LICENSE), and minimal [has no license](https://github.com/paritytech/polkadot-sdk/tree/master/templates/minimal).
> Sorry @rzadp, can you adjust? thank you! No problem, updated [the PR](https://github.com/paritytech/polkadot-sdk/pull/4628) to Unlicense (for all 3 templates).
Just as a small update, all three templates have been updated to `1.13.0` last week, which include Dockerfiles. The Dockerfiles are being built on CI in the individual repos.
Hey @kianenigma, I see you have added more action items - could you elaborate a bit? For example, `Remove the solochain template` - why is that? I could continue to...