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.8.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.8.1
Choose a head ref
  • 12 commits
  • 208 files changed
  • 12 contributors

Commits on Dec 19, 2025

  1. test(precompiles): add additional policy_exists tests (#1675)

    This PR adds additional tests to assert policy_exists functionality.
    0xKitsune authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    fc9f83a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddba7bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389f862 View commit details
    Browse the repository at this point in the history
  4. chore: serialize chainId and expiry as hex in eth_estimateGas (#1683

    )
    
    Tooling needs this to serialize as a hex, instead of a number.
    legion2002 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    c470dd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. feat: fill correct 2d nonce in eth_fillTransaction (#1684)

    Closes #1533
    
    same as #1304 but for
    `eth_fillTransaction`
    
    this is not ideal as it does not yet lookup the pool, but should work
    for most of the cases
    klkvr authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    eb0ea49 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. docs: upstream viem (#1692)

    Migrates `tempo.ts/viem` to `viem/tempo`.
    jxom authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    2d7a302 View commit details
    Browse the repository at this point in the history
  2. docs: remove some unused files (#1686)

    Co-authored-by: Jennifer <jenpaff0@gmail.com>
    snario and jenpaff authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    32e9c9e View commit details
    Browse the repository at this point in the history
  3. docs: show errors on the swaps demo (#1665)

    <p align=center><img width=600
    src="https://github.com/user-attachments/assets/f45ec0b9-c2f3-4f7f-9634-e4e81678a78d"
    />
    
    Co-authored-by: Jennifer <jenpaff0@gmail.com>
    bpierre and jenpaff authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    63080fd View commit details
    Browse the repository at this point in the history
  4. fix: swap fillers (#1699)

    We need to fill the nonce first because with 2d nonces it affects the
    gas estimate
    klkvr authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    29a9e06 View commit details
    Browse the repository at this point in the history
  5. chore(docs): remove leftover template page (#1658)

    Currently renders in the results when searching
    
    <img width="817" height="333" alt="image"
    src="https://github.com/user-attachments/assets/7c507d96-5160-4dfb-81a9-a798da6c786f"
    />
    
    and is visible here: https://docs.tempo.xyz/guide/_template#replace-me
    
    Co-authored-by: Jennifer <jenpaff0@gmail.com>
    zerosnacks and jenpaff authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    d30d90a View commit details
    Browse the repository at this point in the history
  6. fix: correctly estimate 2d nonce gas (#1700)

    right now when we short-circuit due to zero spending we don't set
    `evm.nonce_2d_gas` properly
    klkvr authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    a8d501f View commit details
    Browse the repository at this point in the history
  7. docs: add pointer to /llms.txt in footer (#1643)

    ### Motivation
    Developers will be prompting LLMs to build X on Tempo and point them to
    pages at docs.tempo.xyz
    
    Observation: LLMs and coding agents vary in whether they'll naturally
    discover an llms.txt file. Claude Code and Amp only look at page content
    and don't look for an llms.txt on the site unless prompted.
    Additionally, the page fetch tools that agents use generally parse HTML
    -> .md; headers, tags, etc will be dropped in this process
    
    Hypothesis: models that are aware of an llms.txt file (effectively a
    map) and retrieve it have a higher likelihood of completing their build
    on Tempo. Hence we should have an explicit pointer to llms.txt for agent
    discovery. It's also useful for devs to know that it exists so that they
    can e.g. use it to build a build on Tempo skill
    
    ### Change
    Adds a pointer to llms.txt in the footer on all pages
    
    <img width="3178" height="2468" alt="CleanShot 2025-12-18 at 18 37
    20@2x"
    src="https://github.com/user-attachments/assets/a90106f2-a373-4e9a-bd26-2e975bdaa5d7"
    />
    
    Co-authored-by: Steven Truong <struong@users.noreply.github.com>
    Co-authored-by: Jennifer <jenpaff0@gmail.com>
    3 people authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    6318f1a View commit details
    Browse the repository at this point in the history
Loading