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

Replace tx IPC messages with candidates #17

Closed
haydenshively opened this issue Aug 8, 2020 · 0 comments · Fixed by #30
Closed

Replace tx IPC messages with candidates #17

haydenshively opened this issue Aug 8, 2020 · 0 comments · Fixed by #30
Labels
performance Changes that result in more speed or efficiency

Comments

@haydenshively
Copy link
Owner

haydenshively commented Aug 8, 2020

Right now, each worker process sends mostly-complete transaction objects to the TxManager process via Node.js IPC. However, multiple worker processes can be matched up with a single TxManager/wallet. If this is the case, and both workers want to submit a liquidation transaction, the TxManager may as well combine the transactions into one. To do this, candidate objects should be sent over IPC instead of transactions.

@haydenshively haydenshively added the performance Changes that result in more speed or efficiency label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Changes that result in more speed or efficiency
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant