wavesplatform / wavesplatform/gowaves
[FEATURE] Add synchronization from NODE REST API on local-node, and fix error at block 1610029 - 1610030
@alexeykiselev is already working on this.
Since Apr 10, 2020.
- Dominant language
- Go
- Stars
- 251
- Forks
- 73
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 28
Description
Аbstract
Is your feature request related to a problem? Please describe.
Yes. wmd v0.3.0 cann't synchronize database from NODE REST API on local node,
and need to raise gRPC server there. What if I use old version of the node???
Also, synchronization is stopped at blocks 1610029 - 1610030.
See the details in this issue: https://github.com/wavesplatform/gowaves/issues/285
So, need to fix it, in the next versions of wmd.exe
Motivation and Purposes
A clear and concise description of what the problem is. Ex. I'm always frustrated when [I cann't downloading candles and trading history for all trading pairs].
** Specification**
A clear and concise description of what you want to happen.
Describe alternatives you've considered
I want to load candles and orders history for all trading pairs, to display this data in waves-lite client.
I want to do this from my local node, not from remote node, which can go offline at any time.
I want to do this up to end block, without see any errors at blocks 1610029 - 1610030.
Backwards Compatibility
Can your proposition affect any existing features?
No. Just fix this WMD.exe.
Examples and Implementation
Examples of implementation in other projects?
https://marketdata.wavesplatform.com this is working fine, but this is remote server.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.