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
Saswata Basu 5 minutes ago
I think there was an issue with random/different sharder because if sharder1 is down, it would take a long time to get a response. So the idea was to query more sharders at the same time
Saswata Basu 4 minutes ago
So change the UML flow to query multiple random sharders, and then repeat with multiple ones for next block (edited)
Saswata Basu 3 minutes ago
Because its random, the chances are with min_confirmation, different sharders will be selected and it covers the case for 1/2 sharders. this is simpler algorithm (edited)
gosdk/zcncore/transaction.go
Line 909 in 520f39c
A transaction is verified twice. But 2nd is same as 1st. It should be removed
gosdk/zcncore/transaction.go
Line 503 in 520f39c
numSharders is overwritten by len(_config.chain.Sharders) .
They should be improved with min_confirmation and parallel requests like #195
The text was updated successfully, but these errors were encountered: