Skip to content

Commit

Permalink
chore: merge beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jan 14, 2025
2 parents 4afb201 + 1fbdcd9 commit e609043
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [3.0.0-beta.2](https://github.com/hirosystems/ordhook/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2024-09-24)


### Bug Fixes

* roll back ordinals db changes when brc20 db commit fails ([#367](https://github.com/hirosystems/ordhook/issues/367)) ([f4e0c79](https://github.com/hirosystems/ordhook/commit/f4e0c7935b825d2119d20c5acf08d289fe231423))

## [3.0.0-beta.1](https://github.com/hirosystems/ordhook/compare/v2.2.5...v3.0.0-beta.1) (2024-09-20)


### ⚠ BREAKING CHANGES

* support brc20 activity on scan blocks command (#350)
* keep original deployed ticker for brc20 tokens (#349)

### Features

* add prometheus monitoring ([#356](https://github.com/hirosystems/ordhook/issues/356)) ([f35e1d0](https://github.com/hirosystems/ordhook/commit/f35e1d00e7940e31abcb8439b5b12a43be5023ea))
* keep original deployed ticker for brc20 tokens ([#349](https://github.com/hirosystems/ordhook/issues/349)) ([39774a9](https://github.com/hirosystems/ordhook/commit/39774a9f867d79932826f9d50d271ee1bf45c13d))
* support a separate storage directory for observers.sqlite ([#354](https://github.com/hirosystems/ordhook/issues/354)) ([7a65fdf](https://github.com/hirosystems/ordhook/commit/7a65fdf10728b7701cbcf7b83db92ec74d13535a))
* support brc20 activity on scan blocks command ([#350](https://github.com/hirosystems/ordhook/issues/350)) ([caacff7](https://github.com/hirosystems/ordhook/commit/caacff7c4f3d148b37232e04030814fa3ce3b30b))
* wait for bitcoind to be at chain tip before starting service ([#364](https://github.com/hirosystems/ordhook/issues/364)) ([d4b67bb](https://github.com/hirosystems/ordhook/commit/d4b67bb6f6ee16bac2add119f477ba42da824a98))


### Bug Fixes

* also check config when looking for brc20 db connection ([#347](https://github.com/hirosystems/ordhook/issues/347)) ([d80388b](https://github.com/hirosystems/ordhook/commit/d80388b505255117963a53206e41987e34551aaf))
* only create brc-20 db connection and cache if required ([#357](https://github.com/hirosystems/ordhook/issues/357)) ([5692426](https://github.com/hirosystems/ordhook/commit/5692426e4b85dde1fd7aefd01dd7f25a4f969fad))

## [2.2.5](https://github.com/hirosystems/ordhook/compare/v2.2.4...v2.2.5) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e609043

Please sign in to comment.