Skip to content

Conversation

@gakonst
Copy link
Contributor

@gakonst gakonst commented Jan 30, 2026

Summary

Adds Chainstack to the Developer Tools docs page under Node Providers.

Changes

  • Added Chainstack entry in alphabetical order (between Blockdaemon and Conduit)
  • Matched existing docs tone and formatting

Thread: https://tempoxyz.slack.com/archives/C0A332FHV0A/p1769813057912309

jamalavedra pushed a commit to jamalavedra/tempo-docs that referenced this pull request Feb 2, 2026
* fix: escape colon in 1:1 to fix rendering bug

The ':' in '1:1' was being interpreted by Vocs markdown parser,
causing it to render as '1' with a line break. Using HTML entity
&tempoxyz#58; fixes the issue.

Slack thread: https://tempoxyz.slack.com/archives/C0A87C21805/p1769732286036299

* test: skip flaky faucet E2E test

The faucet test depends on external service timing and is unreliable.
Skipping until faucet reliability is improved or test is mocked.

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* docs: improve stablecoins page for SEO and content depth

- Add title frontmatter for proper SEO/OG tags
- Add History of stablecoins section (USDT 2014, DAI 2017, USDC 2018, DeFi Summer, regulatory developments)
- Add Risks and considerations section (counterparty risk, regulatory risk)
- Add FAQ section with 6 common questions for SEO optimization

Co-authored-by: Juan <juan@tempo.xyz>
Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* docs: change title to 'What are stablecoins?'

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* revert: restore faucet test, keep only stablecoins changes

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* docs: move risks into FAQ section

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* docs: improve stablecoins page with internal links, FAQ schema, and language

- Add FAQSchema component for JSON-LD rich snippets
- Add 'Stablecoins on Tempo' section with links to TIP-20, native stablecoins, DEX, issuance
- Add inline links throughout (remittances, global payouts, embedded finance, etc.)
- Balance USDC/USDT mentions (both now appear in safety, counterparty risk sections)
- Improve language per Tempo writing guidelines (neutral, concrete, active voice)
- Remove hype tagline, tighten intro, add stablecoin type clarification
- Add FAQ JSON-LD schema for SEO rich results

Co-authored-by: Juan <juan@tempo.xyz>
Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* fix: escape < in FAQ schema to prevent script injection

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* fix: harden FAQSchema with input validation and defense-in-depth escaping

- Filter empty/invalid FAQ entries before rendering
- Return null if no valid entries (avoid empty mainEntity array)
- Escape <, >, and & for defense-in-depth
- Make items prop readonly for TypeScript safety

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* revert: remove FAQ schema component for now

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* feat: restore FAQ schema component with hardened escaping

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

* fix: add biome-ignore for JSON-LD dangerouslySetInnerHTML

Amp-Thread-ID: https://ampcode.com/threads/T-019c0c44-b42c-7448-bc59-76729f21276a
Co-authored-by: Amp <amp@ampcode.com>

---------

Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Juan <juan@tempo.xyz>
snario pushed a commit that referenced this pull request Feb 3, 2026
* wip: reward distribution

* wip: make streaming

* change to streaming rewards

* update to only one tx

* cleanup

* update reward() to startReward()

* change rewards to update when touched

* chore: skip sstore if no time change

* fix: do balance check post rewards, use  to decrement existing rewrad supply first instead, and revert if there is no supply

* feat: add rewards logic to other transfer functions

* feat: add accruedBalanceOf function

* fix: failing tests, lint

* fix: better to use delegatedBalance than rewardRecipient

* forge fmt

* feat: TIP20RewardsRegistry (#84)

* feat: add rewards registry

* fmt: forge fmt

* fmt: forge fmt

* fix: remove block.timestamp check

* chore: delete stream registered

* chore: update tip rewards registry address

* fmt: forge fmt

* fix: fix timestamp to derive stream key

* fix: etch tip20 rewards registry in test setup

* fix: increment delegated supply and opted in balance on reward

* fix: CI

* fix: accrue logic in edge case of multiple finalizeStreams happening in the same block

* feat: set up separate reward pool for delegated rewards

* feat: use a separate balance to track rewards instead

* fix: add claimRewards

* fix: modify optInSupply on setRewardRecipient

* fix: tests

* fix: stream related bugs

* chore: improve stream lifecycle test

* fix: rewards logic

* fix: review fixes

* fix: review fixes

* fix: enforce 1 token per time in registry max

* chore: more review fixes

* chore: update comment

* fix: errs

* chore: nits around naming, combining similarish tests

* fix: policy checks and more renaming

* chore: fix test

---------

Co-authored-by: howy <132113803+howydev@users.noreply.github.com>
Co-authored-by: 0xKitsune <77890308+0xKitsune@users.noreply.github.com>
Co-authored-by: 0xKitsune <0xKitsune@protonmail.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.

3 participants