Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tips/tip-0000.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ id: TIP-0000
title: TIP Process
description: Defines the Tempo Improvement Proposal lifecycle from draft to production.
authors: Internal
status: Draft
status: Approved
related: N/A
protocolVersion: n/a
---

# TIP-0000: TIP Process
Expand Down
2 changes: 1 addition & 1 deletion tips/tip-1006.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: TIP-1006
title: Burn At for TIP-20 Tokens
description: The burnAt function for TIP-20 tokens, enabling authorized administrators to burn tokens from any address.
authors: Dan Robinson
status: In Review
status: Backlog
related: N/A
protocolVersion: TBD
---
Expand Down
2 changes: 1 addition & 1 deletion tips/tip-1007.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: TIP-1007
title: Fee Token Introspection
description: Addition of fee token introspection functionality to the FeeManager precompile, enabling smart contracts to query the fee token being used for the current transaction.
authors: Georgios Konstantopoulos
status: In Review
status: Backlog
related: N/A
protocolVersion: TBD
---
Expand Down
2 changes: 1 addition & 1 deletion tips/tip-1011.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: TIP-1011
title: Enhanced Access Key Permissions
description: Extends Access Keys with periodic spending limits, destination/function scoping, and limited calldata recipient scoping.
authors: Tanishk Goyal
status: Testnet
status: Mainnet
related: Tempo Transaction Spec
protocolVersion: T3
---
Expand Down
2 changes: 1 addition & 1 deletion tips/tip-1020.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: TIP-1020
title: Signature Verification Precompile
description: A precompile for verifying Tempo signatures onchain.
authors: Jake Moxey (@jxom), Tanishk Goyal (@legion2002), Howy (@howydev)
status: Testnet
status: Mainnet
related: Tempo Transaction Spec
protocolVersion: T3
---
Expand Down
2 changes: 1 addition & 1 deletion tips/tip-1022.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: TIP-1022
title: Virtual Addresses for TIP-20 Deposit Forwarding
description: Precompile-native virtual addresses that auto-forward TIP-20 deposits to a registered master wallet, eliminating sweep transactions.
authors: Dankrad Feist, Liam Horne, Mallesh Pai, Dan Robinson
status: Testnet
status: Mainnet
related: TIP-20, TIP-403, TIP-1028
protocolVersion: T3
---
Expand Down
7 changes: 3 additions & 4 deletions tips/tip-1036.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
id: TIP-1036
title: T2 Hardfork Bug Fixes
title: T2 Meta TIP
description: Meta TIP collecting all audit-driven bug fixes and hardening changes gated behind the T2 hardfork.
authors: Tanishk (@legion2002), Rusowsky (@0xrusowsky), Jennifer (@jenpaff), Howy (@howydev), Kitsune (@0xKitsune)
status: In Review
status: Mainnet
related: N/A
protocolVersion: T2
---

# TIP-1036: T2 Hardfork Bug Fixes
# TIP-1036: T2 Meta TIP

## Abstract

Expand Down Expand Up @@ -99,4 +99,3 @@ Adds a transient storage (`TSTORE`/`TLOAD`) guard to prevent reserved liquidity
**PR**: [#2786](https://github.com/tempoxyz/tempo/pull/2786) *(merged)* · **Author**: @howydev

`permit()` now explicitly rejects `recovered == address(0)` before comparing against `owner`. Previously, a crafted signature recovering to `address(0)` could have been accepted if `owner` was also `address(0)`.

6 changes: 3 additions & 3 deletions tips/tip-1038.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
id: TIP-1038
title: T3 Hardfork Meta TIP
title: T3 Meta TIP
description: Meta TIP collecting all bug fixes, security hardening, and gas correctness changes gated behind the T3 hardfork.
authors: Rusowsky (@0xrusowsky), Dragan Rakita (@rakita), Federico Gimenez (@fgimenez), Derek Cofausper (@decofe)
status: Testnet
status: Mainnet
protocolVersion: T3
---

# TIP-1038: T3 Hardfork Meta TIP
# TIP-1038: T3 Meta TIP

## Abstract

Expand Down
2 changes: 1 addition & 1 deletion tips/tip-1046.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: TIP-1046
title: T4 Hardfork Meta TIP
description: Meta TIP collecting all bug fixes and security hardening changes gated behind the T4 hardfork.
authors: Federico Gimenez (@fgimenez), Derek Cofausper (@decofe), Tanishk Goyal (@legion2002), Marc Martinez (@0xrusowsky), Arsenii Kulikov (@klkvr)
status: Draft
status: Approved
related: TIP-1011, TIP-1016, TIP-1031, TIP-1038
protocolVersion: T4
---
Expand Down
Loading