hie-core v1.0.1 Release Notes

Release Date: 2020-04-27 // about 4 years ago
  • ๐Ÿ›  This is a bugfix release for SDK 1.0.0. All users of SDK 1.0.0 are
    ๐Ÿš€ encouraged to upgrade at their earliest convenience. This release fixes
    3 issues:

    ๐Ÿ›  Fix an issue with false negative contract key lookups by
    ๐Ÿ‘€ non-stakeholders (see
    #5562 for details).

    This issue affected the new Sandbox introduced in SDK 1.0.0 (but not
    sandbox-classic) as well as the scenario service. Both Sandbox and
    ๐Ÿ›  the scenario service are fixed.

    ๐Ÿ›  Fix a crash in the scenario service.

    SDK 1.0 introduced a bug where the scenario service would crash if a
    failing transaction contained transient contracts. In DAML Studio
    this was shown as the following error:

    BErrorClient (ClientIOError (GRPCIOBadStatusCode StatusUnknown (StatusDetails {unStatusDetails = \โ€œ\โ€})))
    
    1. Fix an issue where Sandbox incorrectly rejected certain commands
      ๐Ÿ‘€ relying on getTime during validation (see
      #5662 for details).
      This was only an issue if you set either min_ledger_time_rel or
      min_ledger_time_abs.