-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: masternode reward shares contract #160
Conversation
# Conflicts: # .pnp.cjs # packages/dashmate/configs/migrations.js # packages/dashmate/configs/schema/configJsonSchema.js # packages/dashmate/configs/system/base.js # yarn.lock
...es/js-dpp/lib/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.js
Outdated
Show resolved
Hide resolved
...es/js-dpp/lib/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.js
Show resolved
Hide resolved
...es/js-dpp/lib/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.js
Outdated
Show resolved
Hide resolved
...es/js-dpp/lib/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.js
Show resolved
Hide resolved
...es/js-dpp/lib/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.js
Outdated
Show resolved
Hide resolved
...es/js-dpp/lib/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.js
Show resolved
Hide resolved
packages/masternode-reward-shares-contract/schema/reward-share-documents.json
Outdated
Show resolved
Hide resolved
...est/unit/dataTrigger/rewardShareDataTriggers/createMasternodeRewardSharesDataTrigger.spec.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Legit 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! 👍
@@ -0,0 +1,33 @@ | |||
# Reward sharing Contract | |||
|
|||
[![Build Status](https://github.com/dashevo/dpns-contract/actions/workflows/test_and_release.yml/badge.svg)](https://github.com/dashevo/dpns-contract/actions/workflows/test_and_release.yml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed the badges, description, and install command all refer to the DPNS contract, not reward sharing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too late :( could you please create one more PR to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually it appears nothing is published on npm so they would just be broken links. Probably should update at release? This also reveals the larger issue that all build status and release badges in this repo need to be updated.
Issue being fixed or feature implemented
Share rewards with other identities
What was done?
How Has This Been Tested?
With unit and integration tests
Breaking Changes
No
Checklist:
For repository code-owners and collaborators only