parallel-finance / parallel

A decentralized lending & staking protocol built on top of the Polkadot ecosystem.
https://parallel.fi
GNU General Public License v3.0
119 stars 35 forks source link

[security] Check that on_idle will not influence money markets #546

Closed GopherJ closed 3 years ago

GopherJ commented 3 years ago

currently on_idle of pallet-liquid-staking will run out of all the remaining weights, but money markets will need weights to accure interests in on_finalize call

GopherJ commented 3 years ago

it shouldn't because on_finalize doesn't return back weight and will just influence avg block producing time