Add chain object tag for receive_tx #63

Open
uwiger wants to merge 6 commits from uw-receive-tx into master
Owner

This PR is based on #61, although it could be based directly on master.
It adds a chain object type for receive_tx.

This PR is based on #61, although it could be based directly on `master`. It adds a chain object type for `receive_tx`.
uwiger added 6 commits 2026-08-14 23:12:20 +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 chain object tag for receive_tx
Gajumaru Serialization Tests / tests (push) Successful in 48m32s
4abecdbda9
uwiger requested review from dimitar.p.ivanov 2026-08-14 23:12:20 +09:00
uwiger requested review from hans_sv 2026-08-14 23:12:20 +09:00
uwiger requested review from spivee 2026-08-14 23:12:20 +09:00
uwiger requested review from zxq9 2026-08-14 23:12:21 +09:00
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 48m32s
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-receive-tx:uw-receive-tx
git checkout uw-receive-tx
Sign in to join this conversation.