Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow issuing transactions when using partial-sync #3570

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

Currently if --partial-sync-primary-network is set, the platform.issueTx API is disabled. This PR allows issuing transactions that can be verified by the node.

How this works

When --partial-sync-primary-network is enabled, ban ImportTxs. Otherwise, allow transactions to be issued as normal.

How this was tested

Locally issued P-chain transactions to Fuji through a partial synced node.

Need to be documented in RELEASES.md?

There is currently no reference to --partial-sync-primary-network in the docs for issueTx.

@StephenButtolph StephenButtolph added this to the v1.11.14 milestone Nov 25, 2024
@StephenButtolph StephenButtolph self-assigned this Nov 25, 2024
@StephenButtolph StephenButtolph merged commit f9d4e39 into master Dec 2, 2024
23 checks passed
@StephenButtolph StephenButtolph deleted the allow-issue-tx-with-partial-sync branch December 2, 2024 03:47
@StephenButtolph StephenButtolph modified the milestones: v1.11.14, v1.12.0 Dec 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants