Skip to content

Commit

Permalink
Add kafka feature and stream
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nothing0012 authored and mi-yu committed Jul 4, 2024
1 parent 08bbf56 commit d331ea3
Show file tree
Hide file tree
Showing 24 changed files with 9,795 additions and 421 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
branches:
- master
- dev
pull_request:
branches:
- master

defaults:
run:
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
os:
- macos-latest
- ubuntu-latest
- windows-latest

runs-on: ${{matrix.os}}

Expand Down
Loading

0 comments on commit d331ea3

Please sign in to comment.