·
13 commits
to main
since this release
What's Changed
Added
- Breaking: A new method
charge_cyclesthat does the actual charging was added toCyclesChargingPolicy(#7) - Example of canister using the library to make HTTP requests (#6)
Changed
- Breaking: Update
ic-cdktov0.18.7including several changes to align with the new HTTP outcall API (#21). Notably:IcErroris refactored into an enum- Use of the new
HttpRequestArgsandHttpRequestResulttypes inCyclesChargingPolicyandClienttrait impls - Removal of
IcHttpRequestWithCycles,CyclesCostEstimator,CyclesAccountingErrorandCyclesAccountingdue to theic-cdkmethod for making HTTP outcalls now taking care of charging cycles