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
The code related to POS is currently located mainly in the crates/cfxcore/core/src/pos directory, which includes code for interacting with POW as well as many standalone crates. It is suggested to move the standalone crates to a separate directory, such as crates/pos, to avoid deep nesting in the code structure and achieve a flatter crate organization.
This will also prepare for the future split of POS into an independent consensus client.
The text was updated successfully, but these errors were encountered:
The code related to POS is currently located mainly in the crates/cfxcore/core/src/pos directory, which includes code for interacting with POW as well as many standalone crates. It is suggested to move the standalone crates to a separate directory, such as crates/pos, to avoid deep nesting in the code structure and achieve a flatter crate organization.
This will also prepare for the future split of POS into an independent consensus client.
The text was updated successfully, but these errors were encountered: