Skip to content

[Feature] Rework JoinFill using tuple approach #2265

Closed
@yash-atreya

Description

@yash-atreya

Component

provider, pubsub

Describe the feature you would like

Currently, the JoinFill implementation leads to highly verbose provider types.

Image

We can improve this by using a tuple approach that removes layering and reduces verbosity.

e.g tuple Fillers<(GasFiller, NonceFiller, ChainIdFiller)>

We can achieve the above without perf cost as this approach doesn't use dynamic dispatch.

Additional context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Completed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions