swift-mx
swift-mx
TODO: In this scenario, when A delegates 1 million to B for B to become a validator, if C also delegates 100,000 to B, and A withdraws 100,000 (assuming B's...
Some solution: ```rust // The committee_state struct tracks the total stake of the validator, and whether they are open to stakers. struct committee_state: // The amount of microcredits bonded to...
Thanks for your response. The purpose of this Pull Request is to split the validator address into owner and worker addresses. Here are answers to some questions you raised: -...
There might be better ways to make modifications, but in order to keep code changes minimal, the original logic has been reused.