Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

chore(deps): bump tempo dependencies to fb6ce83#412

Open
github-actions[bot] wants to merge 1 commit into
tempofrom
deps/bump-tempo-fb6ce83
Open

chore(deps): bump tempo dependencies to fb6ce83#412
github-actions[bot] wants to merge 1 commit into
tempofrom
deps/bump-tempo-fb6ce83

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Tempo Dependency Updates

Bumped all tempo* dependencies from 8032a6f to fb6ce83.

Commits

  • ec847e0 feat(payload): use sparse trie state root in builder (#3476)
  • 9e4b4d9 fix: terminate payload job if proposal is interrupted (#3451)
  • ea2e896 feat: TempoEvm::validate_transaction (#3478)
  • 65954eb test(rpc): avoid watch race in flaky fee manager test (#3481)
  • d22fe3a feat: allow skipping liquidity check in EVM validation (#3485)
  • 1ef8db5 feat(rpc): add tempo_simulateV1 with TIP-20 token metadata enrichment (#3449)
  • 273ab44 fix(tempoup): fetch GPG key over HTTPS instead of HKP (#3356)
  • 5c87327 deps: update reth from main (2026-04-07) (#3464)
  • d49f2f4 refactor: unify transaction validation logic between pool and evm (#3463)
  • e10e74a fix(ci): alloy release workflow (#3477)
  • c3fae75 test(precompiles): TIP-1022 virtual address and Recipient coverage (#3432)
  • 3ef30fa fix(ci): alloy release (#3495)
  • effd5cb chore: release tempo-alloy@1.5.1, tempo-contracts@1.5.1 and 1 more (#3497)
  • 86ffb0f refactor: remove AA 2d txs re-injection on reorg (#3488)
  • a50cfc3 fix: properly estimate gas for CREATE transactions from empty accounts (#3358)
  • 6d9906f refactor: unify expiry tracking (#3486)
  • e2d7d11 fix(tx-pool): always read validator preferences from state (#3225)
  • 08cdecd fix(revm): gate sig type check behind t1 (#3491)
  • 2d2ec71 fix(revm): recheck T3 scope validation gas (#3484)
  • fd4f91d perf(payload): keep shared-trie proposal builds alive until finalize (#3505)
  • 56d1e7e feat(rpc): remove decimals from response, add e2e test (#3489)
  • 45b10bf refactor: unify handling of expiring nonce txs (#3504)
  • d75aa56 chore(ci): update release PR changelogs workflow (#3507)
  • 194dec5 fix: enable TLS for OTLP HTTP exporter (#3508)
  • 7cd108d fix(tx-pool): route mark_invalid only to the pool that yielded the transaction (#3289)
  • acc5532 chore(precompile): add unit tests (#3499)
  • a051232 fix(transaction-pool): evict txs after fee payer balance changes (#3454)
  • 9628645 fix(transaction-pool): clear stale expiry tracking (#3452)
  • 5babf5d fix(payload): account for AMM haircut in best-payload fee comparison (#3294)
  • 45f4a9c feat(bench): add --tip20-virtual-weight for virtual address transfer benchmarking (#3503)
  • 5743f14 feat(chainspec): add TempoHardfork::from_chain_and_timestamp (#3514)
  • c3edee7 feat: allow pruning history (#3511)
  • ebebfc6 fix(tx-pool): track AA authorization authorities in validator (#3268)
  • 641c606 fix(account-keychain): clamp T3 refund spending limits (#3483)
  • d7d8754 fix(rpc): accept scoped access-key selectors in fill and estimate (#3506)
  • d190366 fix(consensus): keep scheme for last 2 epochs around (#3520)
  • 39dde3d fix(rpc): don't override fill_transaction (#3513)
  • af535b2 fix: use consistent rlp encoding (#3443)
  • cbd0e04 chore(bench): default existing_recipients to true (#3523)
  • 04abac5 fix(consensus): use finalized state for v2 init check during DKG catch-up (#3524)
  • 6fd036c chore(precompiles): keychain boundary tests (#3521)
  • c913bea fix(tests): stabilize tempo transaction RPC integration tests (#3528)
  • f29cbcb fix(bench): enable TLS for tempo-bench reqwest (#3530)
  • 04a2e73 refactor(consensus): remove enable-subblocks CLI flag (#3510)
  • 978a0e6 chore(consensus): requires registered scheme when verifying all blocks (#3516)
  • a20e2e4 fix(identityTransition): cross-check finalization digest & try continue walking if partially completed (#3512)
  • 5c30f54 fix(primitives): use nonzero key expiry (#3500)
  • 1055c14 fix: re-validate transactions on policy change (#3532)
  • e719d61 fix: use resolved fee token when checking policy updates (#3539)
  • 7d809cf feat: send new AA transactions to the best txs iterator (#3541)
  • 493f712 deps: update reth from main (2026-04-11) (#3515)
  • 9d4d6a3 deps: update reth from main (2026-04-12) (#3549)
  • 3c1883b chore: bump version to 1.5.3 (#3548)
  • 522668e fix(tip20): propagate OOG from is_initialized instead of masking as uninitialized (#3535)
  • 1cb0975 fix: address informational audit findings (#3544)
  • c276c29 fix(precompile): check token paused in internal balance swaps (#3204)
  • 218e2e7 fix(account-keychain): propagate refund system errors (#3543)
  • 959843d fix(primitives): use nonzero aa validity bounds (#3501)
  • f2bbfb4 test(node): cover TIP-20 virtual transfers memo variants (#3519)
  • 020fbd4 fix(revm): move scoped key validation to pre-execution (#3537)
  • ead4be8 fix(dex): check recipient auth on payout token in cancel_stale_order (#3181)
  • 71363e0 feat(consensus): enrich validator command with DKG role info (#3538)
  • f35a06e feat: add p2p-proxy subcommand to tempo binary (#2780)
  • fddf355 chore(precompiles): add hardfork-gating to dispatch_call (#3531)
  • 4f04b72 feat: expose head branch (#3542)
  • 95f9640 chore(primitives): stricter is_payment_v2 criteria (#3551)
  • d77ca57 fix(revm): guard empty scoped key batches (#3562)
  • 6122af2 ci(changelog): set ecosystem to skip cargo metadata (#3565)
  • 4fabd2a test(evm): migrate deleted keychain handler tests from tx-pool (#3564)
  • e00f196 chore: bump alloy to 2.0.0 (#3569)
  • 5deda66 chore: bump commonware deps to monorepo HEAD (f4e49d2) (#3554)
  • 9c3e912 feat(bench): per-node custom args and arg dedup for baseline/feature runs (#3567)
  • f3a5a4c chore: release tempo-alloy@1.6.0, tempo-contracts@1.6.0 and 1 more (#3552)
  • b45c3e3 docs(tip-1038): T3 meta TIP (#3273)
  • 0761051 docs(tip-1022): address SIGP-228 and SIGP-229 audit findings (#3573)
  • 4e52530 chore: bump commonware dependencies to 2026.4.0 (#3578)
  • ff34b11 fix(builder): do not wait for interrupt in --dev mode (#3571)
  • b34e701 feat: tip-1031 implementation. consensus context in the block header (#3254)
  • b84df5f fix(tempoup): filter for binary release tags when resolving latest version (#3585)
  • a468c0b chore: TIP-1031, genesis block has no set consensus context (#3587)
  • dd6b82b feat: --tempo.bootnodes-endpoint (#3582)
  • 98c06d0 chore: ignore rustls-webpki advisories in cargo deny (#3596)
  • 3b6db14 feat(net): enable --enforce-enr-fork-id by default (#3594)
  • afe16a2 feat(ci): use upstream foundry (#3592)
  • ee515c8 fix(precompiles): address SIGP-239 findings (#3580)
  • 7ddeaed feat: override default OTLP max queue size to 65536 (#3039)
  • 0636678 feat(ci): add per-variant args and env support to bench workflow (#3575)
  • 70956b2 perf: enable keccak cache (#3601)
  • f2a07e4 ci: treat bench bloat param as GB instead of MiB (#3603)
  • 6379f87 ci(bench): hardcode 1T gas limit for benchmarks (#3604)
  • 1deae10 feat(chainspec): activate T3 hardfork (#3590)
  • 82c6bf5 fix(e2e): box ExecutionNode::node to reduce stack size (#3609)
  • 44a330c docs(tip-1038): remove #3560 from T3 meta TIP (#3610)
  • 53f56d5 feat(rpc): introduce operator_peers api (#3589)
  • 8b6c26f docs(tip-1030): allow same-tick flip orders (#3071)
  • 8494036 fix: improve devnet build event payload construction (#3613)
  • 0053a73 chore: bump revm/reth deps and adapt to EIP-8037 changes (#3287)
  • bc1f881 chore: remove val config v1 support from consensus cli (#3545)
  • fb6ce83 chore: tempo consensus cli wallet options (#3611)

@socket-security
Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants