Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.0.0](v2.2.0...v3.0.0) (2024-02-28) ### ⚠ BREAKING CHANGES * rename chainhook env vars to ordhook (#314) ### Features * add `metadata` and `parent` columns to inscriptions table ([#305](#305)) ([d71e93a](d71e93a)) * add ordhook debug server ([#306](#306)) ([88ad130](88ad130)) * shutdown gracefully after finishing replaying blocks ([#315](#315)) ([72fd3fd](72fd3fd)) ### Bug Fixes * batch inscription location updates ([47525c9](47525c9)) * batch location pointer inserts ([#308](#308)) ([33f8cb2](33f8cb2)) * only update timestamp when streaming blocks ([#309](#309)) ([2c9ff17](2c9ff17)) * remove unused pg indexes ([#311](#311)) ([94d98d4](94d98d4)) * rename chainhook env vars to ordhook ([#314](#314)) ([ae4ec01](ae4ec01)) * standardize insert batch size ([b9b2448](b9b2448))
- Loading branch information