Skip to content

getBundleStatuses : getBundleStatuses should return null on a bundle that didn't land (instead of returning slot and an empty value array) #884

@qn-srikanth

Description

@qn-srikanth

Problem : getBundleStatuses on a bundle that didn't land is returning a slot number and empty array.

curl 'https://mainnet.block-engine.jito.wtf/api/v1/bundles' \
--header 'Content-Type: application/json' \
--data '
{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "getBundleStatuses",
    "params": [
      [
        "c5d32724a30604c2ca3734045c87a7d38bce53b27133137d4cc5d689491f5ef9"
      ]
    ]
}'

Image


Solution: should return a null instead of an empty array

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