CityOfZion / neo-local

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

New Image for neo-cli 2.10.2 #174

Closed lllwvlvwlll closed 5 years ago

lllwvlvwlll commented 5 years ago

Describe the Solution

Requesting a new docker image for neo-cli v2.10.2

Why?

v2.10.1 has a VM issue which is mitigated in v2.10.2

nunojusto commented 5 years ago

I've created a special experimental branch for this. It's the name: experimental/solo-node-consensus https://github.com/CityOfZion/neo-local/tree/experimental/solo-node-consensus

This implementation changes a lot of things and we need to test all before going to master. If you want to test, please report back any errors or improvements

Ashuaidehao commented 5 years ago

I'm using this branch for testing smart contract.How can I open the "wallet1_solo.json" wallet to claim gas?

nunojusto commented 5 years ago

You need to wait for a certain amount of blocks to be produced to be able to claim GAS. If you have time, i recommend 6k blocks and use the Faucet at port 4002 But then the opening of wallets works as before. No change.

Ashuaidehao commented 5 years ago

Get it! Solo node mode seems to be very useful for developers , I wanna to know when it would be ready to be merged , thanks!

nunojusto commented 5 years ago

Well, solo node mode will be merged tomorrow to develop branch and 2 weeks after to Master. That's my plan. Along with this, please do all test you can possible do.

Ashuaidehao commented 5 years ago

Hi @nunojusto , the neo-scan-api container will fault each time I reboot my system. I find this is mostly because the postgres container which neo-scan-api depends on is not enable "Always" restart policy. Can you have a look? neo-local issue

Ashuaidehao commented 5 years ago

Hi @nunojusto ,I'm trying to make a PR(https://github.com/CityOfZion/neo-local/pull/180) to fix my problem. How is solo node mode going now ?

nunojusto commented 5 years ago

I've merged your request. Thanks.

This solo node release is somehow blocked by a bug in the initial NEO+GAS claim https://github.com/CityOfZion/neo-local/issues/179. We're figuring out what to do. It will take a little more time.

Ashuaidehao commented 5 years ago

Hi @nunojusto, is there any update about the new image? Do you have any plan to prepare a neo-cli 2.10.3 image?

nunojusto commented 5 years ago

2.10.2 is almost complete and going for 2.10.3 will be fast. I will need one more week

nunojusto commented 5 years ago

It's now complete. We have a working solo consensus node blockchain that you can test and report errors. I will merge this to develop in a few days if not critical errors are reported. And then merge to master