This repository was archived by the owner on Feb 27, 2025. It is now read-only.
[Byzantine testing] - Rework byzantine traits to not require 'static
lifetimes
#3439
Labels
What is this task and why do we need to work on it?
Currently, some methods of
TwinsHandlerState
andEventTransformerState
require'static
lifetimes onself
. This makes it somewhat annoying to write tests.What work will need to be done to complete this task?
No response
Are there any other details to include?
No response
What are the acceptance criteria to close this issue?
No method of either trait requires
'static
.Branch work will be merged to (if not the default branch)
No response
The text was updated successfully, but these errors were encountered: