Skip to content

Releases: dfinity/test-state-machine-client

v3.0.1

23 Nov 12:00
a454a34
Compare
Choose a tag to compare
  • Upgrade candid dependency to 0.10.

v3.0.0

24 Jul 11:47
f84c7c6
Compare
Choose a tag to compare

This release removes the dependency on the ic-cdk and upgrades candid to v0.9. Contributions by @lwshang, thanks!

v2.2.1

02 Jun 07:02
287fd44
Compare
Choose a tag to compare

This release updates the ic-cdk dependency.

v2.2.0

25 May 12:37
d3b867d
Compare
Choose a tag to compare

This release adds support to verify canister signature using the state machine test binary.

v2.1.0

13 Apr 07:59
b984467
Compare
Choose a tag to compare

This release adds support to set the state machine time to a specific value.

v2.0.0

21 Mar 12:14
1b16d2d
Compare
Choose a tag to compare

This release has two contributions by @saikatdas0790:

  • Allow to specify the sender on calls to the management canister
  • Allow to reinstall canisters

This release contains breaking changes, because a new parameter is introduced for the optional sender.

v1.1.1

10 Feb 15:25
c82396e
Compare
Choose a tag to compare
  • Updates ic-cdk to v0.7

v1.1.0

03 Feb 11:15
52be447
Compare
Choose a tag to compare

This release introduces the function create_canister_with_settings to specify canister settings on creation. Thanks a lot to @saikatdas0790 for this contribution!

v1.0.0

12 Jan 12:24
6bb692d
Compare
Choose a tag to compare

Initial release as copied from the Internet Identity repository, with minor changes to allow the state machine binary code in the IC repository to use the type definitions as well.