feat(runes): add runes api to codebase (#449)

* new code

* add ci

* files

* standard

* Update api/runes/package.json

Co-authored-by: ASuciuX <151519329+ASuciuX@users.noreply.github.com>

---------

Co-authored-by: ASuciuX <151519329+ASuciuX@users.noreply.github.com>
This commit is contained in:
Rafael Cárdenas
2025-02-27 09:06:43 -06:00
committed by GitHub
parent 68158786f0
commit da5596afec
43 changed files with 23657 additions and 1676 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: [ordinals]
suite: [ordinals, runes]
runs-on: ubuntu-latest
defaults:
run:
@@ -41,8 +41,9 @@ jobs:
path: |
~/.npm
**/node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-build-${{ matrix.suite }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ matrix.suite }}-${{ env.cache-name }}-
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
@@ -63,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: [ordinals]
suite: [ordinals, runes]
defaults:
run:
working-directory: ./api/${{ matrix.suite }}
@@ -86,8 +87,9 @@ jobs:
path: |
~/.npm
**/node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-build-${{ matrix.suite }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ matrix.suite }}-${{ env.cache-name }}-
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
@@ -260,7 +262,7 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: [ordinals]
suite: [ordinals, runes]
runs-on: ubuntu-latest
needs: semantic-release
steps:
@@ -285,7 +287,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
hirosystems/${{ matrix.suite }}-api
hirosystems/bitcoin-indexer-${{ matrix.suite }}-api
tags: |
type=ref,event=branch
type=ref,event=pr