Skip to content

Commit

Permalink
fix: idempotency per client (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Nov 8, 2023
1 parent cb945d8 commit 2002cba
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 39 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
args: --features multitenant,analytics,geoblock,functional_tests
cache: { sharedKey: "tests" }
rustc: stable
- name: "Single-tenant functional tests"
cmd: test
args: --features functional_tests
cache: { sharedKey: "tests" }
rustc: stable
include:
- os: ubuntu-latest
sccache-path: /home/runner/.cache/sccache
Expand Down Expand Up @@ -138,7 +143,7 @@ jobs:
run: |
sccache --stop-server || true
sccache --start-server
- name: Install lld and llvm
run: sudo apt-get install -y lld llvm

Expand Down
150 changes: 150 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ipnet = "2.5"
cerberus = { git = "https://github.com/WalletConnect/cerberus.git", tag = "v0.5.0" }
async-recursion = "1.0.4"
tap = "1.0.1"
wiremock = "0.5.21"

[dev-dependencies]
serial_test = "1.0"
Expand Down
Loading

0 comments on commit 2002cba

Please sign in to comment.