-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat!: next generation of Rust CDK #521
Draft
lwshang
wants to merge
10
commits into
main
Choose a base branch
from
next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jun 18, 2024
-
feat: struct Call to support best effort responses (#496)
* Add RejectionCode variant SysUnknown * refactor: Call struct * encode_args once * update ic0 with new system API * with_best_effort_response() * doc comments * safe wrapper for msg_deadline() * refactor * add e2e * state machine script using git tag * basic test pass * configs after setting args * call_and_forget * minor improvements * use recent beta dfx which has new system API * clippy * load.bash * update candid-extractor * fmt * group methods in traits * default to 10s timeout:wq * prelude mod * fmt
Configuration menu - View commit details
-
Copy full SHA for 279de07 - Browse repository at this point
Copy the full SHA 279de07View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36c837b - Browse repository at this point
Copy the full SHA 36c837bView commit details -
feat!: ic0 handles 32/64-bit system API (#514)
* ic0: handle 32/64-bits system API * adjust safe bindings * update safety notes * Update call.rs Co-authored-by: Adam Spofford <[email protected]> --------- Co-authored-by: Adam Spofford <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 107fa7d - Browse repository at this point
Copy the full SHA 107fa7dView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d99280 - Browse repository at this point
Copy the full SHA 1d99280View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b10be57 - Browse repository at this point
Copy the full SHA b10be57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d06c9e - Browse repository at this point
Copy the full SHA 3d06c9eView commit details
Commits on Oct 9, 2024
-
refactor!: crates architecture (#522)
* Add ic-cdk-management-canister crate * move management canister code * flat hierarchy and exclude candid-extractor * exclude root Cargo.lock * rm docs * update workflows * fmt * fix doc * cleanup examples.yml * rm candid-extractor * fix examples.yml * fix cont. * refactor e2e-tests 1:1 mapping of canisters to tests * remove examples
Configuration menu - View commit details
-
Copy full SHA for 7a64c21 - Browse repository at this point
Copy the full SHA 7a64c21View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69a459d - Browse repository at this point
Copy the full SHA 69a459dView commit details -
fix: update/query macro could not handle function arguments with the …
…same name as the function itself (#525) * add a test case to reveal the bug * fix: update/query macro could not handle function arguments with the same name as the function itself * changelog
Configuration menu - View commit details
-
Copy full SHA for 69d98b0 - Browse repository at this point
Copy the full SHA 69d98b0View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 907b7d9 - Browse repository at this point
Copy the full SHA 907b7d9View commit details
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.