You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repair xrpl integration test: fix stale integration test validator call
Update the live integration test to call the package-level
validateTransactionResult function introduced in #4705. This preserves the
same validation behavior; only the obsolete Parser receiver is removed.
Drop the tagged synthetic failure and empty-result cases because equivalent
tests already run in parse_test.go without build tags. The XRPL package passes
both its normal tests and integration-tagged compile check.
0 commit comments