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

Fix/allow stackerdb chunks #2113

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Fix/allow stackerdb chunks #2113

merged 3 commits into from
Oct 14, 2024

Conversation

zone117x
Copy link
Member

@zone117x zone117x commented Oct 9, 2024

Closes #2031

Allow the API to store stackerdb and block_proposal raw event bodies in postgres. No other processing is done -- this is only intended for debugging and to prevent the API from stalling stacks-core when these events are configured. Example stacks-node config toml:

[[events_observer]]
endpoint = "stacks-api:3700"
retry_count = 255
include_data_events = false
events_keys = ["*", "stackerdb", "block_proposal"]

Copy link

github-actions bot commented Oct 9, 2024

Vercel deployment URL: https://stacks-blockchain-q29nza9st-hirosystems.vercel.app 🚀

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 12.50000% with 14 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/event-stream/event-server.ts 12.50% 14 Missing ⚠️

📢 Thoughts on this report? Let us know!

@zone117x zone117x merged commit d03f2ef into develop Oct 14, 2024
28 checks passed
@zone117x zone117x deleted the fix/allow-stackerdb_chunks branch October 14, 2024 11:39
@blockstack-devops
Copy link

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

The release is available on:

Your semantic-release bot 📦🚀

@blockstack-devops
Copy link

🎉 This PR is included in version 8.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Store new StackerDB chunks from event observer
3 participants