New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oli-python

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oli-python - pypi Package Compare versions

Comparing version
2.0.7
to
2.0.8
+1
-1
oli_python.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: oli-python
Version: 2.0.7
Version: 2.0.8
Summary: Python SDK for interacting with the Open Labels Initiative; A standard, registry and trust layer for EVM address labels.

@@ -5,0 +5,0 @@ Home-page: https://github.com/openlabelsinitiative/oli-python

@@ -291,2 +291,6 @@ from web3 import Web3

def add_trust_list(self, owner_name: str='private_node', attesters: list=[], attestations: list=[], attester_address: str='0x0000000000000000000000000000000000000000') -> None:
# if no trust node set, default to attester_address
if not hasattr(self, 'source_address') or self.source_address is None:
self.source_address = attester_address
# add the trust list to the trust graph

@@ -293,0 +297,0 @@ success = self.trust.add_trust_list(owner_name, attesters, attestations, attester_address)

Metadata-Version: 2.4
Name: oli-python
Version: 2.0.7
Version: 2.0.8
Summary: Python SDK for interacting with the Open Labels Initiative; A standard, registry and trust layer for EVM address labels.

@@ -5,0 +5,0 @@ Home-page: https://github.com/openlabelsinitiative/oli-python

@@ -8,3 +8,3 @@ from setuptools import setup, find_packages

name="oli-python",
version="2.0.7",
version="2.0.8",
author="Lorenz Lehmann",

@@ -11,0 +11,0 @@ author_email="lorenz@growthepie.com",