Ellipsis-Labs / solana-verifiable-build

CLI tool for deterministically building and verifying executable against on-chain programs or buffer accounts
155 stars 28 forks source link

Update response messages #37

Closed swaroop-osec closed 1 year ago

swaroop-osec commented 1 year ago

This PR will update the detailed response messages to user.

Duplicate request & verified

Program $PROGRAM_ID has already been verified. ✅
On Chain Hash: $ON_CHAIN_HASH
Executable Hash: $BUILD_HASH

Duplicate request & not verified

We have already processed this request.
Program $PROGRAM_ID has not been verified. ❌

Duplicate request & No info about verification (Occurs when incorrect input is provided, such as an invalid Git repository.)

We have already processed this request.