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
This commit is contained in:
Rafael Cárdenas
2025-02-11 12:21:30 -06:00
committed by GitHub
parent c7b9a34b4f
commit fcffa7e5c1
102 changed files with 11968 additions and 5153 deletions

View File

@@ -12,9 +12,7 @@ RUN rustup update 1.81 && rustup default 1.81
RUN mkdir /out
COPY ./Cargo.toml /src/Cargo.toml
COPY ./Cargo.lock /src/Cargo.lock
COPY ./components/chainhook-postgres /src/components/chainhook-postgres
COPY ./components/ordhook-core /src/components/ordhook-core
COPY ./components/ordhook-cli /src/components/ordhook-cli
COPY ./components /src/components
COPY ./migrations /src/migrations
RUN cargo build --features release --release