Add burn_tx and channel AIC serialization tags #65

Open
uwiger wants to merge 9 commits from uw-aci into master
Owner

Reserve 154 for burn_tx, 577 for off-chain channel exchange
updates, and 578 for channel currency lists.

includes PR #64

Reserve 154 for burn_tx, 577 for off-chain channel exchange updates, and 578 for channel currency lists. includes PR #64
uwiger added 9 commits 2026-08-23 07:24:27 +09:00
Add support for extended-auth account types
Gajumaru Serialization Tests / tests (push) Successful in 11s
7a8e840793
Add auth tx and account sig store
Gajumaru Serialization Tests / tests (push) Successful in 11s
dbfc013c8a
Add missing tag for proposal_gossip_tx
Gajumaru Serialization Tests / tests (push) Successful in 11s
a368c64f7e
Add is_account/1 and account_pubkey/1 helpers
Gajumaru Serialization Tests / tests (push) Successful in 11s
a84dcc880d
Extended-auth account ids use an {account, Subtype} tag. These helpers
let callers test account membership and extract the 32-byte pubkey
without pattern-matching on specialize/1 results.
Add account_auth_update_tx tag
Gajumaru Serialization Tests / tests (push) Successful in 11s
79b43b0665
Add mint_tx and account currency store serialization tags
Gajumaru Serialization Tests / tests (push) Successful in 48m43s
01c1de5d3d
Reserve tags 150-152 for mint_tx, account_currency_store, and
account_currency_balance. These are independent of the earlier nt_*
native-token tags.
include tags from uw-new-acs branch
Gajumaru Serialization Tests / tests (push) Failing after 10m46s
bf9a13fd0f
Add exchange_tx chain object type
Gajumaru Serialization Tests / tests (push) Failing after 13m18s
88f156a321
Add burn_tx and channel AIC serialization tags
Gajumaru Serialization Tests / tests (push) Successful in 48m40s
b5fb477a0b
Reserve 154 for burn_tx, 577 for off-chain channel exchange
updates, and 578 for channel currency lists.
uwiger requested review from dimitar.p.ivanov 2026-08-23 07:24:27 +09:00
uwiger requested review from hans_sv 2026-08-23 07:24:27 +09:00
uwiger requested review from pharpend 2026-08-23 07:24:28 +09:00
uwiger requested review from spivee 2026-08-23 07:24:28 +09:00
uwiger requested review from zxq9 2026-08-23 07:24:28 +09:00
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 48m40s
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin uw-aci:uw-aci
git checkout uw-aci
Sign in to join this conversation.