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

Create new CLI package #2573

Merged
merged 96 commits into from
Oct 14, 2023
Merged

Create new CLI package #2573

merged 96 commits into from
Oct 14, 2023

Commits on Jul 26, 2023

  1. Create new CLI package

    Upgrade prettier, typescript, and lint packages
    Update TSConfig output target to ES2020
    Copy code from hyp-deploy/src to cli/src
    jmrossy committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    559ae95 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Progress on deploy commands

    jmrossy committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a2aa1b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Finish implementation of core deploy command

    Add example more example configs
    Add support for Yaml read/write
    jmrossy committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4aa2fb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Implement cli warp deploy command

    Fix bugs with core deploy command
    jmrossy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e382ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec381c View commit details
    Browse the repository at this point in the history
  3. Update readme

    jmrossy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e81eaf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cc2473 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    951f189 View commit details
    Browse the repository at this point in the history
  6. Run prettier

    jmrossy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4a4fa07 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    369c71a View commit details
    Browse the repository at this point in the history
  2. Improve send message logging

    jmrossy committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    032986d View commit details
    Browse the repository at this point in the history
  3. Remove extra console.log line

    jmrossy committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b7bd7b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    f0e7643 View commit details
    Browse the repository at this point in the history
  2. Improve send commands

    jmrossy committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    46a316a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Minor fix to warp deploy

    jmrossy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1aafda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca03d1 View commit details
    Browse the repository at this point in the history
  3. Update CLI CI test

    jmrossy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9ff88de View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    91e4262 View commit details
    Browse the repository at this point in the history
  2. Bump versions to 1.4.3-beta0

    jmrossy committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aff0499 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    f686eb2 View commit details
    Browse the repository at this point in the history
  2. Fix build errors from merge

    jmrossy committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ce5fbfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e914051 View commit details
    Browse the repository at this point in the history
  4. Run prettier

    jmrossy committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    0bd1d09 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    bfec96b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    18f3d9f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    b5b8fab View commit details
    Browse the repository at this point in the history
  2. Bump versions to 1.4.3-beta2

    jmrossy committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1029299 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    fad0df8 View commit details
    Browse the repository at this point in the history
  2. Add create and validate commands for warp configs

    Update send transfer command to use EvmTokenAdapter
    jmrossy committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8c2a620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ecd6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6959b7f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    24162fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13103da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7033a73 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    f8f2105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4795ca5 View commit details
    Browse the repository at this point in the history
  3. Upgrade packages to 1.5.3

    jmrossy committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    384652b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    1908ae1 View commit details
    Browse the repository at this point in the history
  2. Add option to skip prompts for core deploy

    Update CLI CI test
    Rename local to origin throughout CLI
    jmrossy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7ed8bc2 View commit details
    Browse the repository at this point in the history
  3. Move CLI CI into node.yml

    jmrossy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7b86a4a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Fix yarn command in ci-test

    jmrossy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    eed11f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b592245 View commit details
    Browse the repository at this point in the history
  3. Derp, fix artifact file path

    jmrossy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8e44f62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9cffa3 View commit details
    Browse the repository at this point in the history
  5. Fix missing yes param

    jmrossy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    42de37c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. More fixes for ci-test

    jmrossy committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ccad526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7471530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    528b554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6692342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3033188 View commit details
    Browse the repository at this point in the history
  6. Derp, path again

    jmrossy committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1769053 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Hack workaround for bigint console warn

    Accept keys with or without 0x
    jmrossy committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    1d9a994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4fdea View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Bump versions ot 1.5.4-beta0

    jmrossy committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7fe4301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8761d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f13bf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add CI coverage for send commands

    Add support for non-collateral transfers
    First attempt at fixing docker commands for validator and relayer
    jmrossy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4c9c04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed4d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b044870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287727c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d95734 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31842f4 View commit details
    Browse the repository at this point in the history
  7. Attempt to configure libssl

    jmrossy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5622d6d View commit details
    Browse the repository at this point in the history
  8. Attempt2

    jmrossy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4d98648 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b038479 View commit details
    Browse the repository at this point in the history
  10. Update dockerfile again

    jmrossy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d6dabde View commit details
    Browse the repository at this point in the history
  11. Revert dockerfile changes

    jmrossy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    392e474 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d467318 View commit details
    Browse the repository at this point in the history
  13. Fix agent config file path

    jmrossy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    531c98f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    e15ccdf View commit details
    Browse the repository at this point in the history
  2. Add more logging

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cfc8a56 View commit details
    Browse the repository at this point in the history
  3. Try removing announce loop

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    688f61c View commit details
    Browse the repository at this point in the history
  4. Add more logging

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c57f986 View commit details
    Browse the repository at this point in the history
  5. Disable find cmd again

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    54180b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cb395b View commit details
    Browse the repository at this point in the history
  7. Skip announce tx entirely

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    862f418 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17c98a4 View commit details
    Browse the repository at this point in the history
  9. Fix missing quotation mark

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ebad637 View commit details
    Browse the repository at this point in the history
  10. Attempt to silence noisy logs

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1d8add9 View commit details
    Browse the repository at this point in the history
  11. Keep trying

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    86a0743 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    885ffda View commit details
    Browse the repository at this point in the history
  13. Extract message IDs

    jmrossy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8593440 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Let validator be noisy?

    jmrossy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e6b4262 View commit details
    Browse the repository at this point in the history
  2. Add message status command

    jmrossy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    44fb1d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b16d8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1780b6a View commit details
    Browse the repository at this point in the history
  5. Fix message id check

    jmrossy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b88f7fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ddb80e View commit details
    Browse the repository at this point in the history
  7. Print message id to confirm

    jmrossy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d5b4a54 View commit details
    Browse the repository at this point in the history
  8. Deploy ISMs before core

    jmrossy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4e18c27 View commit details
    Browse the repository at this point in the history
  9. Remove console log line

    jmrossy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b39eaa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Run relayer properly

    nambrot committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b45c9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18586b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    5120610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6d6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80086bf View commit details
    Browse the repository at this point in the history