Skip to content
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: Expose FuncVisitor #325

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

Daniel-Bloom-dfinity
Copy link
Contributor

Overview
Exposing this enables more customization in function serialization and helps get around #273.

Requirements
N/A

Considered Solutions
N/A

Recommended Solution
N/A

Considerations
Makes FuncVisitor a part of the public interface.

@chenyan-dfinity chenyan-dfinity merged commit 4a11c58 into dfinity:master Mar 22, 2022
ninegua pushed a commit to ninegua/candid that referenced this pull request Apr 22, 2022
…ty#325)

* fix: use provisional_create_canister_with_cycles for creating canisters and other QoL

We should not allow people to run create_canister outside of its
intended context (inter-canister calls). Since this library should
only be used in clients, create_canister should really not be there.

This pushes the release to be more 0.15.6 compatible. Also included
is removing the install_code and create_canister call types, as those
are deprecated since the introduction of the management canister. A
bit overdue for a PR.

* The matrix variable is called `spec`, not `icrefgitref`

Co-authored-by: Joachim Breitner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants