-
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.
* WIP: Store rework * Add peer retrieval code (iteration) + organize accross files * Move functionRecord to the "blockless" package * Function iteration + record deletion * Rename file * Update store uses in dependent packages * File rename * Update baseline store mocks + update fstore tests * Update node tests * Store - SaveFunction signature simplified * Add tests for store (peer functions) * Add tests for function records * Minor tweak to key encoding * Revert to using encodeKey which doesnt return an error * Testing peer retrieval * Add test for retrieving functions * Add test for removing peers/functions * Use a function to create random peers * Moving function to create random peers to the helpers package * Add an integration test for fstore * Removed accidentally committed file * Update flags and usages * Clean deployment function path (relative to workspace) * Update tests * Add support for purging dialback peers + move store definitions to blockless package * Add option to purge installed functions * Update usages * Update pebble and remove obsolete comments * Update readme * Go mod tidy + format file * Update store type used * Remove "purge" flags - introduce non-destructive "--no-dialback-peers"
- Loading branch information
Showing
58 changed files
with
1,087 additions
and
1,043 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
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
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.