Skip to content

Conversation

@wlawt
Copy link
Contributor

@wlawt wlawt commented Jan 27, 2026

What changed? Why?

  • Added docs for eth_subscribe and base_transactionStatus

Notes to reviewers

How has it been tested?

  • Tested base_transactionStatus by using the same command in the .mdx on a random txn hash on Base Sepolia and it returned a result
  • Tested eth_subscribe by taking the same sample code in the .mdx and running it locally on my laptop

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Jan 27, 2026

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Comment on lines 255 to 271
#### base_transactionStatus <Badge color="orange" shape="rounded">Beta</Badge>

Check whether a transaction is present in the mempool:
```
curl https://sepolia-preconf.base.org -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"base_transactionStatus","params":["0x..."],"id":1}'
```

**Example Response**
```
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"status": "pending"
}
}
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a place we can put this outside of the flashblocks file? If not no worries, I think we need to reorg these docs soon too @roethke

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will soon have an API references section within our docs that can house this.

@danyalprout danyalprout merged commit 03e069e into master Jan 27, 2026
8 checks passed
@danyalprout danyalprout deleted the 0.3.0-rpcs branch January 27, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants