-
Notifications
You must be signed in to change notification settings - Fork 224
Neo-cli node synced from bootstrap package not accessing storage (TestNet) #342
Comments
This node in the printscreen was synced using the bootstrap package: It looks like it is working normally, @georgearchon. {"jsonrpc":"2.0","id":15,"result":"626f6f"} This should be another problem. |
Being that you know the code base, where do you think a problem could have arisen? |
@georgearchon, hard question...ahueahuea I need more details about your system, as well as the procedure you took. We recently fixed problems that were crashing/corrupting db. However, there is still a PR open in the official leveldb repository: https://github.com/google/leveldb/pull/ 339 I suggest that you sync it again, I never got such problem and I am syncing very often. |
This problem is not an isolated issue with my setup.
Querying node running neo-cli 2.10.1 http://seed5.ngd.network:20332
Looks like a bug got shipped with your update. |
@georgearchon, it has already been solved on 2.10.2. |
@vncoelho any idea when 2.10.2 with the fix of this storage issue will be available? |
…ject#342) * Using loops to solve the problem of recursive stack overflow * Prevent stack overflow from `JObject.Parse` * Limit array length during deserialization * fix stackoverflow in `ContractParameter` * eliminate warnings
The key value pair exists on the blockchain:
But when calling local node synced from bootstrap package:
The UI of the neo-cli says my local node is synced:
The node is synced using bootstrap package from https://sync.ngd.network/ using the docs https://docs.neo.org/en-us/network/syncblocks.html
The text was updated successfully, but these errors were encountered: