Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
lido python sdk release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Oct 23, 2023
1 parent e83bf76 commit 5de9a85
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[comment]: <> (## [Unreleased]&#40;https://github.com/lidofinance/lido-python-sdk&#41; - 2021-09-15)

## [4.0.1](https://github.com/lidofinance/lido-python-sdk/pull/91) - 2023-10-23
## [4.1.0](https://github.com/lidofinance/lido-python-sdk/pull/91) - 2023-10-23
### Changed
- Removed support for Kovan, Rinkeby, xDai, Ropsten, Kintsugi, Kiln and Zhejiang.
- Added support to Holesky.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A library with which you can get all Lido validator's signatures and check their validity.
### ❗Python SDK supports only Curated Staking module. Check out [KAPI](https://github.com/lidofinance/lido-keys-api) project if you need **all** Lido keys.❗

Lido Python SDK - convenient interface to check validator's pub keys in Node Operators registry.
Provides ability to download, verify and check for duplicates keys in curated module (Node Operators registry).

## Installation
This library is available on PyPi:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lido-sdk"
version = "4.0.1"
version = "4.1.0"
description = "This library consolidates various functions to efficiently load network data for Lido, validate node operator keys and find key duplicates."
authors = ["Lido <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# Where the magic happens:
setup(
name="lido-sdk",
version="4.0.1",
version="4.1.0",
description="This library consolidates various functions to efficiently load network data for Lido,"
" validate node operator keys and find key duplicates.",
long_description=long_description,
Expand Down

0 comments on commit 5de9a85

Please sign in to comment.