Skip to content

Having to split payloads that are large into multiple transactions becomes tiring to work with. #25

@cryptobench

Description

@cryptobench

When I was working on the CoinMarketCap clone, I noticed that if payloads exceeded around 60 KB, transactions would fail due to gas/size limits. To work around this, I had to manually split the payload into multiple transactions.

Ideally, the SDK could handle this automatically. It would save time and reduce complexity if I could simply pass in my full JSON payload and let the SDK handle splitting it into valid chunks behind the scenes, depending on size.

The goal is to get as close as possible to something like sendTransaction(allMyData) instead of having to write logic like if payload > 60kb followed by custom splitting and transaction handling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions