
安正超andGitHub
bd571a575f
fix(io-core,signer): replace unwrap() with proper error handling (#3150)
* fix(io-core,signer): replace unwrap() with proper error handling
## io-core (issue #653 item 1)
- pool.rs: replace 8 .lock().unwrap() with poisoned recovery
- pool.rs: replace semaphore acquire unwrap with graceful fallback
- deadlock_detector.rs: replace 5 .lock().unwrap() with match/ok
## signer (issue #653 item 1)
- Add SignV2Error enum, try_pre_sign_v2, try_sign_v2
- Replace 14 unwrap() in v2 signing with ? propagation
- Add try_streaming_sign_v4, replace 5 expect("err") with descriptive errors
- get_host_addr returns Result instead of panicking
All backward-compat wrappers preserved. 95 io-core + 18 signer tests pass.
* fix: address signer and pool review comments
* test: update signer v2 string-to-sign test
* fix: address signer and pool review followups
* fix: tighten signer host and pool fallback
2026-05-31 23:40:20 +00:00
..
2026-05-31 21:55:46 +00:00
2026-05-31 21:55:46 +00:00
2026-05-25 11:05:58 +00:00
2026-05-31 21:52:53 +00:00
2026-05-29 08:02:50 +00:00
2026-05-31 23:19:21 +00:00
2026-05-31 04:47:36 +00:00
2026-05-29 08:02:42 +00:00
2026-05-31 23:40:20 +00:00
2026-05-28 03:56:12 +00:00
2026-05-25 04:27:25 +00:00
2026-05-31 22:19:36 +08:00
2026-05-28 15:14:30 +00:00
2026-05-31 21:55:46 +00:00
2026-05-28 08:32:13 +08:00
2026-05-24 14:23:47 +00:00
2026-05-24 14:23:47 +00:00
2026-05-31 21:55:46 +00:00
2026-05-31 23:40:20 +00:00
2026-05-31 04:47:21 +00:00
2026-05-27 07:23:58 +00:00
2026-05-29 11:20:47 +00:00
2026-05-31 22:19:36 +08:00