Skip to content

Conversation

@wlawt
Copy link
Contributor

@wlawt wlawt commented Nov 17, 2025

Overview

This PR extends the base_* namespace to include transactionStatus.

The RPC call takes a TxHash and returns an Status enum.

It will be Status::Unknown if the TxHash doesn't exist. Otherwise, it'll return the latest BundleEventHistory, but mapped to a Status field.

It also includes proxying requests for external node users to one of Base's managed endpoints (i.e., mainnet/sepolia.base.org).

These are all feature flagged.

TODOs:

  • Write some unit tests
  • Implement status enum (unknown, pending, queued) or is just giving the full BundleHistory OK?
  • Replace UUID with TxHash

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Nov 17, 2025

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/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

@wlawt wlawt changed the title wip feat: enable bundle/transaction status API feat: enable bundle/transaction status API Nov 18, 2025
@wlawt wlawt marked this pull request as ready for review November 18, 2025 16:10
@wlawt wlawt requested a review from danyalprout November 18, 2025 16:51
@wlawt wlawt changed the title feat: enable bundle/transaction status API feat: enable transaction status API Nov 18, 2025
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.

3 participants