Skip to content

Comments

feat: add support for constructing tempo tx#12972

Merged
onbjerg merged 1 commit intomasterfrom
onbjerg/prim-tempo-req
Jan 2, 2026
Merged

feat: add support for constructing tempo tx#12972
onbjerg merged 1 commit intomasterfrom
onbjerg/prim-tempo-req

Conversation

@onbjerg
Copy link
Member

@onbjerg onbjerg commented Jan 2, 2026

We want to add support for constructing Tempo transactions in e.g. Cast. This requires support in the primitives crate, which this PR adds.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@onbjerg onbjerg force-pushed the onbjerg/prim-tempo-req branch from e360413 to a8e17b4 Compare January 2, 2026 08:45
Copy link
Contributor

@0xrusowsky 0xrusowsky left a comment

Choose a reason for hiding this comment

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

nice!

Comment on lines +50 to +54
/// Consume self and return the inner [`WithOtherFields<TransactionRequest>`].
#[inline]
pub fn into_inner(self) -> WithOtherFields<TransactionRequest> {
self.0
}
Copy link
Contributor

Choose a reason for hiding this comment

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

just flagging that this method seems to be unused in the PR.
good to leave it for convenience of potential future consumers, though.

@onbjerg onbjerg added this pull request to the merge queue Jan 2, 2026
Merged via the queue into master with commit 5bd4607 Jan 2, 2026
16 checks passed
@onbjerg onbjerg deleted the onbjerg/prim-tempo-req branch January 2, 2026 09:43
@github-project-automation github-project-automation bot moved this to Done in Foundry Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-feature Type: feature

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants