Skip to content

Conversation

zone117x
Copy link
Contributor

@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 requested a review from rafaelcr October 11, 2024 09:57
@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
Contributor

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

The release is available on:

Your semantic-release bot 📦🚀

@blockstack-devops
Copy link
Contributor

🎉 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