Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note that while we are in beta, the changelog is to help you track the changes to the documentation. We are not making any guarantees about backwards compatibility between the beta versions. The semantic versioning will take on the expected meaning once we are out of beta.
[Blocky AS v0.1.0-beta.5] - 2025-03-27
- Add support for random number generation in Blocky AS host functions. See random number generation example for more details.
- Simplify the output of the Blocky AS server when running in local mode.
- Update runtime IO limits. See Limitations for more details.
- Add
EnclaveAttestation
andTransitiveAttestation
types to thebasm
SDK to support their verification inside guest functions. - Update enclave attestation serialization format.
[Blocky AS v0.1.0-beta.4] - 2025-03-18
- Update installation process to use the
v0.1.0-beta.4
release. See Setup. - Introduce the Blocky Attestation Service Go SDK to aid the development of functions for execution on the Blocky Attestation Service. See Attesting Function Calls.
- Update the input to
bky-as attest-fn-call
to use a single request, not an array of requests. See Attesting Function Calls. - Update the output format of
bky-as attest-fn-call
. See Attesting Function Calls. - Introduce
TAParserLib.sol
for verifying and parsing Blocky Attestation Service transitive attestation on chain. See Bringing Attestations On Chain.