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
* add done channel between babe and core, when epoch complete, done is signalled and core creates the next epoch's babe session
* slightly modify build block logic to conform to spec (we are supposed to pass in a new header to initialize_block, not the parent header)
https://github.com/dgraph-io/dgraph/blob/master/posting/list.go#L574
We should not create a new iterator in each l.iterate call, if we assume that both lists are sorted.
There might be some other instances of this somewhere else.
The text was updated successfully, but these errors were encountered: