You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The processing part of SuperGenius was tested a couple of times recently with MNN processing, however the slicing and processing occurred with only one node doing all the work, while another requested it to be done.
Make changes on the GeniusNode tests to spin up multiple nodes.
Test if the develop branch on SuperGenius and thirdparty has the ability to make them self detect and connect to each other. If they don't, try the "dev_holepunching" branches"
When you have nodes successfully connected to each other (this can be tested by minting tokens) dispatch a MNN process with one node and check if 2 or more nodes are capable of diving up the work and posting on CRDT.
If the work is not being divided, investigate the reason why and if it's not a simple fix talk to @henriqueaklein and @itsafuu about (granted we aren't the ones already tackling this issue).
The text was updated successfully, but these errors were encountered:
The processing part of SuperGenius was tested a couple of times recently with MNN processing, however the slicing and processing occurred with only one node doing all the work, while another requested it to be done.
The text was updated successfully, but these errors were encountered: