Impacts of Client/Guest Split on Dances Zome #207
evomimic
started this conversation in
Design Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
The focus of Discussion #198 was on splitting the holon_zomes functionality into client-specific, guest-specific, and shared crates. Implementation of the changes in the enhancements the emerged from that and related discussions has a ripple effect on the dances zome.
Core Logic -- The following are required on both the client and guest sides:
Guest-Specifc -- the following are required ONLY on the guest-side
Client-Specific -- The following are required are required on the client-side:
NOTE:
SessionState
andStagingArea
are being retired by Issue #202 and are out-of-scope for this enhancementProposal
DanceRequest
andDanceResponse
to a newdances_core
crate within crates.Dancer
into a newdances_guest
crate within crates.Cargo.toml
so it just includesdances_core
anddances_guest
crates.functions in
holon_dance_adapterinto a new
holon_dance_builderscrate (
descriptor_dance_adapter` will be addressed later).These and other changes are being implemented via enhancement #206 .
Beta Was this translation helpful? Give feedback.
All reactions