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
Builders (e.g., TransactionBuilder, DeployBuilder, GenesisConfigBuilder) are exposed in public crates (Casper Types), leading to potential stability issues.
To Do:
Ticket to refactor to ensure builders are marked for internal/test use only.
Move GenesisConfigBuilder to EE test crate.
The text was updated successfully, but these errors were encountered:
Builders (e.g.,
TransactionBuilder
,DeployBuilder
,GenesisConfigBuilder
) are exposed in public crates (Casper Types), leading to potential stability issues.To Do:
The text was updated successfully, but these errors were encountered: