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
fix: pagination field 3, session retry, plan test resilience (v2.0.1)
CRITICAL: RpcClient pagination encoded limit at protobuf field 2 (offset)
instead of field 3 (limit). Fixed in all 4 pagination encoders.
Session extraction: added 3-attempt retry with 5s/10s delays for
chain propagation lag (was single attempt, immediate failure).
Test fixes:
- Q07_PlanNodes: Assert.NotNull instead of Count>0 (plan 44 has 0 nodes)
- Chain_PlanNodes_ReturnNodes: same fix
- FullPlanLifecycle: pre-check verifies plan-node linkage, skips if changed
Build: 0 errors. Tests: plan-dependent tests now resilient to chain state.
0 commit comments