indy-plenum
indy-plenum copied to clipboard
Plenum Byzantine Fault Tolerant Protocol
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.3.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.3.0 Added Relaxed requirements to include Sphinx release 7.0 .. _release-1.2.2: 1.2.2 Fixes Require sphinxcontrib-jquery>=4,<5 (#1446) Added Styling for...
This problem was flagged by Quebec MCN security team. OS release: ``` Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal ``` Indy release: ``` hi indy-node 1.13.2~rc5...
We had a node that could not connect to the indy network. We saw the message in the log file on the node it was trying to connect to `aaaaaa...
This issue was reported in https://github.com/hyperledger/indy-node/issues/1822 however the actual dependency issue exists at the `indy-plenum` level. There has been a breaking change to the `Cython` package between `0.29.36` and the...
The Ursa project is now archived. `indy_bls` is ~~soon-to-be~~ published as a replacement for the `python-ursa` wrapper. It should be possible to install the wheel package from PyPI as there...
Plenums 3rd parties dependencies use a build of rocksdb from evernym. (https://github.com/evernym/rocksdb) The built of rocksdb from evernym is not declaring its dependencies such as: libgflags-dev \ libsnappy-dev \ zlib1g-dev...
For the Ubuntu 20.04 version of Plenum, upgrade to RocksDB 5.17, which is the version supported on Ubuntu 20.04; https://packages.ubuntu.com/search?searchon=sourcenames&keywords=rocksdb Background: - Plenum is currently dependent on RocksDB 5.8.8. -...
Plenum depend on this old RocksDB client from 2021 https://github.com/twmht/python-rocksdb I can only able to install this new client with update 2023 https://github.com/AYMENJD/rocksdb-python
Here are the commits that we need to consider from main to ubuntu 20.04 git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/task/00009-indy-node/indy-plenum-main-origin-unbutu2004.md ``` * commit 994ff8a6404296501c3187d44d7ca1c84e8d707e...