This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
feat: add plugins DashPay and DashPaySyncWorker #281
Open
Alex-Werner
wants to merge
59
commits into
v0.22-dev
Choose a base branch
from
feat/dip15
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.
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
insert just after IdentitySyncWorker
needed for babel transpile
* chore: update wallet dependency * test: update getBlockHeaderByHash mock * chore: update dependency to last commit * chore: update dependency with master merge * test: force verbose rebuild * fix: transaction in stateRepository * chore: set env file back to original * chore: update deps to latest wallet-lib v21
Co-authored-by: Konstantin Shuplenkov <konstantin.shuplenkov@dash.org>
Co-authored-by: Konstantin Shuplenkov <konstantin.shuplenkov@dash.org>
Co-authored-by: Ivan Shumkov <ivan@shumkov.ru>
* chore: update dependencies * fix: update error usage * chore: use different test branchs * chore: update package to node 16 * chore: fix npm ci integrity error * chore: try npm dedupe * fix(ci): protobufjs cache integrity checksum failed * ci: disable npm cache * ci: debug npm version * update protobuf tarball hash * chore: update package for npm 7 * ci: re-enable cache * ci: force npm 7 for release * ci: fix invalid syntax * chore: remove overrides * ci: try to override dashmate branch * ci: remove dashmate override * chore: override dapi & drive * ci: override test suite branch * ci: override test suite branch * chore: override dashmate * ci: remove overrides for dashmate and test suite Co-authored-by: strophy <badfunkstripe@gmail.com> Co-authored-by: Anton Suprunchuk <anton.suprunchuk@gmail.com>
Co-authored-by: Konstantin Shuplenkov <konstantin.shuplenkov@dash.org> Co-authored-by: Alex Werner <Alex-Werner@users.noreply.github.com> Co-authored-by: Djavid Gabibiyan <djavidoff@gmail.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
# Conflicts: # .github/workflows/.env # package-lock.json # package.json
# Conflicts: # package-lock.json
This pull request introduces 1 alert when merging 16599c4 into 9ad5432 - view on LGTM.com new alerts:
|
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 adds two plugins DashPay and DashPaySyncWorker to DashJS.
These are automatically started on a HDWallet initialized address in order to sync contacts.
What was done?
How Has This Been Tested?
Breaking Changes
N/A
Checklist:
For repository code-owners and collaborators only