HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[Byzantine testing] - Rework byzantine traits to not require `'static` lifetimes

Open ss-es opened this issue 7 months ago • 0 comments

What is this task and why do we need to work on it?

Currently, some methods of TwinsHandlerState and EventTransformerState require 'static lifetimes on self. 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

ss-es avatar Jul 12 '24 20:07 ss-es