spacemeshos / api

Protobuf implementation of the Spacemesh API
MIT License
15 stars 9 forks source link

Trim down v2alpha1.ActivationV1 #326

Closed poszu closed 6 months ago

poszu commented 6 months ago

We want to trim down the ATX domain type in the node to contain only the necessary fields. We will remove fields needed only for new ATX verification like POST and sequence number. Additionally, the ATX weight will be calculated differently with the ATX merge (weight will be the sum of merged identities). Hence replaced base_tick_height, tick_count, and num_units with weight and height.

@kacpersaw are any of the removed fields needed in the explorer?

fasmat commented 6 months ago

For me OK, but maybe @kacpersaw should also take a look at the change