Skip to content

Commit fcffa7e

Browse files
authored
fix: upgrade ord dependencies and integrate chainhook-sdk code (#397)
* chore: upgrade ord code * chore: deps * chore: add parents table * chore: move pg deps to workspace * fix: delegation works * chore: import chainhook-sdk code * chore: move ord to its own component * ci: dockerfile * docs: ord readme * refactor: remove all unused code from chainhook-sdk (#412) * chore: remove stacks types * checkpoint before removing predicates * chore: remove all predicates code * bitcoin dep * fix: tests * fix: api tests
1 parent c7b9a34 commit fcffa7e

File tree

102 files changed

+11960
-5145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+11960
-5145
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ jobs:
121121
strategy:
122122
fail-fast: false
123123
matrix:
124-
suite: [ordhook-cli, ordhook-core]
124+
suite:
125+
- ordhook-cli
126+
- ordhook-core
127+
- chainhook-sdk
128+
- chainhook-postgres
125129
runs-on: ubuntu-latest
126130
defaults:
127131
run:

0 commit comments

Comments
 (0)