Skip to content

Make get_receipts_for_block async #4614

@gianbelinche

Description

@gianbelinche

The function get_receipts_for_block accesses the database in a sync way.
This should be done as an async fn, just like the other functions that access the db, in order to avoid blocking code

Metadata

Metadata

Assignees

Labels

L1Ethereum clientgood first issueGood for newcomerstech debtRefactors, cleanups, etc

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions