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(boundary): setup of rate-limit canister #1961

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. chore: add interface definition

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5661714 View commit details
    Browse the repository at this point in the history
  2. Update rs/boundary_node/rate_limit_canister/interface.did

    Co-authored-by: r-birkner <103420898+r-birkner@users.noreply.github.com>
    2 people authored and IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c559806 View commit details
    Browse the repository at this point in the history
  3. chore: remove disclosed_in_version field

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b2ecac3 View commit details
    Browse the repository at this point in the history
  4. fix: missing semicolon

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    07cb2e4 View commit details
    Browse the repository at this point in the history
  5. chore: add IncidentId

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3a00f35 View commit details
    Browse the repository at this point in the history
  6. chore: add schema_version

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b591d14 View commit details
    Browse the repository at this point in the history
  7. fix: typo

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bc4d5b7 View commit details
    Browse the repository at this point in the history
  8. feat: setup rate-limit canister

    IDX GitLab Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    db4c0a6 View commit details
    Browse the repository at this point in the history
  9. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4a16572 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. chore: init all stable variable

    IDX GitLab Automation committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9c7347a View commit details
    Browse the repository at this point in the history
  2. chore: use candid_method

    IDX GitLab Automation committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    670a23c View commit details
    Browse the repository at this point in the history
  3. fix: use query

    IDX GitLab Automation committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ef3649b View commit details
    Browse the repository at this point in the history
  4. fix: rename

    IDX GitLab Automation committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    37e33f4 View commit details
    Browse the repository at this point in the history