Closed Alenar closed 3 weeks ago
4 files ±0 51 suites ±0 10m 41s ⏱️ +15s 1 398 tests - 2 1 398 ✅ - 2 0 💤 ±0 0 ❌ ±0 1 609 runs - 2 1 609 ✅ - 2 0 💤 ±0 0 ❌ ±0
Results for commit 22dc14fd. ± Comparison against base commit 650e77d0.
:recycle: This comment has been updated with latest results.
Content
This PR remove the
beacon
field from theCertificateMessage
andCertificateListMessage
as this field was supersede by thesigned_entity_type
field, field that is mandatory since distribution2418.1
.This allow to remove the
immutable_file_number
plus the conversion to cardano db beacon on theCertificateMetadata
entity and theCertificateRecord
, those only existed to recover the beacon when building a message.Pre-submit checklist
Comments
This changes should not induce a recompute of the certificates hashes as the immutable file number was not used in the certificate hash computation (the epoch and the network are still used).
Issue(s)
Closes #1958