This repository was archived by the owner on Jan 12, 2022. It is now read-only.
feat: transaction sync state persistance - #226
Open
Alex-Werner wants to merge 27 commits into
Open
Conversation
added 8 commits
February 7, 2021 20:30
|
This pull request introduces 1 alert when merging 11449d0 into f8b7e2e - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 7309dc0 into f8b7e2e - view on LGTM.com new alerts:
|
Alex-Werner
force-pushed
the
feat/persistance-storage
branch
from
February 8, 2021 00:35
7309dc0 to
f72fd44
Compare
|
This pull request introduces 1 alert when merging f72fd44 into f8b7e2e - view on LGTM.com new alerts:
|
Alex-Werner
force-pushed
the
feat/persistance-storage
branch
from
February 8, 2021 02:25
f72fd44 to
acf8e6e
Compare
Member
|
Introduce |
Alex-Werner
marked this pull request as ready for review
February 16, 2021 00:14
|
This pull request introduces 1 alert when merging f907825 into 8b27966 - view on LGTM.com new alerts:
|
added 8 commits
February 17, 2021 20:40
Alex-Werner
force-pushed
the
feat/persistance-storage
branch
from
February 18, 2021 05:43
2bc3232 to
83e2dd1
Compare
added 2 commits
October 26, 2021 19:08
# Conflicts: # src/plugins/Plugins/ChainPlugin.js # src/plugins/Workers/TransactionSyncStreamWorker/TransactionSyncStreamWorker.js # src/plugins/Workers/TransactionSyncStreamWorker/methods/syncUpToTheGapLimit.js # src/types/Account/Account.spec.js # src/types/Account/_initializeAccount.js # src/types/Account/methods/getTransaction.js # src/types/Account/methods/getUTXOS.js # src/types/Account/methods/getUTXOS.spec.js # src/types/Storage/Storage.js # src/types/Storage/Storage.spec.js # src/types/Storage/methods/configure.js # src/types/Storage/methods/createChain.js # src/types/Storage/methods/createChain.spec.js # src/types/Storage/methods/createWallet.spec.js # src/types/Storage/methods/rehydrateState.js
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Issue being fixed or feature implemented
This PR ensure persistance storage of transaction synchronisation state.
One caveat with this solution is that is a user decide to bypass initial synchronisation with
skipSynchronizationBeforeHeight, it will be set as initial state and will then be reloaded on next startup from that height or above.What was done?
How Has This Been Tested?
Breaking Changes
N/A
Checklist:
For repository code-owners and collaborators only