mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 00:18:00 +00:00
242c111099
* WIP * More fixes * Add API section and various fixes
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
{%- set to_ignore = changes | filter(attribute="meta.B.B0") %}
|
|
<!--
|
|
## Debug
|
|
|
|
changes:
|
|
- total: {{ changes | length }}
|
|
- silent: {{ to_ignore | length }}
|
|
- remaining: {{ changes | length - to_ignore | length }}
|
|
-->
|