-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build guide: zome functions and lifecycle callbacks (#512)
* lifecycle callbacks and zome functions pages * add new pages to navs * link up all references to two new pages * remove redundant descriptions of lifecycles, add examples for relaxed ordering * add under-the-hood for CreateLink and DeleteLink * add snapshotted to dict * fix broken JSON * fix broken links * fix hdk_entry_defs, whoops * add example for post_commit * simplify/elaborate post_commit example * improve language around callbacks and lifecycle hooks, plus a couple tiny edits * little bit more of the same * test/fix all code samples in callbacks page * small edits to callbacks page * link from identifiers to post_commit page (plus a typo fix) * reference/further reading for zomes and callbacks pages * make post_commit infallible * don't mention entry_defs callback * Apply suggestions from code review Co-authored-by: ThetaSinner <ThetaSinner@users.noreply.github.com> * warn about spam/abuse vectors for unrestricted grants and recv_remote_signal * missing semicolon it's always a missing semicolon Co-authored-by: ThetaSinner <ThetaSinner@users.noreply.github.com> * simplify users anchor pattern * simplify language about users anchor pattern * fix some mistakes re: callback * fix typo * remove reject-all validation example and bad advice * fix broken fragment identifier * change wording re: remote signal routing * correct mistakes about the definition of genesis records * make genesis_self_check less scary * tiny text tweaks --------- Co-authored-by: ThetaSinner <ThetaSinner@users.noreply.github.com>
- Loading branch information
1 parent
0ed865a
commit 3d0f54e
Showing
13 changed files
with
599 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ runtimes | |
sandboxed | ||
sandboxing | ||
scaffolder | ||
snapshotted | ||
spacebar | ||
todo | ||
todos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
manifest_version: '1' | ||
name: blup | ||
ui: | ||
bundled: ./path/to/my/ui.zip | ||
happ_manifest: | ||
bundled: ./path/to/my/happ-bundle.happ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.