Skip to content

docs: add T3 network upgrade page#221

Closed
max-digi wants to merge 1 commit intomainfrom
maxime/t3-upgrade-page
Closed

docs: add T3 network upgrade page#221
max-digi wants to merge 1 commit intomainfrom
maxime/t3-upgrade-page

Conversation

@max-digi
Copy link
Copy Markdown
Contributor

@max-digi max-digi commented Apr 2, 2026

Adds the T3 network upgrade page following the same structure as T2. Covers TIP-1011 (enhanced access keys), TIP-1020 (signature verification precompile), TIP-1022 (virtual deposit forwarding addresses), and TIP-1038 (security hardening).

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tempo-docs Building Building Preview Apr 2, 2026 11:47am

Request Review

@max-digi max-digi closed this Apr 2, 2026
tx-tomcat pushed a commit to Magnus-Foundation/magnus that referenced this pull request Apr 18, 2026
…g in swap order fills (#890)

from
https://tempoxyz.slack.com/archives/C09KCGR4LQ4/p1763009606739239?thread_ts=1762895220.576359&cid=C09KCGR4LQ4

```
if remainingOut is 1:
if price < PRICE_SCALE - baseNeeded and fillAmount is 1 and (fillAmount * price) / PRICE_SCALE is 0
if price > PRICE_SCALE - baseNeeded and fillAmount is 0 and (fillAmount * price) / PRICE_SCALE is also 0
only way it works is if price == PRICE_SCALE, it seems
yikes
Doing the conversion twice is bad, we are basically doing:
filledAmount = ((remainingOut * PRICE_SCALE) / price) * price / PRICE_SCALE;
if currentOrder.remaining > base we should be able to just zero remainingOut without the div, should fix the problem then 
PR with fix in solidity: tempoxyz/docs#221
```

---------

Co-authored-by: 0xKitsune <77890308+0xKitsune@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant