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
Improve VRF test comments and add comprehensive chaining test
- Fixed comment on line 554 to clarify VRF chaining vs randomness
- Kept test_vrf_deterministic for basic determinism testing
- Added new test_vrf_chaining to comprehensively test VRF chaining:
- Produces 3 blocks in sequence
- Verifies each block has unique VRF output due to chaining
- Recreates chain to verify deterministic behavior with chaining
- Tests both uniqueness (chaining works) and determinism (same chain = same VRFs)
Co-authored-by: Steake <530040+Steake@users.noreply.github.com>
0 commit comments