-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report in digital-locker smart contract #279
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Lines 18 to 24 in 1b712d6
As documented by its following specification, Constructor funtion should finish with
Requested
state instead ofDocumentReview
.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.json
Line 31 in 1b712d6
blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.json
Lines 272 to 421 in 1b712d6
BeginReviewProcess function should begin with
Requested
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 29 in 1b712d6
UploadDocuments function should begin with
DocumentReview
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 56 in 1b712d6
ShareWithThirdParty should begin with
AvailableToShare
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 68 in 1b712d6
AcceptSharingRequest should begin with
SharingRequestPending
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 84 in 1b712d6
RejectSharingRequest should begin with
SharingRequestPending
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 95 in 1b712d6
RequestLockerAccess should begin with
AvailableToShare
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 106 in 1b712d6
ReleaseLockerAccess should begin with
SharingWithThirdParty
state.https://github.com/Azure-Samples/blockchain/blob/1b712d6d05cca8da17bdd1894de8c3d25905685d/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol#118
RevokeAccessFromThirdParty should begin with
SharingWithThirdParty
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 132 in 1b712d6
Terminate should begin with
AvailableToShare|SharingRequestPending|SharingWithThirdParty
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/digital-locker/ethereum/DigitalLocker.sol
Line 143 in 1b712d6
The text was updated successfully, but these errors were encountered: