Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alchemyplatform/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: alchemyplatform/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/bitcoin-ecosystem-chains-launch
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 16 files changed
  • 2 contributors

Commits on May 5, 2026

  1. [docs-agent] Add docs for 5 new Bitcoin-ecosystem chains and UTXO RES…

    …T API
    
    Adds JSON-RPC chain pages and OpenRPC specs for Bitcoin Cash (mainnet/testnet), Litecoin (mainnet/testnet), and Dogecoin (mainnet), each surfacing the same 38 Bitcoin-style methods that already live in src/openrpc/chains/_components/bitcoin/methods.yaml. Also adds a new src/openapi/utxo/utxo.yaml OpenAPI 3.1 spec covering the 12 Trezor Blockbook REST endpoints (block-index, tx, tx-specific, address, xpub, utxo, block, sendtx GET+POST, tickers-list, tickers, balancehistory) for all 7 supported UTXO networks (Bitcoin Mainnet, Bitcoin Testnet 4, Bitcoin Cash mainnet/testnet, Litecoin mainnet/testnet, Dogecoin Mainnet). Wires the UTXO API endpoints under each chain section in docs.yml.
    
    Refs DOCS-71
    JackReacher0807 committed May 5, 2026
    Configuration menu
    Copy the full SHA
    2ab2dae View commit details
    Browse the repository at this point in the history
  2. [docs-agent] Restore mandatory trailing slash on POST /api/v2/sendtx/

    Codex flagged that Blockbook explicitly requires the trailing slash on POST /api/v2/sendtx/ (per upstream docs: 'NB: the / symbol at the end is mandatory.'). Generated clients following the no-slash spec literally would route-miss on the actual endpoint. Update the path key in src/openapi/utxo/utxo.yaml to include the trailing slash and disable the Redocly no-path-trailing-slash rule globally so the linter does not contradict upstream behavior.
    
    Refs DOCS-71
    
    Requested-by: @SahilAujla
    JackReacher0807 committed May 5, 2026
    Configuration menu
    Copy the full SHA
    153988a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. [docs-agent] Use bitcoincash slug for Bitcoin Cash API Endpoints URL

    Override the auto-generated slug on the Bitcoin Cash API Endpoints
    section in content/docs.yml so URLs render as
    /chains/bitcoincash/bitcoincash-api-endpoints/<method> instead of
    /chains/bitcoincash/bitcoin-cash-api-endpoints/<method>, matching the
    chain folder slug. Mirrors the existing pattern on Base and Astar.
    
    Refs DOCS-71
    JackReacher0807 committed May 7, 2026
    Configuration menu
    Copy the full SHA
    bfc6615 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    4b7aa50 View commit details
    Browse the repository at this point in the history
  2. [docs-agent] Exclude unreleased Bitcoin-ecosystem method endpoints fr…

    …om link-check
    
    The new Bitcoin Cash, Dogecoin, and Litecoin overview pages link to per-method endpoint pages of the form /docs/chains/<chain>/<chain>-api-endpoints/<method>.
    
    These pages are generated by Daikon's daily noon-EST chain-spec sync once the chain-config lands. Until then, lychee 404s on each linked method (34 methods x 3 chains = 102 broken links), failing the Link Check CI job even though the references are correct and match the Bitcoin pattern that works in production.
    
    Add narrow exclude patterns for these three chain endpoint URL prefixes only. Remove the excludes after the first post-launch Daikon run materializes the method pages.
    
    Refs DOCS-71
    JackReacher0807 committed May 11, 2026
    Configuration menu
    Copy the full SHA
    206dca4 View commit details
    Browse the repository at this point in the history
Loading