Jürgen Eckel fa2c8a5cc5
Ws blocks (#106)
* added another dispatcher to server block changes

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed missing variable definition

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* made the definition of POINON_PILL unique

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* changed some fixtures for web tests, fixed linter errors, updated aiohttp version

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>

* added block hash to the block notification

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed misspelling issue

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed previous merge issues

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed websocket startup issues

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed queuing issue and disabled one tests

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* increased version number

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed docs req deps

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed linting issues

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed linting warnings

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed aiohttp.web.run_app call

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>

Co-authored-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-16 17:01:57 +02:00
2022-03-08 14:38:40 +01:00
2022-05-16 17:01:57 +02:00
2022-01-13 16:29:35 +00:00
2022-03-01 08:47:58 +01:00
2022-05-16 17:01:57 +02:00
2022-03-01 08:47:58 +01:00
2022-05-16 17:01:57 +02:00
2022-01-13 16:29:35 +00:00
2022-01-13 16:29:35 +00:00
2022-05-09 11:55:40 +02:00
2022-03-01 08:47:58 +01:00
2022-02-21 10:59:09 +01:00
2022-01-13 16:29:35 +00:00
2022-03-08 14:38:40 +01:00
2022-02-14 14:38:33 +01:00
2022-01-13 16:29:35 +00:00
2022-05-16 17:01:57 +02:00
2022-05-12 19:26:44 +02:00

Codecov branch Latest release Status on PyPI Build Status Join the chat at https://gitter.im/planetmint/planetmint

Planetmint Server

Planetmint is the blockchain database. This repository is for BigchainDB Server.

The Basics

Run and Test Planetmint Server from the master Branch

Running and testing the latest version of Planetmint Server is easy. Make sure you have a recent version of Docker Compose installed. When you are ready, fire up a terminal and run:

git clone https://github.com/planetmint/planetmint.git
cd planetmint
make run

Planetmint should be reachable now on http://localhost:9984/.

There are also other commands you can execute:

  • make start: Run Planetmint from source and daemonize it (stop it with make stop).
  • make stop: Stop Planetmint.
  • make logs: Attach to the logs.
  • make lint: Lint the project
  • make test: Run all unit and acceptance tests.
  • make test-unit-watch: Run all tests and wait. Every time you change code, tests will be run again.
  • make cov: Check code coverage and open the result in the browser.
  • make docs: Generate HTML documentation and open it in the browser.
  • make clean: Remove all build, test, coverage and Python artifacts.
  • make reset: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in Planetmint.

To view all commands available, run make.

Description
No description provided
Readme AGPL-3.0
Languages
Python 79.2%
Shell 14.2%
Lua 3.9%
Dockerfile 1%
Jinja 0.9%
Other 0.8%