Add burn_tx and channel AIC serialization tags
Gajumaru Serialization Tests / tests (push) Successful in 48m40s

Reserve 154 for burn_tx, 577 for off-chain channel exchange
updates, and 578 for channel currency lists.
This commit is contained in:
Ulf Wiger
2026-08-23 00:22:16 +02:00
parent 88f156a321
commit b5fb477a0b
+6
View File
@@ -72,6 +72,8 @@ tag(channel_offchain_update_withdraw) -> 572;
tag(channel_offchain_update_create_contract) -> 573;
tag(channel_offchain_update_call_contract) -> 574;
tag(channel_offchain_update_meta) -> 576;
tag(channel_offchain_update_exchange) -> 577;
tag(channel_currencies) -> 578;
tag(channel_client_reconnect_tx) -> 575;
tag(channel) -> 58;
tag(channel_snapshot_solo_tx) -> 59;
@@ -127,6 +129,7 @@ tag(mint_tx) -> 150;
tag(account_currency_store) -> 151;
tag(account_currency_balance) -> 152;
tag(exchange_tx) -> 153;
tag(burn_tx) -> 154;
tag(pof) -> 200;
tag(ac_side_withdraw_tx) -> 300;
tag(ac_side_rollup_tx) -> 301.
@@ -165,6 +168,8 @@ rev_tag(572) -> channel_offchain_update_withdraw;
rev_tag(573) -> channel_offchain_update_create_contract;
rev_tag(574) -> channel_offchain_update_call_contract;
rev_tag(576) -> channel_offchain_update_meta;
rev_tag(577) -> channel_offchain_update_exchange;
rev_tag(578) -> channel_currencies;
rev_tag(575) -> channel_client_reconnect_tx;
rev_tag(58) -> channel;
rev_tag(59) -> channel_snapshot_solo_tx;
@@ -220,6 +225,7 @@ rev_tag(150) -> mint_tx;
rev_tag(151) -> account_currency_store;
rev_tag(152) -> account_currency_balance;
rev_tag(153) -> exchange_tx;
rev_tag(154) -> burn_tx;
rev_tag(200) -> pof;
rev_tag(300) -> ac_side_withdraw_tx;
rev_tag(301) -> ac_side_rollup_tx.