dshulyak
dshulyak
we don't support regular spawn in the current implementation. as i understand there is big difference in how payload is encoded for spawn and self spawn: - for self spawn:...
- add highest known base tick height from activation that are referenced in the proposals to the block. this will be used later in the tortoise to prevent adversarial votes...
the weight of the atx computed from tick count multiplied by the number of units. tick height of the atx computed from base tick height plus tick count. base tick...
Sorry for only getting around to looking at this after it was merged, but I think we should remove the `NodeID` from the ATX. It was only there when we...
atx struct is updated in two cases: - when received to compute id - and will be updated after it was verified, to set correct base_tick_height and tick_count https://github.com/spacemeshos/go-spacemesh/pull/3399 any...
@selfdual-brain raised that we need to support Min/MaxLayer parameters in default templates. i ommited them in the initial implementation, as i thought that they are optional and will be used...
closes: https://github.com/spacemeshos/go-spacemesh/issues/3268 depends on: https://github.com/spacemeshos/go-scale/pull/16
i didn't integrate them in the core change https://github.com/spacemeshos/go-spacemesh/pull/3221 since they were causing some unexpected issues for the software this change should implement and integrate into scheduling: - temporary disconnect...
poet image is built from https://github.com/spacemeshos/poet/pull/112 will push it to spacemeshos org once that change is merged