forked from ordinals/ord
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Suppress brc20 sats logs #33
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if let Some(result) = self | ||
.brc20 | ||
.as_ref() | ||
.map(|brc20| brc20.op == "mint" && brc20.tick == "sats") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also add a filter when old_location is not null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yep
destinymagicchen
approved these changes
Oct 30, 2023
mi-yu
added a commit
that referenced
this pull request
Nov 22, 2023
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Nov 23, 2023
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Nov 27, 2023
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Nov 30, 2023
* Suppress brc20 sats logs * update comment
haozhiliu
pushed a commit
that referenced
this pull request
Dec 6, 2023
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Dec 28, 2023
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Jan 9, 2024
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Mar 11, 2024
* Suppress brc20 sats logs * update comment
mi-yu
added a commit
that referenced
this pull request
Mar 12, 2024
* Add kafka feature and stream * Suppress brc20 sats logs (#33) * Suppress brc20 sats logs * update comment * optimized palindrome generation (#34) * Fix content type (#35) * Fix content type * Bump version * Add dev branch to CI * Fix tests (#38) * add cache to store old owner for stream event (#43) * [ord] Remove block time again..... (#48) * [ord] Remove block time again..... * Fix lint * fix lint again * Skip pending check when listing sat ranges (#49) * skip more events (#50) * Fix timeout and concurrency layer (#51) * Fix tests * Update to v9 message (#53) * Fix old owner cache key (#54) * Add charms to StreamEvent (#55) * 7 more types of rare sats (#57) * 3 more types of rare sats * format * 4 more rarities * fix ut * exclude end sat from palindrome scanning * block286 (#58) * New rare sats (#59) * new rare sats * fix lint * fix lint * rename blocks_in_if_conditions to blocks_in_conditions * disable taproot from rpc (#60) * Merge consecutive hitman ranges within same block (#61) * merge consecutive hitman ranges within same block * change array size * Fix tests * Update to v10 message --------- Co-authored-by: Rex <rex@magiceden.io> Co-authored-by: haozhiliu <136628919+haozhiliu@users.noreply.github.com> Co-authored-by: Zhuojie Zhou | rex <89176731+nothing0012@users.noreply.github.com> Co-authored-by: Destiny Chen <110491217+destinymagicchen@users.noreply.github.com>
mi-yu
added a commit
that referenced
this pull request
Mar 12, 2024
* Suppress brc20 sats logs * update comment
mi-yu
pushed a commit
that referenced
this pull request
Jul 4, 2024
Suppress brc20 sats logs (#33) * Suppress brc20 sats logs * update comment optimized palindrome generation (#34) Fix content type (#35) * Fix content type * Bump version Add dev branch to CI Fix tests (#38) add cache to store old owner for stream event (#43) [ord] Remove block time again..... (#48) * [ord] Remove block time again..... * Fix lint * fix lint again Skip pending check when listing sat ranges (#49) skip more events (#50) Fix timeout and concurrency layer (#51) Fix tests Update to v9 message (#53) Fix old owner cache key (#54) Add charms to StreamEvent (#55) 7 more types of rare sats (#57) * 3 more types of rare sats * format * 4 more rarities * fix ut * exclude end sat from palindrome scanning block286 (#58) New rare sats (#59) * new rare sats * fix lint * fix lint * rename blocks_in_if_conditions to blocks_in_conditions disable taproot from rpc (#60) Merge consecutive hitman ranges within same block (#61) * merge consecutive hitman ranges within same block * change array size Fix tests Update to v10 message Add delegate field
Closed
mi-yu
pushed a commit
that referenced
this pull request
Jul 4, 2024
Suppress brc20 sats logs (#33) * Suppress brc20 sats logs * update comment optimized palindrome generation (#34) Fix content type (#35) * Fix content type * Bump version Add dev branch to CI Fix tests (#38) add cache to store old owner for stream event (#43) [ord] Remove block time again..... (#48) * [ord] Remove block time again..... * Fix lint * fix lint again Skip pending check when listing sat ranges (#49) skip more events (#50) Fix timeout and concurrency layer (#51) Fix tests Update to v9 message (#53) Fix old owner cache key (#54) Add charms to StreamEvent (#55) 7 more types of rare sats (#57) * 3 more types of rare sats * format * 4 more rarities * fix ut * exclude end sat from palindrome scanning block286 (#58) New rare sats (#59) * new rare sats * fix lint * fix lint * rename blocks_in_if_conditions to blocks_in_conditions disable taproot from rpc (#60) Merge consecutive hitman ranges within same block (#61) * merge consecutive hitman ranges within same block * change array size Fix tests Update to v10 message Add delegate field
mi-yu
pushed a commit
that referenced
this pull request
Jul 4, 2024
Suppress brc20 sats logs (#33) * Suppress brc20 sats logs * update comment optimized palindrome generation (#34) Fix content type (#35) * Fix content type * Bump version Add dev branch to CI Fix tests (#38) add cache to store old owner for stream event (#43) [ord] Remove block time again..... (#48) * [ord] Remove block time again..... * Fix lint * fix lint again Skip pending check when listing sat ranges (#49) skip more events (#50) Fix timeout and concurrency layer (#51) Fix tests Update to v9 message (#53) Fix old owner cache key (#54) Add charms to StreamEvent (#55) 7 more types of rare sats (#57) * 3 more types of rare sats * format * 4 more rarities * fix ut * exclude end sat from palindrome scanning block286 (#58) New rare sats (#59) * new rare sats * fix lint * fix lint * rename blocks_in_if_conditions to blocks_in_conditions disable taproot from rpc (#60) Merge consecutive hitman ranges within same block (#61) * merge consecutive hitman ranges within same block * change array size Fix tests Update to v10 message Add delegate field
mi-yu
pushed a commit
that referenced
this pull request
Jul 4, 2024
Suppress brc20 sats logs (#33) * Suppress brc20 sats logs * update comment optimized palindrome generation (#34) Fix content type (#35) * Fix content type * Bump version Add dev branch to CI Fix tests (#38) add cache to store old owner for stream event (#43) [ord] Remove block time again..... (#48) * [ord] Remove block time again..... * Fix lint * fix lint again Skip pending check when listing sat ranges (#49) skip more events (#50) Fix timeout and concurrency layer (#51) Fix tests Update to v9 message (#53) Fix old owner cache key (#54) Add charms to StreamEvent (#55) 7 more types of rare sats (#57) * 3 more types of rare sats * format * 4 more rarities * fix ut * exclude end sat from palindrome scanning block286 (#58) New rare sats (#59) * new rare sats * fix lint * fix lint * rename blocks_in_if_conditions to blocks_in_conditions disable taproot from rpc (#60) Merge consecutive hitman ranges within same block (#61) * merge consecutive hitman ranges within same block * change array size Fix tests Update to v10 message Add delegate field
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.