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

Solana deployment scripts and module configs #671

Closed
wants to merge 15 commits into from

Commits on Jul 22, 2023

  1. Drafting deployment script and instructions

    The plan is to use deploy.sh script to deploy programs on Solana and use
    a migration script to execute required instructions on the deployed
    programs.
    dimpar committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    8320f27 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Adding minter keys

    WormholeGateway will be the first minter of SolanaTBTC
    dimpar committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    99f6b37 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    3ab2244 View commit details
    Browse the repository at this point in the history
  2. Linting deploy.ts file

    dimpar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4e06f53 View commit details
    Browse the repository at this point in the history
  3. Adding CI workflow for Solana module

    - Build and test job
    - Formatting job
    dimpar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    788fb87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f986a95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fa1622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd9f50f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd261c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6a7913 View commit details
    Browse the repository at this point in the history
  9. Checking solana version

    dimpar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b39d8ec View commit details
    Browse the repository at this point in the history
  10. Validating solana installation

    dimpar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b0a3be6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    7041fbf View commit details
    Browse the repository at this point in the history
  2. Setting a keyfile manually for testing purposes

    There is a problem with a solana-keygen new command that I don't know
    how to solve. Instead I'm adding a keyfile manually just for the testing
    purposes.
    dimpar committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1f777dd View commit details
    Browse the repository at this point in the history
  3. Exporting solana PATH

    dimpar committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7252182 View commit details
    Browse the repository at this point in the history