Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: ingest BRC20 data from ordhook #347

Merged
merged 13 commits into from
Apr 23, 2024
Merged

feat!: ingest BRC20 data from ordhook #347

merged 13 commits into from
Apr 23, 2024

Conversation

rafaelcr
Copy link
Collaborator

Removes all the old BRC20 processing from the API and delegates everything to ordhook.

Copy link

github-actions bot commented Apr 23, 2024

Vercel deployment URL: https://ordinals-zqhhho1zv-blockstack.vercel.app 🚀

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

Attention: Patch coverage is 98.95470% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 95.52%. Comparing base (66ba744) to head (82eeeed).
Report is 23 commits behind head on develop.

Files Patch % Lines
src/pg/brc20/helpers.ts 96.42% 3 Missing ⚠️
src/pg/brc20/brc20-pg-store.ts 99.39% 2 Missing ⚠️
src/ordhook/server.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #347      +/-   ##
===========================================
- Coverage    96.51%   95.52%   -1.00%     
===========================================
  Files           65       53      -12     
  Lines         6391     5581     -810     
  Branches       542      478      -64     
===========================================
- Hits          6168     5331     -837     
- Misses         221      248      +27     
  Partials         2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rafaelcr rafaelcr merged commit 56a8851 into develop Apr 23, 2024
8 of 9 checks passed
@rafaelcr rafaelcr deleted the feat/ordhook-brc20 branch April 23, 2024 16:02
blockstack-devops pushed a commit that referenced this pull request Apr 26, 2024
## [4.0.0-beta.1](v3.1.0...v4.0.0-beta.1) (2024-04-26)

### ⚠ BREAKING CHANGES

* support reinscription transfers (#348)
* ingest BRC20 data from ordhook (#347)

### Features

* ingest BRC20 data from ordhook ([#347](#347)) ([56a8851](56a8851))
* return `parent` and `metadata` in inscription responses ([#350](#350)) ([939286e](939286e))
* support reinscription transfers ([#348](#348)) ([5422156](5422156))

### Bug Fixes

* detect block gaps when streaming from ordhook ([#349](#349)) ([3c1480f](3c1480f))
@blockstack-devops
Copy link

🎉 This PR is included in version 4.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blockstack-devops pushed a commit that referenced this pull request Jun 11, 2024
## [4.0.0](v3.1.0...v4.0.0) (2024-06-11)

### ⚠ BREAKING CHANGES

* support reinscription transfers (#348)
* ingest BRC20 data from ordhook (#347)

### Features

* ingest BRC20 data from ordhook ([#347](#347)) ([56a8851](56a8851))
* return `parent` and `metadata` in inscription responses ([#350](#350)) ([939286e](939286e))
* support reinscription transfers ([#348](#348)) ([5422156](5422156))

### Bug Fixes

* detect block gaps when streaming from ordhook ([#349](#349)) ([3c1480f](3c1480f))
* ordhook ingestion ([#356](#356)) ([dfc003e](dfc003e))
@blockstack-devops
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants