Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Create functions to update states using API client #6241

Closed
shuse2 opened this issue Mar 11, 2021 · 0 comments · Fixed by #6326
Closed

Create functions to update states using API client #6241

shuse2 opened this issue Mar 11, 2021 · 0 comments · Fixed by #6326

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Mar 11, 2021

Description

  • User triggered actions

    • SendTransaction (moduleID, assetID, asset, passphrase)
    • CallAction (action, value)
    • SubscribeEvent: (event)
    • GetNodeInfo
    • CreateNewAccount
  • Application triggered actions

    • UpdateRecentBlock: (block hex)
    • UpdateRecentTranaction: (transaction hex)
    • UpdateUnconfirmedTransaction: (transaction hex string)

Acceptance Criteria

  • All hex encoded values are decoded and passed to api client
  • api client queries are properly sent to node and return value are decoded then passed tostate

Additional Information

Related Issues: #6216

@shuse2 shuse2 changed the title Create redux actions for dashboard Create redux store for dashboard Mar 16, 2021
@shuse2 shuse2 changed the title Create redux store for dashboard Create redux actions for dashboard Mar 16, 2021
@sridharmeganathan sridharmeganathan added this to the Sprint 42 milestone Apr 12, 2021
@shuse2 shuse2 changed the title Create redux actions for dashboard Create functions to update states Apr 12, 2021
@shuse2 shuse2 changed the title Create functions to update states Create functions to update states using API client Apr 12, 2021
@nazarhussain nazarhussain self-assigned this Apr 14, 2021
ManuGowda added a commit that referenced this issue Apr 19, 2021
Create state to store the API responses for dashboard - Closes #6241, #6242, #6243
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants