paritytech / extended-parachain-template

Node template to build parachains with all the required pallets. Slightly opinionated based on what majority of parachain teams are using.
The Unlicense
27 stars 19 forks source link

feat: add CI for deterministic build using srtool #75 #86

Closed peterwht closed 9 months ago

peterwht commented 9 months ago

Solves https://github.com/paritytech/extended-parachain-template/issues/75

evilrobot-01 commented 9 months ago

Nice! Is there a sample output of the subwasm results? Could we maybe generate a draft release off this branch to trigger the workflow to see the results?

peterwht commented 9 months ago

@evilrobot-01 Absolutely! Here is some test output on fork:

evilrobot-01 commented 9 months ago

Excellent! I see the subwasm info artifacts are attached to the action run and not the release. Just checking whether this is intentional?

peterwht commented 9 months ago

@evilrobot-01 Good catch! I will add those in as well

peterwht commented 9 months ago

@evilrobot-01 fixed in latest commit. See: