You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CCF will no longer create in-progress snapshot files with a `.committed` suffix. It will only rename files to `.committed` when they are complete and ready for reading (#7029).
f"Cannot read receipt from snapshot {os.path.basename(self._filename)}: Receipt starts at {receipt_pos} (file is {self._file_size} bytes), and contains {receipt_bytes}"
811
+
) frome
812
+
800
813
# Receipts included in snapshots always contain leaf components,
801
814
# including a claims digest and commit evidence, from 2.0.0-rc0 onwards.
802
815
# This verification code deliberately does not support snapshots
@@ -1074,3 +1087,7 @@ class UntrustedNodeException(Exception):
1074
1087
1075
1088
classUnknownTransaction(Exception):
1076
1089
"""The transaction at seqno does not exist in ledger"""
1090
+
1091
+
1092
+
classInvalidSnapshotException(Exception):
1093
+
"""The given snapshot file is invalid and cannot be parsed"""
0 commit comments