Skip to content

feat(asset/http): POST /api/v1/utxos bulk lookup + drop redundant tx fetch on GetUTXO #3629

feat(asset/http): POST /api/v1/utxos bulk lookup + drop redundant tx fetch on GetUTXO

feat(asset/http): POST /api/v1/utxos bulk lookup + drop redundant tx fetch on GetUTXO #3629

name: Teranode PR init
# Minimal workflow that always runs for every PR.
# Used as a trigger point for workflow_run workflows (Claude Code review, SonarQube)
# that need to run even for docs-only PRs.
# External contributors require manual approval for workflow runs.
on:
pull_request:
permissions:
contents: read
jobs:
init:
name: Initialize PR checks
runs-on: ubuntu-latest
steps:
- name: Complete
run: echo "PR workflow initialized"