Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
7a6e84c6
Commit
7a6e84c6
authored
Oct 15, 2022
by
Matthew Slipper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
e9f2c701
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
backend_rate_limit.toml
proxyd/integration_tests/testdata/backend_rate_limit.toml
+1
-1
out_of_service_interval.toml
...d/integration_tests/testdata/out_of_service_interval.toml
+4
-1
ws.toml
proxyd/integration_tests/testdata/ws.toml
+3
-0
No files found.
proxyd/integration_tests/testdata/backend_rate_limit.toml
View file @
7a6e84c6
...
...
@@ -18,4 +18,4 @@ backends = ["good"]
eth_chainId
=
"main"
[rate_limit]
enable_backend_limiter
=
true
\ No newline at end of file
enable_backend_rate_limiter
=
true
\ No newline at end of file
proxyd/integration_tests/testdata/out_of_service_interval.toml
View file @
7a6e84c6
...
...
@@ -19,4 +19,7 @@ ws_url = "$BAD_BACKEND_RPC_URL"
backends
=
[
"bad"
,
"good"
]
[rpc_method_mappings]
eth_chainId
=
"main"
\ No newline at end of file
eth_chainId
=
"main"
[rate_limit]
enable_backend_rate_limiter
=
true
\ No newline at end of file
proxyd/integration_tests/testdata/ws.toml
View file @
7a6e84c6
...
...
@@ -26,3 +26,6 @@ backends = ["good"]
[rpc_method_mappings]
eth_chainId
=
"main"
[rate_limit]
enable_backend_rate_limiter
=
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment