This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
feat: transaction sync state persistance #226
Open
Alex-Werner
wants to merge
27
commits into
v0.22-dev
Choose a base branch
from
feat/persistance-storage
base: v0.22-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
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
Introduce |
This pull request introduces 1 alert when merging f907825 into 8b27966 - view on LGTM.com new alerts:
|
Alex-Werner
force-pushed
the
feat/persistance-storage
branch
from
February 18, 2021 05:43
2bc3232
to
83e2dd1
Compare
# 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
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