mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-05 05:36:41 +00:00
upgrade to Tendermint v0.34.24
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
4bf1af6f06
commit
96c052f855
@ -25,6 +25,9 @@ For reference, the possible headings are:
|
||||
* **Known Issues**
|
||||
* **Notes**
|
||||
|
||||
## [2.5.0] - 2023-21-06
|
||||
* **Changed** Upgraded ABCI compatbility to Tendermint v0.34.24 and CometBFT v0.34.29
|
||||
|
||||
## [2.4.7] - 2023-24-05
|
||||
* **Fixed** wrong referencing of planetmint-transactions object and variable
|
||||
|
||||
|
40
poetry.lock
generated
40
poetry.lock
generated
@ -12,25 +12,6 @@ files = [
|
||||
{file = "aafigure-0.6.tar.gz", hash = "sha256:49f2c1fd2b579c1fffbac1386a2670b3f6f475cc7ff6cc04d8b984888c2d9e1e"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "abci"
|
||||
version = "0.8.3"
|
||||
description = "Python based ABCI Server for Tendermint"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "abci-0.8.3-py3-none-any.whl", hash = "sha256:9f6b9d9a28ccb90bc158572fd05d7a196e09cbe774c72053a18a7b5f602e406f"},
|
||||
{file = "abci-0.8.3.tar.gz", hash = "sha256:2c85c7aa78b7a1785b72e6af789ca9f132088b2ba63d90e85af114d65b609fb3"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
colorlog = ">=3.1.4"
|
||||
protobuf = ">=3.6.1"
|
||||
|
||||
[package.extras]
|
||||
dev = ["black", "build", "pytest", "pytest-cov", "twine"]
|
||||
|
||||
[[package]]
|
||||
name = "aiohttp"
|
||||
version = "3.8.4"
|
||||
@ -1921,6 +1902,25 @@ files = [
|
||||
[package.extras]
|
||||
testing = ["pytest", "pytest-cov"]
|
||||
|
||||
[[package]]
|
||||
name = "planetmint-abci"
|
||||
version = "0.8.4"
|
||||
description = "Python based ABCI Server for Tendermint"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "planetmint-abci-0.8.4.tar.gz", hash = "sha256:1e969da0a10d0e5ceb82993645d0cd92076c2a7df03b701fd17837c63ace1f57"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
certifi = ">=2022.12.7"
|
||||
colorlog = ">=3.1.4"
|
||||
protobuf = ">=3.18.3"
|
||||
|
||||
[package.extras]
|
||||
dev = ["black", "build", "pytest", "pytest-cov", "twine"]
|
||||
|
||||
[[package]]
|
||||
name = "planetmint-cryptoconditions"
|
||||
version = "1.2.2"
|
||||
@ -3568,4 +3568,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "98c4577730a35fdda7b853c1921860cd298abcead332e443fed8497544022429"
|
||||
content-hash = "561ce2e416ff69aaf64732fcffe4870f6bef2317c881c1e595a49c824c65fa27"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "planetmint"
|
||||
version = "2.4.7"
|
||||
version = "2.5.0"
|
||||
description = "Planetmint: The Blockchain Database"
|
||||
authors = ["Planetmint contributors"]
|
||||
license = "AGPLv3"
|
||||
@ -47,7 +47,7 @@ pyasn1 = ">=0.4.8"
|
||||
python-decouple = "^3.7"
|
||||
planetmint-transactions = ">=0.8.1"
|
||||
asynctnt = "^2.0.1"
|
||||
abci = "^0.8.3"
|
||||
planetmint-abci = "^0.8.4"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
aafigure = "0.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user