Skip to content

Commit

Permalink
A0-4318: rate-limiter for all (#1857)
Browse files Browse the repository at this point in the history
# Description

Implementation of a shared-bandwidth rate-limiter for both
substrate-based and alephbft networks.
In a next PR I will introduce a new e2e-test that should help to verify
these changes.

## Type of change

- New feature (non-breaking change which adds functionality)

# Checklist:

<!-- delete when not applicable to your PR -->

- I have added tests
- I have made corresponding changes to the existing documentation
- I have created new documentation
  • Loading branch information
fixxxedpoint authored Nov 27, 2024
1 parent 21adaa3 commit 79d7908
Show file tree
Hide file tree
Showing 19 changed files with 1,965 additions and 628 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_check-runtime-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash
run: |
# same version as in aleph-client's Cargo.toml
cargo install subxt-cli --version 0.30.1
cargo install subxt-cli --version 0.30.1 --locked
- name: Get subxt-cli path
id: get-subxt-path
Expand Down
Loading

0 comments on commit 79d7908

Please sign in to comment.