Skip to content

Releases: datachainlab/lcp

v0.2.17

06 Sep 05:28
a600691

Choose a tag to compare

What's Changed

Full Changelog: v0.2.16...v0.2.17

v0.2.16

17 Jul 00:52
f37415b

Choose a tag to compare

What's Changed

  • [CI] Update DCAP_VERSION to 1.23.100.0-jammy1 by @abicky in #134
  • [App][Enclave] Only output size when debugging output if Any.value is huge by @yoshidan in #135

Compatibility

This release does not introduce any breaking changes.
The host app and enclaves built with v0.2.12 remain compatible with this version.

New Contributors

Full Changelog: v0.2.15...v0.2.16

v0.2.15

15 May 01:31
2bd0a21

Choose a tag to compare

What's Changed

  • Add tcb_evaulation_data_number option to zkdcap command by @bluele in #133

Full Changelog: v0.2.14...v0.2.15

v0.2.14

18 Apr 02:04
1450b48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.13...v0.2.14

v0.2.13

10 Apr 11:04
0fa6397

Choose a tag to compare

What's Changed

Security Audit

zkDCAP support in LCP has been audited by Quantstamp.

The full security audit report is available here.

Full Changelog: v0.2.12...v0.2.13

v0.2.13-rc.1

31 Mar 00:55
0fa6397

Choose a tag to compare

v0.2.13-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.13-rc.0...v0.2.13-rc.1

v0.2.13-rc.0

19 Mar 09:29
152153c

Choose a tag to compare

v0.2.13-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.12...v0.2.13-rc.0

v0.2.12

28 Nov 03:15
a41fceb

Choose a tag to compare

What's Changed

  • Remove serde dependency from default light-client by @bluele in #113
  • Remove tendermint crate from lcp-types by @bluele in #114
  • Fix to always keep the current timestamp in Context by @bluele in #116
  • LCP-7: Fix to use rand::rngs::OsRng instead by @bluele in #118
  • LCP-8: Add panic-logging feature to enclave-runtime crate by @bluele in #120
  • LCP-1: zeroize EnclaveKey and UnsealedEnclaveKey after using them by @bluele in #121
  • LCP-2: Use Signature::parse_standard_slice() to parse signature bytes by @bluele in #122
  • LCP-3: Fix to apply assertions instead of returning u32::MAX in calc_raw_sealed_data_size by @bluele in #123
  • S-1: Fix to remove redundant check with rsgx_raw_is_outside_enclave() by @bluele in #124
  • S-{2,3}: Fix audit suggestions by @bluele in #125
  • LCP-5: Update crate dependencies by @bluele in #126
  • LCP-5: Bump rustls to v0.23.18 by @bluele in #127
  • Audit-202409 by @bluele in #119

Full Changelog: v0.2.11...v0.2.12

v0.2.11

23 Sep 14:24
4df1e8d

Choose a tag to compare

v0.2.11 Pre-release
Pre-release

What's Changed

  • Fix generate-key to create a report that contains the EK by @bluele in #110
  • Refactor crates build and fix linter settings for enclave-modules by @bluele in #111

Breaking Changes

  • ecall-handler interface is changed, so please upgrade both app and enclave to lcp v0.2.11
  • The table schema enclave_keys is changed, so please remove the previous version of /path/to/.lcp/km.sqlite

Full Changelog: v0.2.10...v0.2.11

v0.2.10

12 Sep 00:27
69ffe7d

Choose a tag to compare

v0.2.10 Pre-release
Pre-release

What's Changed

  • fix: ungraceful exit of init_client() by @fragwuerdig in #106
  • Fix to return no error if the returned keys are empty by @bluele in #107
  • Remove sgx_tstd crate dependency and bump up compiler version by @bluele in #108
  • Update README by @bluele in #109

New Contributors

Full Changelog: v0.2.9...v0.2.10