-
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
Support CustomTxType::UpdateMasternode
on Jellyfish
#1842
Comments
@fuxingloh: Thanks for opening an issue, it is currently awaiting triage. The triage/accepted label can be added by foundation members by writing /triage accepted in a comment. DetailsI am a bot created to help the JellyfishSDK developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
@fuxingloh: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. If you are unsure what to do you can ignore this! You can add area labels by leaving a DetailsI am a bot created to help the JellyfishSDK developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
/priority important-soon |
/assign @marktanrj |
You might want to tackle with multiple PRs, instead of implementing them all at once. |
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: - Add RPC updatemasternode #### Which issue(s) does this PR fixes?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes part of #1842 Signed-off-by: Mark Tan <[email protected]> Co-authored-by: Shoham Chakraborty <[email protected]> Co-authored-by: Dilshan Madushanka <[email protected]> Co-authored-by: Kven Ho <[email protected]>
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: - updatemasternode DfTx parsing #### Which issue(s) does this PR fixes?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes part of #1842 Co-authored-by: Kven Ho <[email protected]>
#### What this PR does / why we need it: Add `UpdateMasternodeIndexer extends DfTxIndexer<UpdateMasternode>` to update the masternode index when the DfTx UpdaterMasternode transaction is created. #### Which issue(s) does this PR fixes?: Fixes part of #1842 Signed-off-by: Isaac Yong <[email protected]> Signed-off-by: Kven Ho <[email protected]> Signed-off-by: Fuxing Loh <[email protected]> Co-authored-by: Mark Tan <[email protected]> Co-authored-by: Mark Tan <[email protected]> Co-authored-by: Shoham Chakraborty <[email protected]> Co-authored-by: Dilshan Madushanka <[email protected]> Co-authored-by: Isaac Yong <[email protected]> Co-authored-by: Fuxing Loh <[email protected]>
… builder (#1894) <!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: - updatemasternode transaction builder #### Which issue(s) does this PR fixes?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes part of #1842 #### Additional comments?: - #1863 needed for typings - <del> #1892 needed for createDeFiTx </del> Co-authored-by: Isaac Yong <[email protected]>
What would you like to be added:
Add
CustomTxType::UpdateMasternode
DfTx support. This includes:whale-api
Masternode Index changes @imkven feat(apps/whale-api): add updatemasternode indexer #1869The text was updated successfully, but these errors were encountered: