Skip to content

Releases: dfinity/sol-rpc-canister

sol_rpc_types-v3.1.1

18 Feb 12:13
94261bb

Choose a tag to compare

Changed

  • Upgrade various dependencies (#266 and #279)

sol_rpc_client-v5.0.0

18 Feb 12:13
94261bb

Choose a tag to compare

Changed

  • 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)
  • Upgrade various dependencies (#266 and #279)

sol_rpc_types-v3.1.0

12 Jan 17:01
9402b1e

Choose a tag to compare

Changed

  • Bump ic-cdk to v0.19.0 (#251)
  • Upgrade various dependencies (#260)

sol_rpc_client-v4.0.0

12 Jan 17:01
9402b1e

Choose a tag to compare

Changed

  • Use ic_canister_runtime::Runtime instead of local Runtime trait (#248)
  • BREAKING: Bump ic-cdk to v0.19.0. See PR description for more details on the breaking changes. (#251)
  • Upgrade various dependencies (#260)

Fixed

  • BREAKING: Calculate default request cost before sending. See PR description for more details on the breaking changes. (#256)

sol_rpc_canister-v1.3.0

12 Jan 17:01
9402b1e

Choose a tag to compare

  • SHA-256 hash: 1733b1e5a2c14f9488b5314d6c0d189669b3841b2d360a4f88a554216c423115

Deployments

Type Canister ID Deployed?
🚀 Production tghme-zyaaa-aaaar-qarca-cai 139986
🧪 Staging titvo-eiaaa-aaaar-qaogq-cai

What's Changed

Changed

  • Update ic-cdk to v0.19.0 (#251)
  • Upgrade various dependencies (#260)

Fixed

  • Do not ignore response_size_estimate for getBlock endpoint (#236)

sol_rpc_canister-v1.2.0

02 Sep 05:44
46f5c95

Choose a tag to compare

  • SHA-256 hash: cbdebc79037029cdc2fcb11eb67ffc25791dcfc226923fba06557b171b406e6c

Deployments

Type Canister ID Deployed?
🚀 Production tghme-zyaaa-aaaar-qarca-cai 138474
🧪 Staging titvo-eiaaa-aaaar-qaogq-cai

What's Changed

Changed

  • 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)

sol_rpc_types-v3.0.0

01 Sep 15:13
9b28e09

Choose a tag to compare

Changed

  • 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)

sol_rpc_client-v3.0.0

01 Sep 15:14
9b28e09

Choose a tag to compare

Changed

  • 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)

sol_rpc_types-v2.0.0

31 Jul 15:14
77e4d2f

Choose a tag to compare

Added

  • Add optional cost_units to TransactionStatusMeta (#180)

Changed

  • Migrate dependencies to solana-sdk repository (#55)

sol_rpc_client-v2.0.0

31 Jul 15:15
77e4d2f

Choose a tag to compare

Added

  • Add try_send method to SOL RPC client (#187)

Changed

  • Migrate dependencies to solana-sdk repository (#55)
  • Enable ed25519 feature in docs (#162)

Fixed

  • Use correct fee for t-sig with local development key (#160)