Add support for authorization groups #61

Open
uwiger wants to merge 5 commits from uw-auth-groups into master
Owner

This builds on PR #60 and adds some helpers for account id handling, and serialization support for authorization groups and auth proposals.

This builds on PR #60 and adds some helpers for account id handling, and serialization support for authorization groups and auth proposals.
uwiger added 4 commits 2026-07-06 21:20:26 +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.
uwiger requested review from dimitar.p.ivanov 2026-07-06 21:20:26 +09:00
uwiger requested review from hans_sv 2026-07-06 21:20:26 +09:00
uwiger requested review from zxq9 2026-07-06 21:20:26 +09:00
uwiger added 1 commit 2026-07-06 22:30:30 +09:00
Add account_auth_update_tx tag
Gajumaru Serialization Tests / tests (push) Successful in 11s
79b43b0665
Some checks are pending
Gajumaru Serialization Tests / tests (push) Successful in 11s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

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