WIP: Resolve "DUBP local validation"
Closes #146 (closed)
Merge request reports
Activity
changed milestone to %v1.0 full member node
added C-blockchain label
added 29 commits
-
b385e1df...e3e227fe - 28 commits from branch
dev
- bfc7d775 - [feat] ws2p: implement ack and ok messages
-
b385e1df...e3e227fe - 28 commits from branch
28 35 #[derive(Debug, Copy, Clone)] 29 36 pub enum InvalidBlockError { 30 37 NoPreviousBlock, 31 38 VersionDecrease, 32 39 } 33 40 41 #[derive(Debug, Clone)] 42 pub enum TransactionDocumentError { 43 LengthError, 44 NumberSourcesError, 45 UnlocksError, 46 SignatureIssuerError, 47 VersionError, 48 SignatureCountError, 49 SignaturesOrderError, 50 SignatureConstructionError, changed this line in version 5 of the diff
62 #[derive(Debug, Clone)] 63 pub enum LocalVerifyBlockError { 64 VerifyBlockHashsError, 65 VersionBlockError, 66 PreviousIssuerRootBlockError, 67 ParametersRootBlockError, 68 UniversalDividendRootBlockError, 69 UnitBaseRootBlockError, 70 BlockTimeError, 71 ZerosHashBlockError, 72 SignaturesLenBlockError, 73 SignatureBlockError, 74 SignatureMembershipDocumentError, 75 SignatureRevocationDocumentError, 76 TextDocumentFormat, 77 TransactionDocumentError(TransactionDocumentError), changed this line in version 3 of the diff
65 VersionBlockError, 66 PreviousIssuerRootBlockError, 67 ParametersRootBlockError, 68 UniversalDividendRootBlockError, 69 UnitBaseRootBlockError, 70 BlockTimeError, 71 ZerosHashBlockError, 72 SignaturesLenBlockError, 73 SignatureBlockError, 74 SignatureMembershipDocumentError, 75 SignatureRevocationDocumentError, 76 TextDocumentFormat, 77 TransactionDocumentError(TransactionDocumentError), 78 } 79 80 impl From<TransactionDocumentError> for LocalVerifyBlockError { changed this line in version 11 of the diff
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
- Resolved by jawaka
Please register or sign in to reply