Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

WIP: Customize Transaction Pool #2185

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

wilwade
Copy link
Collaborator

@wilwade wilwade commented Oct 12, 2024

Status

  • Overrode sc-transaction-pool and sc-transaction-pool-api with local code that is currently the exact SAME as the Polkadot SDK v1.13.0

Goal

The goal of this PR is to override how the transaction pool rejects due to forks

Temporary fix for #1927

Discussion

  • Another option would have been to wrap the transaction pool, but this limits the amount of Frequency code that needs to be modified as a full Polkadot-SDK fix is coming soon.

Checklist

  • Updated Pallet Readme?
  • Updated js/api-augment for Custom RPC OR Runtime API?
  • Design doc(s) updated?
  • Unit Tests added?
  • e2e Tests added?
  • Benchmarks added?
  • Spec version incremented?

Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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.

1 participant