fix: Non-letter payment method identifiers are accepted #1321
ci.yml
on: pull_request
Lint
51s
Test
1m 37s
Integration Test
1m 18s
deny
/
cargo deny check
1m 5s
CI Gate
4s
Annotations
11 warnings
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L427
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L404
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L404
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L382
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L363
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L356
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L352
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L351
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L341
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|
|
Lint:
crates/alloy-transport-mpp/src/http.rs#L325
no-unwrap-in-lib: Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
|