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

[Malleability] Fix remaining usages of the mempool/herocache structures that now rely on generics #7076

Open
Tracked by #6646
UlyanaAndrukhiv opened this issue Feb 20, 2025 · 0 comments

Comments

@UlyanaAndrukhiv
Copy link
Contributor

UlyanaAndrukhiv commented Feb 20, 2025

Related Issues

Main approach for this refactoring - #6703

This issue depends on:

Context

Once BackData, Backend, and their implementations are ready, we need to update all remaining mostly herocache usages.

This task focuses on updating:

  • queue.HeroQueue,
  • cache.Cache,
  • herocache.DNSCache,
  • herocache.BlockExecutionData ,
  • herocache.Transaction,
  • netcache.ReceiveCache,
  • internal.SpamRecordCache,
  • cache.GossipSubSpamRecordCache,
  • cache.RecordCache,
  • internal.DisallowListCache,
  • internal.AppSpecificScoreCache,
  • internal.SubscriptionRecordCache,
  • internal.DuplicateMessageTrackerCache,
  • internal.rpcSentCache,
  • unicastcache.UnicastConfigCache.

Definition of Done

  • All remaining usages of the mempool/herocache structures is updated.
  • All tests are updated to reflect the changes and pass successfully.
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

No branches or pull requests

1 participant