Skip to content

v0.2.12

Latest
Compare
Choose a tag to compare
@bluele bluele released this 28 Nov 03:15
· 2 commits to main since this release
a41fceb

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