You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mentioned by Mike (codinheim) in the BitShares Development Telegram group (link):
Is there a way to add an account's history to the node, equivalent to using --track-account, via a REST API call? Or would I need to restart the node?
My goal is to configure my BTS node to only download account histories for accounts that I care about. And its purpose will be to support the mobile wallet I'm releasing I need to add new users to the BTS node's account history on the fly.
I think if we are about to add an API to add tracking account, we can add an API to add tracking registrars too.
And probably also need an API to stop tracking an account or a registrar.
And probably to update other parameters.
Another potential feature requirement is that node operators may want to keep references to added accounts, rather than stop tracking them across node restarts, i.e. configuration persistence.
and what if the node is restarted with --replay-blockchain or --resync-blockchain?
And probably similar features for other plugins.
Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
API (the application programming interface)
Build (the build process or something prior to compiled code)
CLI (the command line wallet)
Deployment (the deployment process after building such as Docker, Travis, etc.)
DEX (the Decentralized EXchange, market engine, etc.)
P2P (the peer-to-peer network for transaction/block propagation)
Performance (system or user efficiency, etc.)
Protocol (the blockchain logic, consensus, validation, etc.)
Security (the security of system or user data, etc.)
UX (the User Experience)
Other (please add below)
Account history plugin
Additional Context (optional)
Add any other context about your request here.
CORE TEAM TASK LIST
Evaluate / Prioritize Feature Request
Refine User Stories / Requirements
Define Test Cases
Design / Develop Solution
Perform QA/Testing
Update Documentation
The text was updated successfully, but these errors were encountered:
User Story
Mentioned by Mike (codinheim) in the BitShares Development Telegram group (link):
I think if we are about to add an API to add tracking account, we can add an API to add tracking registrars too.
And probably also need an API to stop tracking an account or a registrar.
And probably to update other parameters.
Another potential feature requirement is that node operators may want to keep references to added accounts, rather than stop tracking them across node restarts, i.e. configuration persistence.
--replay-blockchain
or--resync-blockchain
?And probably similar features for other plugins.
Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
Additional Context (optional)
Add any other context about your request here.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: