Skip to content

Releases: dfinity/agent-rs

6fa748e: chore!: use 'ic-management-canister-types' in 'ic-utils'. (#654)

29 Jul 12:50
6fa748e
Compare
Choose a tag to compare
* 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)

10 Jul 01:03
b6ba44f
Compare
Choose a tag to compare
* 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

10 Jul 16:02
416717f
Compare
Choose a tag to compare
Release 0.41.0 (#652)

2709538: refactor!: replace ed25519 dependency (#649)

01 Jul 13:03
2709538
Compare
Choose a tag to compare
* 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)

23 May 11:20
23589cc
Compare
Choose a tag to compare
* docs: extend DynamicRouteProvider documentation

* docs: add backticks

* docs: change sentence

* docs: remove links

00cc0e6

15 May 18:40
00cc0e6
Compare
Choose a tag to compare
chore: release agent-rs 0.40.1 (#647)

c5b8c6d: chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 (#643)

11 Apr 17:17
c5b8c6d
Compare
Choose a tag to compare
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

08 Apr 17:59
b53d770
Compare
Choose a tag to compare
feat: add 'read_state_canister_controllers' and 'read_state_canister_…

96910e7

17 Mar 15:52
96910e7
Compare
Choose a tag to compare
Release 0.40.0 (#639)

7ee5d02: chore(deps): bump ring from 0.17.8 to 0.17.12 (#637)

17 Mar 15:04
7ee5d02
Compare
Choose a tag to compare
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>