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

[PROPOSAL] Design for an event callback on clients which is called for all transactions and is not specific to a row or a reducer #2153

Open
cloutiertyler opened this issue Jan 21, 2025 · 0 comments

Comments

@cloutiertyler
Copy link
Contributor

cloutiertyler commented Jan 21, 2025

The BitCraft team is implementing IMC for BitCraft and they need a way for their relay server to subscribe to all "transactions". Right now they have the option to either add a row callback to be called once per row when any transaction happens, or a reducer callback to be called when a specific reducer happens.

However, there is no API to add an callback which is run once per transaction for all transactions. This is useful for clients like the relay server which would like to reason about whole transactions.

A request for a proposal for adding such an API is hereby submitted.

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

No branches or pull requests

1 participant