mirror of https://github.com/nucypher/nucypher.git
Apply suggestions from code review
Co-authored-by: Derek Pierre <derek.pierre@gmail.com> Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>pull/2832/head
parent
01179c5df5
commit
bd12e0a7f6
|
@ -1 +1 @@
|
|||
Switched to Rust implementation of the protocol types (``nucypher-core``). Correspondingly, API has been simplified, and type requirements has been made more strict.
|
||||
Switched to Rust implementation of the protocol types (``nucypher-core``). Correspondingly, API has been simplified, and type requirements have been made more strict.
|
||||
|
|
|
@ -79,7 +79,7 @@ class FleetState:
|
|||
|
||||
return cls(nodes={},
|
||||
this_node_ref=this_node_ref,
|
||||
this_node_metadata=None)
|
||||
this_node_metadata=this_node_metadata)
|
||||
|
||||
def __init__(self,
|
||||
nodes: Dict[ChecksumAddress, 'Ursula'],
|
||||
|
|
|
@ -104,4 +104,4 @@ web3==5.12.3
|
|||
websockets==8.1; python_full_version >= '3.6.1'
|
||||
werkzeug==2.0.1; python_version >= '3.6'
|
||||
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
nucypher_core @ git+https://github.com/nucypher/nucypher-core.git#subdirectory=nucypher-core-python
|
||||
nucypher-core==0.0.1; python_version >= '3.7'
|
||||
|
|
Loading…
Reference in New Issue