Minor Changes
- b892e61: Implemented mailbox artifact manager, reader, and writer for Radix SDK. RadixMailboxArtifactManager provides read and create/update capabilities for mailbox deployments. The reader fetches mailbox configuration from chain including owner, defaultIsm, defaultHook, and requiredHook. The writer supports creating new mailboxes with initial configuration and updating existing mailboxes by comparing state and generating update transactions.
- b892e61: Implemented validator announce artifact manager, reader, and writer for Radix SDK. Combined query and transaction functions in a unified validator-announce.ts file. RadixValidatorAnnounceArtifactManager provides read and create capabilities for validator announce deployments. The reader fetches the mailbox address from chain, and the writer creates new validator announce contracts (immutable, no update operations). Includes comprehensive e2e test coverage.