Skip to content
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

Update examples to leo v1.9.0 #39

Merged
merged 7 commits into from
Jul 22, 2023
Merged

Update examples to leo v1.9.0 #39

merged 7 commits into from
Jul 22, 2023

Conversation

collinc97
Copy link
Contributor

No description provided.

@collinc97 collinc97 requested a review from a team July 21, 2023 21:22
@collinc97 collinc97 merged commit b7cba54 into master Jul 22, 2023
@collinc97 collinc97 deleted the feat/leo-v1.9.0 branch July 22, 2023 00:04
@moAlobaidi
Copy link

Getting this output when running check.sh related to development private key:


[CHECK] CHECKING THE AUCTION EXAMPLE

###############################################################################
########                                                               ########
########            STEP 0: Initialize a new 2-party auction           ########
########                                                               ########
########                -------------------------------                ########
########                |  OPEN   |    A    |    B    |                ########
########                -------------------------------                ########
########                |   Bid   |         |         |                ########
########                -------------------------------                ########
########                                                               ########
###############################################################################


###############################################################################
########                                                               ########
########          STEP 1: The first bidder places a bid of 10          ########
########                                                               ########
########                -------------------------------                ########
########                |  OPEN   |    A    |    B    |                ########
########                -------------------------------                ########
########                |   Bid   |   10    |         |                ########
########                -------------------------------                ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

[CHECK] CHECKING THE BASIC BANK EXAMPLE

###############################################################################
########                                                               ########
########     STEP 1: Initialize 100 tokens for aleo1zeklp...v46ngg     ########
########                                                               ########
########           -----------------------------------------           ########
########           |      ACTION     |        AMOUNT       |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Issuing  |         100         |           ########
########           -----------------------------------------           ########
########           |     Depositing  |          0          |           ########
########           -----------------------------------------           ########
########           |    Withdrawing  |          0          |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |      WALLET     | aleo1zeklp...v46ngg |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Balance  |         100         |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |      BANK       | aleo1zeklp...v46ngg |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Balance  |          0          |           ########
########           -----------------------------------------           ########
########           |        Periods  |          0          |           ########
########           -----------------------------------------           ########
########           |  Interest Rate  |        12.34%       |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |  TOTAL BALANCE  |         100         |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

[CHECK] CHECKING THE BATTLESHIP EXAMPLE

###############################################################################
########                                                               ########
########                 STEP 1: Initializing Player 1                 ########
########                                                               ########
###############################################################################

✅ Successfully initialized Player 1.

###############################################################################
########                                                               ########
########           STEP 2: Player 1 Places Ships On The Board          ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

[CHECK] CHECKING THE TICTACTOE EXAMPLE

###############################################################################
########                                                               ########
########          STEP 0: Creating a new game of Tic-Tac-Toe           ########
########                                                               ########
########                         |   |   |   |                         ########
########                         |   |   |   |                         ########
########                         |   |   |   |                         ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

[CHECK] CHECKING THE TOKEN EXAMPLE

###############################################################################
########                                                               ########
########     STEP 1: Publicly mint 100 tokens for Alice                ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PUBLIC BALANCES            |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |         100         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          0          |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PRIVATE BALANCES           |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          0          |           ########
########           -----------------------------------------           ########
########           |        Bob      |          0          |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########     STEP 2: Privately mint 100 tokens for Bob                 ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PUBLIC BALANCES            |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |         100         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          0          |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PRIVATE BALANCES           |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          0          |           ########
########           -----------------------------------------           ########
########           |        Bob      |         100         |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########     STEP 3: Publicly transfer 10 tokens from Alice to Bob     ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PUBLIC BALANCES            |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          90         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          10         |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PRIVATE BALANCES           |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          0          |           ########
########           -----------------------------------------           ########
########           |        Bob      |         100         |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########     STEP 4: Privately transfer 20 tokens from Bob to Alice    ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PUBLIC BALANCES            |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          90         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          10         |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PRIVATE BALANCES           |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          20         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          80         |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########     STEP 5: Convert 30 public tokens from Alice into 30       ########
########             private tokens for Bob.                           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PUBLIC BALANCES            |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          60         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          10         |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PRIVATE BALANCES           |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          20         |           ########
########           -----------------------------------------           ########
########           |        Bob      |         110         |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########     STEP 6: Convert 40 private tokens from Bob into 40        ########
########             public tokens for Alice.                          ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PUBLIC BALANCES            |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |         100         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          10         |           ########
########           -----------------------------------------           ########
########                                                               ########
########           -----------------------------------------           ########
########           |            PRIVATE BALANCES           |           ########
########           -----------------------------------------           ########
########           -----------------------------------------           ########
########           |        Alice    |          20         |           ########
########           -----------------------------------------           ########
########           |        Bob      |          70         |           ########
########           -----------------------------------------           ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

[CHECK] CHECKING THE VOTE EXAMPLE

###############################################################################
########                                                               ########
########               STEP 0: Compile the vote program                ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########                 STEP 1: Propose a new ballot                  ########
########                                                               ########
########                  ---------------------------                  ########
########                  |         |  Yes  |   No  |                  ########
########                  ---------------------------                  ########
########                  |  Votes  |       |       |                  ########
########                  ---------------------------                  ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########               STEP 2: Issue a new ballot ticket               ########
########                                                               ########
########                  ---------------------------                  ########
########                  |         |  Yes  |   No  |                  ########
########                  ---------------------------                  ########
########                  |  Votes  |   0   |   0   |                  ########
########                  ---------------------------                  ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

###############################################################################
########                                                               ########
########            STEP 3: Vote 'Yes' on the ballot ticket            ########
########                                                               ########
########                  ---------------------------                  ########
########                  |         |  Yes  |   No  |                  ########
########                  ---------------------------                  ########
########                  |  Votes  |   1   |   0   |                  ########
########                  ---------------------------                  ########
########                                                               ########
###############################################################################

Error [EPAK0375029]: Failed to open manifest file: Development private key not found.
     |
     = Create a package by running `leo new`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants