Skip to content

Tags: tempoxyz/tempo

Tags

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: 0.7.5 bump (#1514)

Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: 0.7.4 tag (#1443)

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump to 0.7.3 (#1316)

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: launch prep, bump to 0.7.2 (#1294)

v0.7.1

Toggle v0.7.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: bump to 0.7.1

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle refunds in keychain contract (#1166)

This was missed in keychain PR because it took a while to get merged in
parallel with #806

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: tempo-bench deps features (#1120)

Something broke with #1117:
https://github.com/tempoxyz/tempo/actions/runs/19763566640/job/56630955374
I think the PR CI has passed because we ran with `--all-features`, but
on `main` CI we run cargo check on every crate separately without
`--all-features`.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: paid subblocks (#1086)

Based on #1059
ref #1026

Implements logic for paid subblocks, changes in the PR:
- `TempoHaltReason` added which wraps basic Ethereum `HaltReason` and
adds custom variant of `SubblockTxFeePayment` representing a halt due to
subblock transaction failing to pay fees.
- `FeePaymentError` error type is introduced that encapsulates all
failures that might happen during `collectFeePreTx` call
- Instead of a separate `subblock_fee_recipient` field,
`block_env.beneficiary` is now temporarily set to subblock's configured
`fee_recipient`
- Subblock transactions are no longer exempt from basefee checks and are
required to pay fees under regular rules post-Allegretto
- If subblock transaction encounters a failure in `collectFeePreTx`
call, this failure is catched in `catch_error` hook and treated as a
halt with `SubblockTxFeePayment` reason

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump to v0.5.3 (#1036)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(reth): bump with txpool p2p fixes (#1003)