Skip to content

Commit

Permalink
# This is a combination of 32 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Add kafka feature and stream

# The commit message #2 will be skipped:

# Add more fields in stream event

# The commit message #3 will be skipped:

# Add more fields in stream event

# The commit message #4 will be skipped:

# Add new_output_value

# The commit message #5 will be skipped:

# Gracefully handle owner issue

# The commit message #6 will be skipped:

# Add txid

# The commit message #7 will be skipped:

# Add more fields and consolidate the schema of the events

# The commit message #8 will be skipped:

# Update sat details name

# The commit message #9 will be skipped:

# Add sync producer flush

# The commit message #10 will be skipped:

# We probably only care about Text for now for the content body

# The commit message #11 will be skipped:

# Add STREM_HTTP_URL and also with kafka poll for extra care

# The commit message #12 will be skipped:

# Add auth header

# The commit message #13 will be skipped:

# Fix auth header typo

# The commit message #14 will be skipped:

# Use rustls

# The commit message #15 will be skipped:

# disable default reqwest features

# The commit message #16 will be skipped:

# disable default reqwest features

# The commit message #17 will be skipped:

# revert http client

# The commit message #18 will be skipped:

# Add block_hash for reorg

# The commit message #19 will be skipped:

# Rebase latest ord

# The commit message #20 will be skipped:

# graceful handle 0-value inscription

# The commit message #21 will be skipped:

# Add BLOCKS_BEHIND

# The commit message #22 will be skipped:

# Add BLOCKS_BEHIND

# The commit message #23 will be skipped:

# Change to use threadedproducer

# The commit message #24 will be skipped:

# Add brc20 indexing and versioning

# The commit message #25 will be skipped:

# Update dockerfile

# The commit message #26 will be skipped:

# Add sats domain

# The commit message #27 will be skipped:

# Fix clippy

# The commit message #28 will be skipped:

# Make domain generic

# The commit message #29 will be skipped:

# Fix name validation

# The commit message #30 will be skipped:

# Add tx_block_index

# The commit message #31 will be skipped:

# Add cursed handling of number and unbound satpoint

# The commit message #32 will be skipped:

# Add Dockerfile
  • Loading branch information
nothing0012 committed Jun 13, 2023
1 parent b69ec8b commit 6219ef2
Show file tree
Hide file tree
Showing 9 changed files with 649 additions and 601 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
Dockerfile
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- kafka
pull_request:
branches:
- master
- kafka

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.idea/
/.vagrant
/.vscode
/docs/build
/fuzz/artifacts
/fuzz/corpus
Expand Down
Loading

0 comments on commit 6219ef2

Please sign in to comment.