-
Notifications
You must be signed in to change notification settings - Fork 37
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
Masternode RPC (createmasternode, listmasternodes, getmasternode) #372
Conversation
Code Climate has analyzed commit 03a93f8 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: 03a93f8 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60d33cfe2ddcf4000861bf0f 😎 Browse the preview: https://deploy-preview-372--jellyfish-defi.netlify.app |
size-limit report 📦
|
You need to update sidebar.js too |
packages/jellyfish-api-core/__tests__/category/masternode/createMasternode.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/masternode/createMasternode.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/masternode/createMasternode.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/masternode/getMasternode.test.ts
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/masternode/listMasternodes.test.ts
Outdated
Show resolved
Hide resolved
Okay. Updated now. |
packages/jellyfish-api-core/__tests__/category/masternode/listMasternodes.test.ts
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.
just some missing props and minor refactors
thumbs up for your code look cleaner and organized
packages/jellyfish-api-core/__tests__/category/masternode/listMasternodes.test.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: canonbrother <[email protected]>
Co-authored-by: canonbrother <[email protected]>
Co-authored-by: canonbrother <[email protected]>
@canonbrother All thanks to you guys for getting some sense into me. Keep it up till i can walk straight! |
Co-authored-by: Fuxing Loh <[email protected]>
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.
generics code improvements, rmb to change the docs
Co-authored-by: Fuxing Loh <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
packages/jellyfish-api-core/__tests__/category/masternode/getMasternode.test.ts
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.
1 minor mistake, I will edit it
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Masternode RPC implementation #48
Which issue(s) does this PR fixes?:
Fixes part of #48
Additional comments?: