Skip to content

feat(mbe): allow fillNonce sendmany tx's#74

Merged
pranavjain97 merged 1 commit into
masterfrom
WP-5234-nonce-hole-support
Jul 18, 2025
Merged

feat(mbe): allow fillNonce sendmany tx's#74
pranavjain97 merged 1 commit into
masterfrom
WP-5234-nonce-hole-support

Conversation

@pranavjain97

Copy link
Copy Markdown
Contributor

Ticket: WP-5234

@pranavjain97 pranavjain97 changed the title feat(mbe): allow fillNonce sendman tx's feat(mbe): allow fillNonce sendmany tx's Jul 17, 2025
commonKeychain: t.union([t.undefined, t.string]),
source: t.union([t.literal('user'), t.literal('backup')]),
recipients: t.array(t.any),
recipients: t.union([t.undefined, t.array(t.any)]),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: mark as optional

eip1559: t.union([t.undefined, t.any]),
gasLimit: t.union([t.undefined, t.number]),
custodianTransactionId: t.union([t.undefined, t.string]),
nonce: t.union([t.undefined, t.string]),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: mark as optional.

@pranavjain97 pranavjain97 merged commit 64f65f5 into master Jul 18, 2025
3 checks passed
@pranavjain97 pranavjain97 deleted the WP-5234-nonce-hole-support branch July 18, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants