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
(future) pub/sub to replace most use cases for remote signals
not supported between zomes or between cells :(
Possible topics to cover:
Membrane proof
* Genesis self-check -- not a 'true' validation function, just a way to guard yourself against copy/paste mistakes and other things that can permanently hose your chance of joining a network
* (future) Handled specially -- restricts/grants access to a network; validated at handshake time (turns out this is not currently implemented, and there are questions about how to implement it in a way that doesn't carry a performance hit with each new peer connection -- and there may be lots of them in a big heavily sharded DHT)
* AgentValidationPkg is the only action for which an honest person can get warranted, because they try to join the network and publish it before they're able to fetch deps
The text was updated successfully, but these errors were encountered:
mattyg
changed the title
Practical guide for using membrane proofs
Practical guide for using Membrane Proof
Oct 14, 2024
Must include:
recv_remote_signal
Possible topics to cover:
* Genesis self-check -- not a 'true' validation function, just a way to guard yourself against copy/paste mistakes and other things that can permanently hose your chance of joining a network
* (future) Handled specially -- restricts/grants access to a network; validated at handshake time (turns out this is not currently implemented, and there are questions about how to implement it in a way that doesn't carry a performance hit with each new peer connection -- and there may be lots of them in a big heavily sharded DHT)
*
AgentValidationPkg
is the only action for which an honest person can get warranted, because they try to join the network and publish it before they're able to fetch depsThe text was updated successfully, but these errors were encountered: