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

feat: update oval node to support oval factory deployments #83

Merged
merged 36 commits into from
Jul 31, 2024

Commits on Jul 15, 2024

  1. feat: oval multi unlocker

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    977b422 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. feat: add contract types

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    588cd5d View commit details
    Browse the repository at this point in the history
  2. feat: change structure and signatures

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7efa89d View commit details
    Browse the repository at this point in the history
  3. feat: comments and env var

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ddfd91e View commit details
    Browse the repository at this point in the history
  4. feat: ci tests

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    87bac83 View commit details
    Browse the repository at this point in the history
  5. feat: fix tests

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b3731f7 View commit details
    Browse the repository at this point in the history
  6. feat: fix tests bis

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cb52562 View commit details
    Browse the repository at this point in the history
  7. fix: tests ci

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9a5c3e2 View commit details
    Browse the repository at this point in the history
  8. fix: tests ci pkeys

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c092f09 View commit details
    Browse the repository at this point in the history
  9. feat: simplify

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    de05da5 View commit details
    Browse the repository at this point in the history
  10. feat: remove dep

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ba6590b View commit details
    Browse the repository at this point in the history
  11. feat: init configs

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c33b1de View commit details
    Browse the repository at this point in the history
  12. feat: remove extra type

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d66cad8 View commit details
    Browse the repository at this point in the history
  13. feat: clean tests

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0aa2f98 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. feat: oval discovery

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4131b76 View commit details
    Browse the repository at this point in the history
  2. feat: oval discovery improvements

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9dfd12e View commit details
    Browse the repository at this point in the history
  3. feat: simplify call

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9783f18 View commit details
    Browse the repository at this point in the history
  4. feat: improve oval discovery initialization

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7d2017b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: data structure wallet manager

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    28ba4fc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. feat: improve wallet manager selection criteria

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8773050 View commit details
    Browse the repository at this point in the history
  2. feat: add log to notify if key used multiple times

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6654052 View commit details
    Browse the repository at this point in the history
  3. feat: tests use public getWallet

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    31d21c5 View commit details
    Browse the repository at this point in the history
  4. feat: encode unlock for Permission Proxy

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    69b24fb View commit details
    Browse the repository at this point in the history
  5. feat: check that sender is correct

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    79fd454 View commit details
    Browse the repository at this point in the history
  6. feat: update permission call

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8ab9061 View commit details
    Browse the repository at this point in the history
  7. feat: refine comments

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f2fb908 View commit details
    Browse the repository at this point in the history
  8. fix: stub permission proxy call

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6bb034a View commit details
    Browse the repository at this point in the history
  9. feat: readme

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    34679cb View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. feat: rename function and comments

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d814d73 View commit details
    Browse the repository at this point in the history
  2. feat: add try catch

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5c77377 View commit details
    Browse the repository at this point in the history
  3. feat: simplify factory update logic

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fee339d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54d3ed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. feat: remove contract types

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9ef3966 View commit details
    Browse the repository at this point in the history
  2. feat: ignore contract types

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5a1c469 View commit details
    Browse the repository at this point in the history
  3. feat: oval abi

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fe07a88 View commit details
    Browse the repository at this point in the history
  4. feat: oval discovery warm up log

    Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
    md0x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    35bf78e View commit details
    Browse the repository at this point in the history