Skip to content

Releases: dfinity/agent-rs

391f38e

16 May 16:18
391f38e
Compare
Choose a tag to compare
fix: potential Panic in Secp256k1 Signature Generation (NCC-DITY002-0…

2df2030

12 May 07:42
2df2030
Compare
Choose a tag to compare
chore: update dependencies (#341)

a068fd9

03 May 17:33
a068fd9
Compare
Choose a tag to compare
chore: release agent-rs 0.16.0 (#339)

7340c40

03 May 16:38
7340c40
Compare
Choose a tag to compare
chore: update changelog (#340)

b354574

28 Apr 19:25
b354574
Compare
Choose a tag to compare
fix: raise minimum reqwest version to avoid TLS backend error (#338)

d46cc18: feat: `ReqwestHttpReplicaV2Transport::create_with_client` (#337)

27 Apr 18:48
d46cc18
Compare
Choose a tag to compare
re-exports `reqwest` for ease of version matching.

1138f9d: feat: wallet_send takes Principal instead of &Canister (#336)

15 Apr 17:47
1138f9d
Compare
Choose a tag to compare

6f9f26a: refactor: Replace openssl with pure rust libs (#301)

13 Apr 17:31
6f9f26a
Compare
Choose a tag to compare
Replaces hash function calls.
Removes default features (native-tls) from `reqwest`
Removes dependencies from CI workflows

e566d8e: feat: Improve wallet call forwarding API (#335)

12 Apr 20:52
e566d8e
Compare
Choose a tag to compare
* Remove wallet_forward

* Make Argument easier to construct

* Update doc to not reference private type

* Update usage in tests

d1166ec

12 Apr 18:59
d1166ec
Compare
Choose a tag to compare
fix: Fix clap deprecation (#334)