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
User Story
Incentivizing Node API operators based on the desired user bandwidth for premium services. The APIS are limited as a protection from DDOS. Configuring limits dynamically based on user preference from the node operator side to generate revenue for the Node API operators. As the functionality affects core and other client teams, discussion/ suggestions/ feedback on the below approaches would be needed.
Creating API for getting the configured values based on every node.(the client will be aware of the configured values based on the nodes its connected to)
Disadvantage:
The maximum possible threshold is to be determined based on the latency of the node to avoid DDOS.
The higher threshold limit can also be hard coded for the desired APIs by the Node API operators.
Approach 2)
Using the Elastic search plugin.
Map the existing APIs and functionality to the ES APIs.
For the get_account_history map the incentive functionality to depth of the query.
Disadvantage:
Not all the APIs are mapped. Better filters needs to be identified and set.
Account history plugin account cannot be used if the ES plugin is used.
For a whitelisted account with special configurations, reconfigure the API limits in memory with the given value.(Discussion on the limits is needed to avoid DDOS)
To add the accounts to the whitelist, Node API operators can take a fee from the clients. Node API operators can use the direct debit feature to debit the user accounts in a recurring manner.(Not sure if this should be handled by bitshares core or the Node API operators)
Extended features:
a need for a 'stats' page to be built displaying all the stats from the paid and unpaid node operators so it is clear what you are paying for. That is relevant to Dexbot users, UI, mobile and the wider community too. (Idea from George Harrap)
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)
Additional Context (optional)
Add any other context about your request here.
User Story
Incentivizing Node API operators based on the desired user bandwidth for premium services. The APIS are limited as a protection from DDOS. Configuring limits dynamically based on user preference from the node operator side to generate revenue for the Node API operators. As the functionality affects core and other client teams, discussion/ suggestions/ feedback on the below approaches would be needed.
Suggested three approaches:
Approach 1)
Disadvantage:
Approach 2)
Disadvantage:
https://github.com/bitshares/bitshares-core/wiki/ElasticSearch-Plugin
Approach 3) Combines the best of above two approaches and overcomes disadvantages. (Hybrid approach)
(Full history will fail if total OPs is beyond 10,000 bitshares-ui#2997 )
(Implement a 'get_historic_feed_price' call bitshares-explorer-api#53)
The below functionality would be common to all the 3 approaches based on the incentivizing feature. Preference is starting out with Approach 1 due to ease of implementation in Core.
Approach 2 and approach 3 needs discussion.
Common parts for all three above approaches:
([WIP] Feature/api login - requesting feedback #1880)
Extended features:
a need for a 'stats' page to be built displaying all the stats from the paid and unpaid node operators so it is clear what you are paying for. That is relevant to Dexbot users, UI, mobile and the wider community too. (Idea from George Harrap)
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