WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9054ea0

Browse files
authored
Merge branch 'main' into feature/validator-payout_type
2 parents 0a9a8a3 + 8ddc861 commit 9054ea0

File tree

805 files changed

+42329
-18472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

805 files changed

+42329
-18472
lines changed

.github/workflows/archive/connector-ui-sanity-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
RUSTUP_MAX_RETRIES: 10
3232
# Don't emit giant backtraces in the CI logs.
3333
RUST_BACKTRACE: short
34-
RUST_MIN_STACK: 10485760
34+
RUST_MIN_STACK: 11534336
3535

3636
jobs:
3737
test_connectors:

.github/workflows/cypress-tests-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
RUSTUP_MAX_RETRIES: 10
2020
RUN_TESTS: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}}
2121
DEBUG: cypress:cli
22-
RUST_MIN_STACK: 10485760
22+
RUST_MIN_STACK: 11534336
2323

2424
jobs:
2525
formatter:
@@ -192,7 +192,7 @@ jobs:
192192
CONNECTOR_AUTH_PASSPHRASE: ${{ secrets.CONNECTOR_AUTH_PASSPHRASE }}
193193
CONNECTOR_CREDS_S3_BUCKET_URI: ${{ secrets.CONNECTOR_CREDS_S3_BUCKET_URI}}
194194
DESTINATION_FILE_NAME: "creds.json.gpg"
195-
S3_SOURCE_FILE_NAME: "9f00461f-5a48-4f9c-aa8c-3510e4cb7d9c.json.gpg"
195+
S3_SOURCE_FILE_NAME: "f2861b17-2965-4687-acfe-0cb6cd19e693.json.gpg"
196196
shell: bash
197197
run: |
198198
mkdir -p ".github/secrets" ".github/test"

.github/workflows/postman-collection-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CONNECTORS: stripe
1717
RUST_BACKTRACE: short
1818
RUSTUP_MAX_RETRIES: 10
19-
RUST_MIN_STACK: 10485760
19+
RUST_MIN_STACK: 11534336
2020

2121
jobs:
2222
runner:

CHANGELOG.md

Lines changed: 525 additions & 0 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 41 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-reference/docs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@
308308
"v2/payments/payments--get",
309309
"v2/payments/payments--create-and-confirm-intent",
310310
"v2/payments/payments--list",
311-
"v2/payments/payments--gift-card-balance-check",
312-
"v2/payments/payments--apply-pm-data"
311+
"v2/payments/payments--check-balance-and-apply-pm-data"
313312
]
314313
},
315314
{

0 commit comments

Comments
 (0)