CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Using old version of neo-python (v0.7.7) #55

Closed revett closed 6 years ago

revett commented 6 years ago

Problem

@christophK#0509 raised in #dev-general of Discord:

I've just switched to neo-local repo . Whenever I create a new wallet and want to reopen it, I get the error message: Could not open wallet: This wallet is currently vulnerable. Please execute the "reencrypt_wallet.py" script on this wallet before continuing.

This is due to an old version of neo-python being used within the stack, see:

https://github.com/CityOfZion/neo-local/blob/eddfc33d6cbaafa4086841c47cacb21e8c21d90a/docker-compose.yml#L29-L39

Solution

Bump to latest version, see releases:

https://github.com/CityOfZion/neo-python/releases

revett commented 6 years ago

On this now