-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow setting agent identity after construction (#379)
* feat: allow setting agent identity after construction This change adds Agent::set_identity method allowing to modify the identity after constructing the agent. Motivation: I am writing a test suite where I need to send messages to the same canister from different identities. Being able to Agent::clone() followed by Agent::set_identity() would significantly simplify (and speed up) my code. * Update CHANGELOG
- Loading branch information
1 parent
3d95cb4
commit 5bd26b8
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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