Skip to content

Commit

Permalink
Merge branch 'main' into prover-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Sep 30, 2024
2 parents 770270d + 59f7c56 commit 353293b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ import TabItem from '@theme/TabItem';
# `linea_getTransactionExclusionStatusV1`

Queries a temporary database maintained by the transaction exclusion API service to check if a
transaction was rejected for exceeding data line limits that would prevent the prover from
by the sequencer, edge nodes, or RPC nodes.
transaction was rejected by the sequencer, edge nodes, or RPC nodes for exceeding data line limits
that would prevent the prover from generating a proof.

:::

:::info

You can only check for transaction rejection within seven days of the transaction attempt. Querying
transactions older than this will return a `null` response.

:::

If the transaction was rejected, the API call will be successful and provide the reason.

If the transaction is rejected, the API call will succeed and provide the reason; otherwise, it
will return `null`.

Expand Down

0 comments on commit 353293b

Please sign in to comment.