Skip to content

Polish async inputSerializer architecture #464

@rpanic

Description

@rpanic

InputSerializer() is called (and therefore constructed) on every task push/receive currently. However, there are async operations coupled with this, which are somewhat expensive (analyzeMethods for featureflags + maxProofsVerified).
This is inefficient and should only ever be called once

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions