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
BREAKING: Bump ic-canister-runtime to v0.2.0. See PR description for more details on the breaking changes. Notably, clients instances created with SolRpcClient::builder_for_ic() now by default do not perform inter-canister calls if the canister performing the calls is stopping. To enable calls while the canister is stopping, the client can be initialized with a custom ic_canister_runtime::IcRuntime instance configured to allow such calls with the allow_calls_when_stopping method. (#288)
Replace forked solana-* crates by the corresponding ones in solana_sdk and agave version 3.0.0. The patch.crates-io section in Cargo.toml is therefore no longer necessary and can be removed. (#197)
Replace forked solana-* crates by the corresponding ones in solana_sdk version 3.0.0. The patch.crates-io section in Cargo.toml is therefore no longer necessary and can be removed. (#197)
Replace forked solana-* crates by the corresponding ones in solana_sdk version 3.0.0. The patch.crates-io section in Cargo.toml is therefore no longer necessary and can be removed. (#197)