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!: handle transfer types and consider them for BRC-20 indexing #258

Merged
merged 3 commits into from
Nov 1, 2023

Conversation

rafaelcr
Copy link
Collaborator

@rafaelcr rafaelcr commented Nov 1, 2023

Fixes #256

@rafaelcr rafaelcr temporarily deployed to Preview November 1, 2023 22:38 — with GitHub Actions Inactive
Copy link

github-actions bot commented Nov 1, 2023

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

@rafaelcr rafaelcr merged commit 7b83761 into beta Nov 1, 2023
5 checks passed
@rafaelcr rafaelcr deleted the feat/transfer-type branch November 1, 2023 22:42
blockstack-devops pushed a commit that referenced this pull request Nov 1, 2023
## [2.0.0-beta.1](v1.2.6...v2.0.0-beta.1) (2023-11-01)

### ⚠ BREAKING CHANGES

* handle transfer types and consider them for BRC-20 indexing (#258)

### Features

* handle transfer types and consider them for BRC-20 indexing ([#258](#258)) ([7b83761](7b83761))
@blockstack-devops
Copy link

🎉 This PR is included in version 2.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 Nov 21, 2023
## [2.0.0](v1.2.6...v2.0.0) (2023-11-21)

### ⚠ BREAKING CHANGES

* handle transfer types and consider them for BRC-20 indexing (#258)

### Features

* handle transfer types and consider them for BRC-20 indexing ([#258](#258)) ([7b83761](7b83761))

### Bug Fixes

* address location counts ([#273](#273)) ([86efc3a](86efc3a))
* also remove null bytes in blessed inscriptions ([7e8d412](7e8d412))
* batch size to 2000 ([9cf9230](9cf9230))
* bump docker image ([08688da](08688da))
* do not reject unbounded inscriptions that come in disorder ([#264](#264)) ([56e2235](56e2235))
* guarantee gap detection is comparing numbers ([0f3f51a](0f3f51a))
* inscription count generation ([13e1f16](13e1f16))
* keep block transfer index ([#260](#260)) ([0e33a64](0e33a64))
* only advance blessed number after gap detection ([c8f3c81](c8f3c81))
* only scan BRC-20 after its genesis height ([#263](#263)) ([6381760](6381760))
* only validate gaps for blessed numbers ([#262](#262)) ([29aaeda](29aaeda))
* reduce batching to 4500 ([8fd770b](8fd770b))
* reduce brc-20 batch to 5k ([2037647](2037647))
* reduce brc20 processing batch size to half ([7079dc0](7079dc0))
* reduce chunk size to 3000 ([9556148](9556148))
* reduce to 4000 chunk size ([3373422](3373422))
* reject blocks that would create blessed inscription gaps ([#259](#259)) ([18cd028](18cd028))
* remove null bytes before inserting inscriptions ([#274](#274)) ([cec3de0](cec3de0))
* try batch iterator generator ([e2ed039](e2ed039))
* try returning brc20 batch to normal, use batchIterate everywhere ([1d3a24b](1d3a24b))
@blockstack-devops
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

g0drlc added a commit to g0drlc/btc-ordinals-api that referenced this pull request Jul 14, 2024
## [2.0.0-beta.1](hirosystems/ordinals-api@v1.2.6...v2.0.0-beta.1) (2023-11-01)

### ⚠ BREAKING CHANGES

* handle transfer types and consider them for BRC-20 indexing (#258)

### Features

* handle transfer types and consider them for BRC-20 indexing ([#258](hirosystems/ordinals-api#258)) ([7b83761](hirosystems/ordinals-api@7b83761))
g0drlc added a commit to g0drlc/btc-ordinals-api that referenced this pull request Jul 14, 2024
## [2.0.0](hirosystems/ordinals-api@v1.2.6...v2.0.0) (2023-11-21)

### ⚠ BREAKING CHANGES

* handle transfer types and consider them for BRC-20 indexing (#258)

### Features

* handle transfer types and consider them for BRC-20 indexing ([#258](hirosystems/ordinals-api#258)) ([7b83761](hirosystems/ordinals-api@7b83761))

### Bug Fixes

* address location counts ([#273](hirosystems/ordinals-api#273)) ([86efc3a](hirosystems/ordinals-api@86efc3a))
* also remove null bytes in blessed inscriptions ([7e8d412](hirosystems/ordinals-api@7e8d412))
* batch size to 2000 ([9cf9230](hirosystems/ordinals-api@9cf9230))
* bump docker image ([08688da](hirosystems/ordinals-api@08688da))
* do not reject unbounded inscriptions that come in disorder ([#264](hirosystems/ordinals-api#264)) ([56e2235](hirosystems/ordinals-api@56e2235))
* guarantee gap detection is comparing numbers ([0f3f51a](hirosystems/ordinals-api@0f3f51a))
* inscription count generation ([13e1f16](hirosystems/ordinals-api@13e1f16))
* keep block transfer index ([#260](hirosystems/ordinals-api#260)) ([0e33a64](hirosystems/ordinals-api@0e33a64))
* only advance blessed number after gap detection ([c8f3c81](hirosystems/ordinals-api@c8f3c81))
* only scan BRC-20 after its genesis height ([#263](hirosystems/ordinals-api#263)) ([6381760](hirosystems/ordinals-api@6381760))
* only validate gaps for blessed numbers ([#262](hirosystems/ordinals-api#262)) ([29aaeda](hirosystems/ordinals-api@29aaeda))
* reduce batching to 4500 ([8fd770b](hirosystems/ordinals-api@8fd770b))
* reduce brc-20 batch to 5k ([2037647](hirosystems/ordinals-api@2037647))
* reduce brc20 processing batch size to half ([7079dc0](hirosystems/ordinals-api@7079dc0))
* reduce chunk size to 3000 ([9556148](hirosystems/ordinals-api@9556148))
* reduce to 4000 chunk size ([3373422](hirosystems/ordinals-api@3373422))
* reject blocks that would create blessed inscription gaps ([#259](hirosystems/ordinals-api#259)) ([18cd028](hirosystems/ordinals-api@18cd028))
* remove null bytes before inserting inscriptions ([#274](hirosystems/ordinals-api#274)) ([cec3de0](hirosystems/ordinals-api@cec3de0))
* try batch iterator generator ([e2ed039](hirosystems/ordinals-api@e2ed039))
* try returning brc20 batch to normal, use batchIterate everywhere ([1d3a24b](hirosystems/ordinals-api@1d3a24b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants