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!: NNS-managed RPC providers #252

Merged
merged 115 commits into from
Sep 5, 2024
Merged

feat!: NNS-managed RPC providers #252

merged 115 commits into from
Sep 5, 2024

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    7b7961b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5e14b View commit details
    Browse the repository at this point in the history
  3. Progress

    rvanasa committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3c9b372 View commit details
    Browse the repository at this point in the history
  4. Refactor / simplify

    rvanasa committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    152712e View commit details
    Browse the repository at this point in the history
  5. Progress

    rvanasa committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cec84b2 View commit details
    Browse the repository at this point in the history
  6. Progress

    rvanasa committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    13f2ae4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60875aa View commit details
    Browse the repository at this point in the history
  8. Update 'main.rs'

    rvanasa committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    760ee78 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update tests

    rvanasa committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bbd1c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035113d View commit details
    Browse the repository at this point in the history
  3. Test new validation logic

    rvanasa committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e96300e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6da4160 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    91e6da3 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    rvanasa committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7cc7fdd View commit details
    Browse the repository at this point in the history
  3. Add 'ProviderId' struct

    rvanasa committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4b0dda9 View commit details
    Browse the repository at this point in the history
  4. Update tests

    rvanasa committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    69df269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff8ceeb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    d58ca13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ed787 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fbb880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e40d87 View commit details
    Browse the repository at this point in the history
  5. Add code comment

    rvanasa committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fbebbaf View commit details
    Browse the repository at this point in the history
  6. Remove 'Auth::FreeRpc'

    rvanasa committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a789716 View commit details
    Browse the repository at this point in the history
  7. Misc

    rvanasa committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f32d2d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    112fdf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    13e5200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21550a0 View commit details
    Browse the repository at this point in the history
  3. Remove open RPC access system

    rvanasa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0b8a6c9 View commit details
    Browse the repository at this point in the history
  4. Refactor / simplify

    rvanasa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    60c6988 View commit details
    Browse the repository at this point in the history
  5. Adjust test output

    rvanasa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    744ded4 View commit details
    Browse the repository at this point in the history
  6. Misc. adjustments

    rvanasa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f1729eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22685a6 View commit details
    Browse the repository at this point in the history
  8. Fix linter warnings

    rvanasa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2e1cc61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e116d0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc8c420 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update dfx.json

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bb35879 View commit details
    Browse the repository at this point in the history
  2. Update provider URL patterns

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    218288f View commit details
    Browse the repository at this point in the history
  3. Remove 'PrincipalStorable'

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    17d8c2c View commit details
    Browse the repository at this point in the history
  4. Adjust code comments

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b599b57 View commit details
    Browse the repository at this point in the history
  5. Refactor API key validation

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    478876b View commit details
    Browse the repository at this point in the history
  6. Use constant Provider array

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5087dfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b5a276 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1489e16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b022bd View commit details
    Browse the repository at this point in the history
  10. Update Cargo.lock

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e435894 View commit details
    Browse the repository at this point in the history
  11. Fix linter warnings

    rvanasa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3748953 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    77e220c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f1d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2cc302 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    007c133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf05035 View commit details
    Browse the repository at this point in the history
  3. Update Candid interface

    rvanasa committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1d45e60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edad463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6c584 View commit details
    Browse the repository at this point in the history
  6. Progress

    rvanasa committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    947c555 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93df00a View commit details
    Browse the repository at this point in the history
  8. Progress

    rvanasa committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6b7f5b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    428c720 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c6d9c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab76e07 View commit details
    Browse the repository at this point in the history
  12. Remove unused import

    rvanasa committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    06bb591 View commit details
    Browse the repository at this point in the history
  13. Fix linter warnings

    rvanasa committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0e2b127 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ad70da View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    45e344e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0fbcc95 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a00876d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    2281d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffd51b7 View commit details
    Browse the repository at this point in the history
  3. Refactor header validation

    rvanasa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d599354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d64bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8896374 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c60fb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    70af7ea View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    rvanasa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    16391d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471ad21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cf7f2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fee07d View commit details
    Browse the repository at this point in the history
  6. Update Candid interface

    rvanasa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    91d988b View commit details
    Browse the repository at this point in the history
  7. Finish refactor

    rvanasa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    897d68a View commit details
    Browse the repository at this point in the history
  8. Fix Candid interface

    rvanasa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    50b1dbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdfa9d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    55f8ce6 View commit details
    Browse the repository at this point in the history
  2. Test API key insertion

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c5a8bec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05dd1dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5459f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc7b34e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b35506a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7611685 View commit details
    Browse the repository at this point in the history
  8. Finish updating tests

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a440833 View commit details
    Browse the repository at this point in the history
  9. Fix linter warnings

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9bc17ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94a6680 View commit details
    Browse the repository at this point in the history
  11. Update Cargo.lock

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    60342bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8efdd7a View commit details
    Browse the repository at this point in the history
  13. Add public URLs for Alchemy

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ee23255 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f9ad8a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ce1c77 View commit details
    Browse the repository at this point in the history
  16. Update dfx.json

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1f6ba0a View commit details
    Browse the repository at this point in the history
  17. Simplify Rust canister

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    56ea848 View commit details
    Browse the repository at this point in the history
  18. Adjust E2E script

    rvanasa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    46f4730 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Reformat

    rvanasa committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2f060b7 View commit details
    Browse the repository at this point in the history
  2. Remove extraneous test

    rvanasa committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    051785e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    7aec116 View commit details
    Browse the repository at this point in the history
  2. Log API key updates

    rvanasa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    08d0002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83fa123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2135b6a View commit details
    Browse the repository at this point in the history
  5. Refactor memory IDs

    rvanasa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fc3c5ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff38c02 View commit details
    Browse the repository at this point in the history
  7. Update src/main.rs

    Co-authored-by: gregorydemay <[email protected]>
    rvanasa and gregorydemay authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aeabd74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a425c0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3c54ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eaed081 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    5dfc31e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fedebf1 View commit details
    Browse the repository at this point in the history
  3. Remove 'wasm-bindgen' patch

    rvanasa committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    14440e4 View commit details
    Browse the repository at this point in the history
  4. Reformat

    rvanasa committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b90e516 View commit details
    Browse the repository at this point in the history