Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tempoxyz/tempo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: tempoxyz/tempo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 19, 2025

  1. fix(faucet): send transactions to node's rpc (#974)

    Changes faucet to send transactions directly to node's rpc so that we
    don't rely on p2p propagation for public nodes but use the configured tx
    forwarder, if any
    
    Allows generally simplifies the code to avoid generics
    klkvr authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    bb31029 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. chore: bump reth (#977)

    klkvr authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    071368b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34513b View commit details
    Browse the repository at this point in the history
  3. fix: Cargo.lock update

    Zygimantass committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    e9ce898 View commit details
    Browse the repository at this point in the history
Loading