You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a workflow that runs the scripts/artifacts.sh file to update:
metadata scale
polkadot.rs codegen interface from testing
demo chain specs
The changes should be pushed as a commit for us to review, with weekly frequency.
The advantage of doing this is that we'll never have to worry about manually updating those files.
In the past, we have added features to the codegen that were not reflected in the artifacts files.
Also, the demo chainSpec plays a huge role in the synchronization time of the light clients.
Create a workflow that runs the
scripts/artifacts.sh
file to update:The changes should be pushed as a commit for us to review, with weekly frequency.
The advantage of doing this is that we'll never have to worry about manually updating those files.
In the past, we have added features to the
codegen
that were not reflected in the artifacts files.Also, the demo
chainSpec
plays a huge role in the synchronization time of the light clients.This should be done after:
The text was updated successfully, but these errors were encountered: