Emma Zhong

Results 36 issues of Emma Zhong

## Motivation This PR makes instruction execution bound an option in the CLI options and increments the default value since 5000 is too low. ## Test Plan cargo test

This draft PR contains a script that runs `sui move prove` on sui framework Move code. It would be great if we can run this in CI as a sanity...

This draft PR adds a delegation staking pool implementation and connects it with other modules: - A new `staking_pool` module is added. It doesn't have fancy bonding periods yet as...

This PR changes our staking logic so that - Delegation withdraws will also withdraw the rewards from the current epoch. This way our rewards distribution rule is more clear and...

This PR - adds an entry fun for validators to set their commission rates, i.e. how much of the delegation rewards they take - adds logic in rewards distribution to...

This PR changes the undelegation API so that the amount of principal SUI to withdraw is specified instead of the amount of pool tokens.

This PR does a few little things: - immediately start compounding validator's staking rewards by adding them before adjusting next epoch stake - equally share among validators the storage fund's...

Right now every time we stake/unstake our delegation, we need to touch the system state object. It would be great if we can somehow make each validator's staking pool its...

move
tokenomics