mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user