You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: simplify Call implementation and enable retry logic (#551)
* with_arg takes ref
* SendableCall methods take &self
* empty bytes
* fix doctests
* upgrade candid to 0.10.13
* Simplify Call implementation
Get rid of the ConfigurableCall trait and the CallWithArg, CallWithArgs, and CallWithRawArgs structs.
Instead, we now have a single Call struct that can be configured and executed using chainable methods.
* fix lint
* remove prelude mod
0 commit comments