luckydonald / pbft

Implementation of the Practical Byzantine Fault Tolerant Algorithm (pbft)
https://github.com/luckydonald/pbft
GNU General Public License v3.0
135 stars 46 forks source link

Does the python version node still available? #10

Open WuZifan opened 6 years ago

WuZifan commented 6 years ago

I want to learn the python version pbft and change your docker-composer.yml, from node: extends: file: code/node_java/docker-compose.yml service: node_java volumes:

to

node: extends: file: node.docker-compose.yml service: node volumes:

and when I run docker-compose build, it has something wrong with installing the posrgres-browser like: image

is there any way to solve this problem?

luckydonald commented 4 years ago

You could just ignore the Postgres browser for now, if you don't need to look at the database.

Also see #7 for issues related to that browser.

luckydonald commented 4 years ago

The python node was not updated in the end, as we shifted focus to the java one.

So it might not be as feature complete as the java one.