-
Notifications
You must be signed in to change notification settings - Fork 128
fix(lottery): prevent depositing below min_deposit, don't fail drawing on no available collators, clarify sanity checks (no difference in behavior) #1211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Adam Reif <Garandor@manta.network>
Signed-off-by: Adam Reif <Garandor@manta.network>
…artial_deposit_works2. Passes Signed-off-by: Adam Reif <Garandor@manta.network>
Signed-off-by: Adam Reif <Garandor@manta.network>
fdd9971
to
96237c4
Compare
✅ Congestion test: 1-day congestion cost (manta-runtime) is above the target daily congestion cost |
|
…redeposit Signed-off-by: Adam Reif <Garandor@manta.network>
Signed-off-by: Adam Reif <Garandor@manta.network>
Signed-off-by: Adam Reif <Garandor@manta.network>
Please signoff on all commits with your name, email and gpg key for the Developer's Certificate of Origin. |
This reverts commit d4e7c09. Signed-off-by: Adam Reif <Garandor@manta.network>
f5eb24b
to
6da18ca
Compare
Signed-off-by: Adam Reif Garandor@manta.network
Description
participating_funds.is_zero
check up to draw_lotteryBefore we can approve this PR for merge, please make sure that all the following items have been checked off:
L-
group to this PRA-
andC-
groups to this PRA-calamari
and/orA-manta
if your changes are meant for/impact either of these (CI depends on it)Files changed
in the Github PR explorer.Situational Notes:
BaseFilter
. Ensure every extrinsic works from front-end. If there's corresponding tool, ensure both work for each other.try-runtime
. This includes migrations inherited from upstream changes, and you can search the diffs for modifications of#[pallet::storage]
items to check for any.