Skip to content

No labels!

There aren’t any labels for this repository quite yet.

A0-pleasereview
A0-pleasereview
Pull request needs code review.
A1-needsburnin
A1-needsburnin
Pull request needs to be tested on a live validator node before merge.
A2-insubstantial
A2-insubstantial
Pull request requires no code review (e.g., a sub-repository hash update).
A3-inprogress
A3-inprogress
Pull request is in progress. No review needed at this stage.
B0-silent
B0-silent
Changes should not be mentioned in any release notes
B1-releasenotes
B1-releasenotes
Changes should be mentioned in the release notes of the next minor version release.
B2-runtimenoteworthy
B2-runtimenoteworthy
Changes should be noted in any runtime-upgrade release notes
C1-low 📌
C1-low 📌
Does not elevate a release containing this beyond "low priority".
C3-medium 📣
C3-medium 📣
Elevates a release containing this PR to "medium priority".
C7-high ❗️
C7-high ❗️
Elevates a release containing this PR to "high priority".
C9-critical ‼️
C9-critical ‼️
Elevates a release containing this PR to "critical priority".
D1-audited 👍
D1-audited 👍
PR contains changes to fund-managing logic that has been properly reviewed and externally audited
D2-notlive 💤
D2-notlive 💤
PR contains changes in a runtime directory that is not deployed to a chain that requires an audit.
D3-trivial 🧸
D3-trivial 🧸
PR contains trivial changes in a runtime directory that do not require an audit
D5-nicetohaveaudit ⚠️
D5-nicetohaveaudit ⚠️
PR contains trivial changes to logic that should be properly reviewed.
D9-needsaudit 👮
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
E1-runtimemigration
E1-runtimemigration
PR introduces code that might require downstream chains to run a runtime upgrade.
E2-databasemigration
E2-databasemigration
PR introduces code that does a one-way migration of the database.
E3-dependencies
E3-dependencies
Pull requests that update a dependency file
E4-client-update-first 👀
E4-client-update-first 👀
This is a runtime change that will require all clients to be update BEFORE the runtime upgrade.
E5-breaksapi
E5-breaksapi
This PR changes public API; next release should be major.