-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: removed Arc and RwLock for triple/presignature storage #915
Merged
volovyks
merged 3 commits into
serhii/presignature-storage
from
phuong/simplify-storage
Oct 30, 2024
Merged
chore: removed Arc and RwLock for triple/presignature storage #915
volovyks
merged 3 commits into
serhii/presignature-storage
from
phuong/simplify-storage
Oct 30, 2024
Conversation
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
volovyks
approved these changes
Oct 30, 2024
ppca
pushed a commit
that referenced
this pull request
Oct 30, 2024
* basic redis setup in the same container * formatting * basic presignature-storage using redis * presignature storage wrapped in arc and ewlock * presignature storage redis functions implemented * redis presignature storage used in presignature manager * serialization for presignature * warnings fixed * presignature bad parameters error check * min refactoring * added redis config file path to dockerfile, added tf to mount /data volume * it fix * rust 2024 requirements * start redis in it * pull redis in it * lock file update * redis unit test * comments 1 * comments 2 * triple manager functions renamed to match presiganture manager * serialization simlified * comments 3 * added start command to mpc-node and added redis URL format * use account id as a part of redis storage key * added full redis config, modified dockerfile to use it * unnecessary port expose removed * remove local redis config * redis config update * redis file ownership change * fix persistent data issue * fix redis unit test * extend redis lifecycle * clippy * datastore triple storage removed * refactor triple storage * use redis to store triples * fix rust typing issue * 2 triple pre-check added * add link to redis in setup-env * use redis connection pool * fmt * change info to debug in storage layer * rename count to lem * develop * Fix locks being acquired incorrectly (#914) * chore: removed Arc and RwLock for triple/presignature storage (#915) * Removed Arc and RwLock for triple/presignature storage * fix conflicts * changing dev workflow file to target Sig.Network AR --------- Co-authored-by: kmaus-near <[email protected]> Co-authored-by: Phuong Nguyen <[email protected]>
volovyks
added a commit
that referenced
this pull request
Nov 26, 2024
* basic redis setup in the same container * formatting * basic presignature-storage using redis * presignature storage wrapped in arc and ewlock * presignature storage redis functions implemented * redis presignature storage used in presignature manager * serialization for presignature * warnings fixed * presignature bad parameters error check * min refactoring * added redis config file path to dockerfile, added tf to mount /data volume * it fix * rust 2024 requirements * start redis in it * pull redis in it * lock file update * redis unit test * comments 1 * comments 2 * triple manager functions renamed to match presiganture manager * serialization simlified * comments 3 * added start command to mpc-node and added redis URL format * use account id as a part of redis storage key * added full redis config, modified dockerfile to use it * unnecessary port expose removed * remove local redis config * redis config update * redis file ownership change * fix persistent data issue * fix redis unit test * extend redis lifecycle * clippy * datastore triple storage removed * refactor triple storage * use redis to store triples * fix rust typing issue * 2 triple pre-check added * add link to redis in setup-env * use redis connection pool * fmt * change info to debug in storage layer * rename count to lem * develop * Fix locks being acquired incorrectly (#914) * chore: removed Arc and RwLock for triple/presignature storage (#915) * Removed Arc and RwLock for triple/presignature storage * fix conflicts * in progress * remove test output * redis app storage removed * remove starting block parameter * remove redundant datastore setup * add in memory variable for latest processed block * remove datastore users and roles from tf * datastore docker estup removed * fix tf mistake * fetch latest block using RPC * clippy * change log order * revert mpc recovery tf changes * revert mpc recovery tf changes * renamings * ignore RUSTSEC-2024-0399 * merge mistake fix --------- Co-authored-by: kmaus-near <[email protected]> Co-authored-by: Phuong Nguyen <[email protected]> Co-authored-by: Serhii Volovyk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.