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
Is your feature request related to a problem? Please describe.
Users need to be able to see all open voting questions, which requires history. #18 reads the history from RPC but in practice it's pruned because the RPC node specified in network-config isn't an archive node.
Describe the solution you'd like
Stand up an archive node
Specify in network-config (e.g. archiveAddrs akin to rpcAddrs
This app reads the new key for its nodes
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Users need to be able to see all open voting questions, which requires history. #18 reads the history from RPC but in practice it's pruned because the RPC node specified in network-config isn't an archive node.
Describe the solution you'd like
archiveAddrs
akin torpcAddrs
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
#23 (comment)
The text was updated successfully, but these errors were encountered: