mirror of https://github.com/nucypher/nucypher.git
parent
44a9a8d33f
commit
e64d4035c8
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 4.7.1
|
||||
current_version = 4.8.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||
|
|
|
@ -47,7 +47,7 @@ author = 'NuCypher'
|
|||
# The short X.Y version
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '4.7.1'
|
||||
release = '4.8.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -4,6 +4,45 @@ Releases
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
v4.8.0 (2021-03-23)
|
||||
-------------------
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
||||
- Expanded features for staker and status CLI:
|
||||
- Support substake inspection via `nucypher status stakers --substakes`.
|
||||
- Automated transaction series for inactive substake removal.
|
||||
- Display unlocked NU amount from stakers status.
|
||||
- Handle replacement of stuck withdraw transactions with --replace. (`#2528 <https://github.com/nucypher/nucypher/issues/2528>`__)
|
||||
- Support extended period migration by nodes via work tracker. (`#2607 <https://github.com/nucypher/nucypher/issues/2607>`__)
|
||||
|
||||
|
||||
Bugfixes
|
||||
~~~~~~~~
|
||||
|
||||
- Improved import error feedback and default ssh key path in cloudworkers. (`#2598 <https://github.com/nucypher/nucypher/issues/2598>`__)
|
||||
- Support geth 1.10.x - Remove chainID from transaction payloads. (`#2603 <https://github.com/nucypher/nucypher/issues/2603>`__)
|
||||
|
||||
|
||||
Improved Documentation
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Document minimum approval and support requirements for NuCypher DAO. (`#2599 <https://github.com/nucypher/nucypher/issues/2599>`__)
|
||||
|
||||
|
||||
Deprecations and Removals
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Deprecate worker IP address as environment variable (``NUCYPHER_WORKER_IP_ADDRESS``). (`#2583 <https://github.com/nucypher/nucypher/issues/2583>`__)
|
||||
|
||||
|
||||
Misc
|
||||
~~~~
|
||||
|
||||
- Adjust ``Ursula.status_info()`` API to make it easier for ``nucypher-monitor`` to collect data. (`#2574 <https://github.com/nucypher/nucypher/issues/2574>`__)
|
||||
|
||||
|
||||
v4.7.1 (2021-03-02)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
Expanded features for staker and status CLI:
|
||||
- Support substake inspection via `nucypher status stakers --substakes`.
|
||||
- Automated transaction series for inactive substake removal.
|
||||
- Display unlocked NU amount from stakers status.
|
||||
- Handle replacement of stuck withdraw transactions with --replace.
|
|
@ -1 +0,0 @@
|
|||
Adjust ``Ursula.status_info()`` API to make it easier for ``nucypher-monitor`` to collect data.
|
|
@ -1 +0,0 @@
|
|||
Deprecate worker IP address as environment variable (``NUCYPHER_WORKER_IP_ADDRESS``).
|
|
@ -1 +0,0 @@
|
|||
Improved import error feedback and default ssh key path in cloudworkers.
|
|
@ -1 +0,0 @@
|
|||
Document minimum approval and support requirements for NuCypher DAO.
|
|
@ -1 +0,0 @@
|
|||
Support geth 1.10.x - Remove chainID from transaction payloads.
|
|
@ -1 +0,0 @@
|
|||
Support extended period migration by nodes via work tracker.
|
|
@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
|||
|
||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||
|
||||
__version__ = "4.7.1"
|
||||
__version__ = "4.8.0"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue