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
Move all the VP/tx specific functions built on top of host env imports from the vm_env crate to the tx/vp_prelude, so that only thing left in vm_env are the extern "C" declarations and the single-layer rust native functions that encapsulate the unsafe parts and provide a Rust idiomatic API.
The text was updated successfully, but these errors were encountered:
* changed all fake data to go through actions
* cleaned up staking-related types
* Added links to the UI descriptions to the local readme of the state
* removed empty reducers
* added staking position listing to validator details
* added a comment about the redundancy of actions
Move all the VP/tx specific functions built on top of host env imports from the vm_env crate to the tx/vp_prelude, so that only thing left in vm_env are the
extern "C"
declarations and the single-layer rust native functions that encapsulate theunsafe
parts and provide a Rust idiomatic API.The text was updated successfully, but these errors were encountered: