You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One application often has more than one canisters, so it makes sense to donate from a single allocation to a group of canisters when any one of them runs low on cycle balance.
Plan
Allow canister controllers to group a list of canisters together to create a bundle. A canister can only be put in one bundle.
Have a separate page that shows bundle specific info. This can also serve as as "donate to me" landing page.
Allow user to add bundles to their allocation list.
Existing per-canister allocation will be replaced by bundle if the canister is in a bundle.
Notify users when bundle member list is updated.
The text was updated successfully, but these errors were encountered:
Problem
One application often has more than one canisters, so it makes sense to donate from a single allocation to a group of canisters when any one of them runs low on cycle balance.
Plan
The text was updated successfully, but these errors were encountered: