Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: shubhexists/tempo

Tags

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 (tempoxyz#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 (tempoxyz#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 (tempoxyz#1166)

This was missed in keychain PR because it took a while to get merged in
parallel with tempoxyz#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 (tempoxyz#1120)

Something broke with tempoxyz#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 (tempoxyz#1086)

Based on tempoxyz#1059
ref tempoxyz#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 (tempoxyz#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 (tempoxyz#1003)

v0.5.1

Toggle v0.5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: Cargo.lock update

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.5.0 and add Moderato hardfork to Andantino (tempoxyz…

…#969)