Releases: dfinity/agent-rs
Releases · dfinity/agent-rs
6fa748e: chore!: use 'ic-management-canister-types' in 'ic-utils'. (#654)
* Use 'ic-management-canister-types' in 'ic-utils'. * Reexport types from 'ic-management-canister-types' and deprecate 'StoreChunksResult'. * Use more types from ic-management-canister-types. * Use snapshot related types from ic-management-canister-types. * Fixed ic-ref tests. * Update to dfx 0.27.0 where '--replica' support has been dropped. * Fixed the integration test failure. * Fixed lint. * Update the revision. * Fixed build in the tests. * Use types in 'ic-management-canister-types' for canister snapshot download/upload. * Use types from 'ic-management-canister-types' for other snapshot-related functions. * Update changelog. * Fixed typo. * Use more types in ic-management-canister-types. * Use more types from ic-management-canister-types.
b6ba44f: feat: support canister snapshot download/upload. (#650)
* Add 'read_canister_snapshot_metadata' management canister API. * Make the types consistent to the current implementation on the IC side. * Add Serialize to support serializing to JSON. * Add 'read_canister_snapshot_data' management canister API. * Implement WasmChunk data kind. * Add 'upload_canister_snapshot_metadata' management canister API. * Remove unncessary 'UploadSnapshotMetadata'. * Add 'upload_canister_snapshot_data' management canister API. * Fixed the serialized names. * Revert "Merge branch 'main' into vincent/SDK-2010" This reverts commit 94301ef374bac17a52d4b28c1d94f1e8df117a1f, reversing changes made to 50ed65bca71bbc50532266daf8e0eb44db1731ba. * Updated to keep consistent to the latest implmentation on the ic-management-canister-types side. * refactor!: replace ed25519 dependency (#649) * switch ed25519 dependency in BasicIdentity * replace der encoding utility with dependency one * replace in query_inner signature verification * replace in icx and remove rand * replace in ref-tests * replace in ic-utils * only depends on ed25519-concensus in ic-agent/Cargo.toml * deprecation note * lowercase private key * Update change log. --------- Co-authored-by: Linwei Shang <[email protected]>
416717f
Release 0.41.0 (#652)
2709538: refactor!: replace ed25519 dependency (#649)
* switch ed25519 dependency in BasicIdentity * replace der encoding utility with dependency one * replace in query_inner signature verification * replace in icx and remove rand * replace in ref-tests * replace in ic-utils * only depends on ed25519-concensus in ic-agent/Cargo.toml * deprecation note * lowercase private key
23589cc: docs: extend `DynamicRouteProvider` documentation (#648)
* docs: extend DynamicRouteProvider documentation * docs: add backticks * docs: change sentence * docs: remove links
00cc0e6
chore: release agent-rs 0.40.1 (#647)
c5b8c6d: chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 (#643)
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.15. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.13...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b53d770
feat: add 'read_state_canister_controllers' and 'read_state_canister_…
96910e7
Release 0.40.0 (#639)
7ee5d02: chore(deps): bump ring from 0.17.8 to 0.17.12 (#637)
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.12. - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>