Jürgen Eckel d971709a79
250 migrate zenroom script usage within planetmint so that tx schema 21 is used (#253)
* * **Changed** adjusted to zenroom calling convention of PRP #13 (breaking change)
* **Changed** zenroom test cases to comply to the new calling convention
* **Fixed** zenroom signing bug (call of wrong function)
* **Changed** using cryptoconditions 0.10.0
* **Deprecated** usage of ripde160md as a address generation algorithm, isn't available from python 3.9.14 on, skipping these tests from now on.
* **Changed** script/ouptut tag to be of type array or object for schema v3.0 and v2.0
* **Changed** added 'script' handling to the common/transactions.py class
* **Fixed** data input handling to the transaction fullfillment methods

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

* connected the version string in the banner of 'planetmint start' to the planetmint/version.py variables.

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

* added input validation to the transaction script parsing and passing

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

* added backend support for the scripts

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

* adjusted tests to the new zenroom calling convention

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

* blackified the code

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

* increased version to 1.1.0

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

* fixed docs building issues of dependency inheritance

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

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-09-08 21:41:10 +02:00
2022-08-18 09:45:51 +02:00
2022-08-18 09:45:51 +02:00
2022-01-13 16:29:35 +00:00
2022-03-01 08:47:58 +01:00
2022-08-18 09:45:51 +02:00
2022-01-13 16:29:35 +00:00
2022-05-09 11:55:40 +02:00
2022-08-18 09:45:51 +02:00
2022-06-27 23:37:54 +02:00
2022-08-18 09:45:51 +02:00
2022-08-18 09:45:51 +02:00
2022-07-20 11:34:42 +02:00
2022-08-18 09:45:51 +02:00
2022-08-18 09:45:51 +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 Planetmint 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.

  • Planetmint.io - the main Planetmint website, including newsletter signup
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%