Xun Li
Xun Li
Some module verification passes can take non-linear time to finish. We currently charge publish based on the number of bytes. But for those non-linear passes (e.g. anything that uses abstract...
This is how we reconstruct checkpoint proposal today: https://github.com/MystenLabs/sui/blob/bc03727f20c5f899d790d63d8ffded69a6f727b8/crates/sui-core/src/checkpoints/mod.rs#L179 It just takes everything in extra_transactions, which could have changed since last time we construct a proposal. Another problem is that...
This PR adds explicit support for special treating child objects of shared objects. I like the name that @gdanezis came up with in the meeting: quasi-shared object, which is shorter...
This PR is triggering a stackoverflow in Move compiler. Sending it out early to investigate.
1. Need to be able to compute when/how much to withdraw 2. The withdrawn fund should go to a pool for future stake subsidies
Need to first define a list of metrics we want to track.
We need a protocol that can determine the reference gas price for each epoch. Ideally such a reference price should be set by the future committee of the next epoch,...
During each reward distribution, we also take out a small portion from some system fund pool and use them as additional stake reward.
When we distribute stake rewards, a small portion of it will be invested into storage fund.