- use cycles ledger to obtain cycles (#37)
- canfund: include last deposited cycles to the canister record (#35)
- bump ic cdk dependencies (#32)
- There is no observed use-case to disable minting for topping up the funding canister
- The funding canister must be registered explicitly with this update
- allow minting strategy per canister
- remove self top-up configuration for funding canister
- manager: remove implicit funding canister registration
- support custom proxy method
- allow proxy/blackhole for canister status
- fetch: consider freezing threshold in mngmt canister balance fetch
- add balance check history and improve average consumption calculation
- remove outdated FetchOwnCyclesBalance cycle fetching approach
- per-canister funding override functionality
- Jan Hrubes
- add funding callback and deposited cycles store
- Jan Hrubes
- create canfund lib to monitor and fund canisters
- Kepler Vital