-
Notifications
You must be signed in to change notification settings - Fork 102
feat: Backport package.links to old versions of ic-cdk-timers #684
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
Merged
adamspofford-dfinity
merged 151 commits into
backport/timers-links
from
spofford/backport-timers-links
Nov 14, 2025
Merged
feat: Backport package.links to old versions of ic-cdk-timers #684
adamspofford-dfinity
merged 151 commits into
backport/timers-links
from
spofford/backport-timers-links
Nov 14, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update mod.rs Add `pub` to `WASM_PAGE_SIZE_IN_BYTES` definition * Update mod.rs Change documented. * Update CHANGELOG.md WASM_PAGE_SIZE_IN_BYTES made pub * bump dfx in ci --------- Co-authored-by: Victor Porton <porton.victor@gmail.com> Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
* Add http_request_with_cycles and doc * changelog * clone * remove missing_doc lint for ic0
* chore: Improve doc comments for max_response_bytes * Add link to documentation --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
* Implement closure-based HTTP transform API * Update ic0.rs for warnings * Update changelog * Update example * doc lint * Update example to include captured context * Add separate constructor function to TransformContext * Rename crate feature and document `transform` field * Update src/ic-cdk/src/api/management_canister/http_request.rs Co-authored-by: Linwei Shang <linwei.shang@dfinity.org> * Update src/ic-cdk/src/api/management_canister/http_request.rs Co-authored-by: Linwei Shang <linwei.shang@dfinity.org> * Better assertion message --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
* lazy calls * fix * add condition on waker * address Adam's feedback * do not clone args_raw * cargo clippy * added to CHANGELOG.md * update docs * do not overwrite state.waker * Add borrowed arg data to lazy calls (#396) * Allow argument data to be borrowed * have these been non-extern fns the entire time? --------- Co-authored-by: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com>
* bump version * bump minor
* Fix doc build * Bump version
* set sender_canister_version and support canister_info * use canister_info in test canister * remove Canister from CanisterChangeOrigin and CanisterChangeDetails variant types
* btc API fees * ecdsa fees * create canister fee * mv * split http_request * http_request fee * tests * doc * bump ver & changelog
* bitcoin fee * bump ver & changelog
* enhancements to bitcoin and ecdsa * cargo fmt * add back bitcoin prefix * bump ver and changelog * doc * fix example * fmt --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
…ypes (#352) * [enhancement] AccountIdentifier * fix: compile error * update change log * [add] unit tests --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
* Update example http_request_required_cycles * fmt * comment --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
* feat(breaking): bump CDK to use candid 0.9-beta (#367) * bump CDK to use candid 0.9-beta * make ic-ledger-types not breaking * chore: release continue (#370) * fix * bump ver * Add readme to ic-cdk-timers --------- Co-authored-by: Adam Spofford <adam.spofford@dfinity.org> * version and changelog * fix chess * disable examples using import --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org> Co-authored-by: Adam Spofford <adam.spofford@dfinity.org> * test * add wasmtime in CI * revert * use patched ic-test-state-machine-client * feat: ic-cdk-bindgen replace import macro (#390) * import did file * fix * test * fix counter example * rename to ic-cdk-bindgen * fix profile example * no re-export * enable all example tests in CI * remove import and fix tests * fix clippy * fix ic-certified-map doc test * fmt --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org> * feat: add export_candid macro (#386) * export candid * fix build.sh * actor macro * add wasmtime in CI * fix * fix * fix * remove actor macro * fix * ic-cdk/wasi enables export_candid * git forget declarations/ * fmt * Warning features in Cargo.toml * bump ic0 version --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org> * prepare for release * TODO comment * changelog * doc export_candid * format changelog * bump library and changelog * explain why no doc for TransformFunc * find solution for doc TransformFunc * remove TODO * doc hidden wasi mod --------- Co-authored-by: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Co-authored-by: Adam Spofford <adam.spofford@dfinity.org> Co-authored-by: Yan Chen <yan.chen@dfinity.org>
* rust 1.70.0 * rust update notice * link LICENSE * rust v1.65.0 * workspace.dependencies
* fix: only update/query take guard function * trim docs * test * fix doc:wq * bump ver * changelog * fix docs
* fix: export composite query correctly * changelog
* remove wasi feature * export_candid * examples and CI * speed up ic-wasm install * fix * add candid-extractor crate * update readme and ic0.txt * update CI * fix CI * try again * fix ci * fix * bump versions and update changelog * update date * Update src/ic-cdk-timers/CHANGELOG.md Co-authored-by: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> --------- Co-authored-by: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com>
* include wat * binstall CI * fix url * v0.1.1 * fix CI * versioned runner * include root Cargo.lock * ubuntu 22.04
lwshang
approved these changes
Nov 14, 2025
5e1fe0c to
0da36b8
Compare
7b19565
into
backport/timers-links
6 of 13 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ignore the commits above a411c01. Failing tests are not a concern - the wasm64 test was known flaky, and the MSRV tests are dealing with a newly generated lockfile from before MSRV-aware lockfiles.