refactor: standardize block download pipeline across indexers (#463)

* zmq after chain tip

* some progress

* block pool advance

* runloop finished

* renames

* runs first time

* log levels

* start connecting runes

* compress block opt

* remove dead code

* remove dead code chainhook sdk

* remove ordhook dead code

* rollback install

* auto fmt

* clippy fixes

* fmt

* rollback chain tip

* api test

* api metrics fix

* rename

* standard logs

* ordinals start chain tip

* chain tips

* ci

* clippy

* fix tests

* remove dead code
This commit is contained in:
Rafael Cárdenas
2025-03-13 08:26:46 -06:00
committed by GitHub
parent 5fb8b02a9e
commit 9e9eac81ea
88 changed files with 1659 additions and 2841 deletions

View File

@@ -126,10 +126,10 @@ jobs:
fail-fast: false
matrix:
suite:
- cli
- chainhook-sdk
- bitcoind
- chainhook-postgres
- ordhook-core
- cli
- ordinals
- runes
defaults:
run:
@@ -220,10 +220,10 @@ jobs:
fail-fast: false
matrix:
suite:
- cli
- chainhook-sdk
- bitcoind
- chainhook-postgres
- ordhook-core
- cli
- ordinals
- runes
runs-on: ubuntu-latest
defaults: