-
Notifications
You must be signed in to change notification settings - Fork 41
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
Let sync node accept and broadcast transactions #1135
Let sync node accept and broadcast transactions #1135
Comments
What about oracle requests? Should we allow them? |
@DmytroNazarenko please update specification according to the changes you are going to make https://github.com/skalenetwork/internal-support/blob/main/docs/specifications/nodes/fullsync-node/fullsync-node-spec.md |
|
Need to review broadcast and DoS protection together with @kladkogex |
skaled: 3.18.0-beta.0 |
Verified on regression Network
|
If a sync node accepts transactions and broadcasts them to the core 16 nodes, this can
significantly help performance, since transaction broadcast is one of our bottlenecks.
We need to to do two things:
Accept transactions on the sync node and broadcast them to the core nodes.
Open up firewall ports on the core nodes for the sync node, so it can do the broadcast
Tasks
The text was updated successfully, but these errors were encountered: