Conversation
- yttrium-utils: 0.10.29 → 0.10.43 (sample/wallet) - yttrium-wcpay: 0.10.41 → 0.10.43 (product/pay) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Claude finished @jakubuid's task in 32s —— View job ✅ No issues found Simple dependency version bump aligning both yttrium packages to 0.10.43:
Both packages are now on the same version, consistent with the upstream kotlin-0.10.43 release. |
|
Claude finished @jakubuid's task in 1m 7s —— View job 🔄 Incremental Review:
Previous review had no issues. This push adds one line to Found 1 issue(s)Issue 1: PollingTimeout semantically misclassified as Http errorID: mappers-polling-timeout-semantic-f9c1 Context:
Recommendation: Add a // Pay.kt
sealed class ConfirmPaymentError : Exception() {
// existing types...
data class PollingTimeout(override val message: String) : ConfirmPaymentError()
}
// Mappers.kt
is YttriumConfirmPaymentError.PollingTimeout -> Pay.ConfirmPaymentError.PollingTimeout(error.v1) |
|



Summary
yttrium-utilsfrom 0.10.29 to 0.10.43 insample/walletyttrium-wcpayfrom 0.10.41 to 0.10.43 inproduct/payRelease: https://github.com/reown-com/yttrium/releases/tag/kotlin-0.10.43
Test plan
🤖 Generated with Claude Code