Add staking to nodes so that we can upgrade to v0.51.x #381
Labels
Improvement
Code changes driven by non business requirements
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
Regression
Behavior that used to work in a released product or service that no longer works with a new release.
released
Previously, in v0.49.0-alpha.2, we were able to do a
solo node add
successfully in our E2E tests.With version 0.50.0 it fails (see -> link). Based on discussion in this Slack thread -> link, we need to use v0.51.0-alpha.4 (discussion link, tag link). We also need to stake some HBAR to each of the nodes.
Because weight of consensus per node uses amount staked, we should go ahead and stake following genesis, which would imply in
solo node start
after the consensus nodes are active.Requires Nathan to publish: https://builds.hedera.com/node/software/v0.51/build-v0.51.x
Sample code to stake to nodes generated by
ChatGPT - Hedera Hivemind
, thus will need to be adapted into our codebase:The text was updated successfully, but these errors were encountered: