dshulyak

Results 197 comments of dshulyak

we don't really need any floating point library for computing weight in the tortoise fractional numbers are used, so we are not loosing any precision for computing binomial cdf -...

why do we save proposals to database at all? can they be kept in memory for a couple of layers?

could you please use aliases for such refactoring? ```go package types type Address = address.Address ``` they were created specifically to make such changes reviewable

i thought that it was merged. is there any reason why it is still open?

i looked into similar issue some time ago https://github.com/spacemeshos/go-spacemesh/issues/3330 it was definitely due to slow disk on gke. all smeshers were failing at the same time when they reached certain...

please reopen if you think that we need it to be opened. i don't know what we should do with it in such state

node id is passed to the https://github.com/spacemeshos/post/blob/develop/initialization/initialization.go#L53 and used later. but i don't know this component details . it is also used for verification https://github.com/spacemeshos/post/blob/develop/verifying/verifying.go#L51-L52 @moshababo should know with certainty

@lrettig i think we need to add genesis to the id passed to the initializer and verifier. do you track it somewhere else?