Update towncrier release page with latest changes.

Remove newsfragment files used to update releases page.
pull/3366/head
derekpierre 2023-12-14 09:51:27 -05:00 committed by Derek Pierre
parent 4b029f707c
commit c6899bb8c0
154 changed files with 149 additions and 97 deletions

View File

@ -1 +0,0 @@
Remove set up dependency on ``setuptools-markdown`` which is no longer needed, but caused build failures.

View File

@ -1 +0,0 @@
temp workaround for Ropsten/oryx gas estimation issue

View File

@ -1 +0,0 @@
Add default seed node for Oryx testnet.

View File

@ -1 +0,0 @@
Add recommendation/information about restart functionality when running a PRE node.

View File

@ -1 +0,0 @@
Show fleet state checksums as hex instead of an escaped bytestring

View File

@ -1 +0,0 @@
Prometheus metrics exporter returned

View File

@ -1 +0,0 @@
Correctly validate domain/network values provided via the ``--network`` parameter in the CLI.

View File

@ -1 +0,0 @@
Extends policy probationary period until August 31st, 2022. No policies may be created on the network beyond this date.

View File

@ -1 +0,0 @@
Cleanup of prometheus metrics collection.

View File

@ -1,2 +0,0 @@
Deprecates alice, bob, and contact CLI commands.

View File

@ -1,2 +0,0 @@
Basic support for polygon conditions

View File

@ -1,8 +0,0 @@
Removals:
- RPC servers
- character WebControllers
- unused literature
- unused CLI option definitions
- CLI helper functions for Alice, Bob, Contacts interactivity
- interactive Ursula mode
- enrico CLI commands

View File

@ -1,2 +0,0 @@
Removes LMDB Datastore

View File

@ -1,2 +0,0 @@
Removes clef and trezor signer support

View File

@ -1,2 +0,0 @@
Relocate porter to nucypher/nucypher-porter

View File

@ -1 +0,0 @@
Add artifacts for new network: tapir

View File

@ -1,2 +0,0 @@
Retires the Ibex and Oryx testnets

View File

@ -1 +0,0 @@
Update contract registry for lynx network

View File

@ -1 +0,0 @@
Allow a key to be specified for evaluating the return value

View File

@ -1 +0,0 @@
Call `_resolve_abi` after the condition is initialized

View File

@ -1 +0,0 @@
Properly handle PRE request with no condition.

View File

@ -1 +0,0 @@
Deprecated "federated mode" ursulas and the --federated-only launch flag.

View File

@ -1 +0,0 @@
Restrict return value `key` to integer only

View File

@ -1 +0,0 @@
Use decoded text from failed HTTP Responses for exception messages.

View File

@ -1 +0,0 @@
Bump ``nucypher-core`` to 0.6.

View File

@ -1,2 +0,0 @@
Include inventory entries for oryx.

View File

@ -1 +0,0 @@
Introduces support for DKG and Threshold Decryption.

View File

@ -1 +0,0 @@
Enables "Simple" threshold decryption variant and threshold decryption functionlity by Bob.

View File

@ -1 +0,0 @@
Updates to use ferveo v0.1.11.

View File

@ -1 +0,0 @@
End-to-end encryption for CBD decryption requests.

View File

@ -1 +0,0 @@
Reworks internal blockchain connection cache to support multiple concurrent connections.

View File

@ -1 +0,0 @@
``TimeCondition`` now uses the timestamp of the latest block for evaluating conditions, instead of system time. System time condition evaluation is no longer supported.

View File

@ -1 +0,0 @@
Deprecated "timelock" time condition that used system time in favor of a condition that uses block time.

View File

@ -1 +0,0 @@
Implement prefix notation for access control conditions with logical operators.

View File

@ -1 +0,0 @@
Remove the use of infix notation for access control conditions with logical operators in favor of prefix notation.

View File

@ -1 +0,0 @@
Sublcasses of Bob and Enrico which allow local, off-chain development and styling of both success and failure cases, which can be forced instead of checking conditions.

View File

@ -1 +0,0 @@
Add version element to condition language to allow future changes and to manage backwards compatibility.

View File

@ -1 +0,0 @@
removes `nucypher bond` CLI

View File

@ -1 +0,0 @@
Increase default timeout for ``/reencrypt`` requests to limit timeouts when multiple retrieval kits are included in a single request.

View File

@ -1 +0,0 @@
Reset default ferveo variant to be ``simple``. We can revisit whenever we add logic to properly deal with request failures for the ``precomputed`` variant.

View File

@ -1 +0,0 @@
Properly convert ritual id to bytes when being used as a seed for generating a session key.

View File

@ -1 +0,0 @@
Ensure that nodes can be more resilient when handling events related to rituals.

View File

@ -1,2 +0,0 @@
- Support arbitrary multichain configuration for EVM-compatible blockchains for condition evaluation by ursula.
- Support for fallback RPC providers and multiple URI specification for a single chain ID.

View File

@ -1 +0,0 @@
Use a time-to-live cache for trakcing ritual participation state which gets periodically purged when ritual state is deemed stale.

View File

@ -1 +0,0 @@
Don't allow users to specify the FerveoVariant to use for threshold decryption. The default, simple variant, will be used.

View File

@ -1,2 +0,0 @@
Implement data encapsulation when encrypting data using ``ferveo`` encryption by utilizing ``ThresholdMessageKit`` and ``AccessControlPolicy``.
Provide framework to incorporate authorization allow logic for authorized encryptors of data for a ritual.

View File

@ -1 +0,0 @@
Fix staking metrics in Prometheus exporter

View File

@ -1 +0,0 @@
Add a mandatory condition_type field to condition schemas

View File

@ -1 +0,0 @@
Fix Prometheus import error when running Porter

View File

@ -1 +0,0 @@
New HTTP(S) endpoint to return a list of all the blockchains a node is currently connected to for conditions evaluation.

View File

@ -1 +0,0 @@
Introduces `nucypher ursula config migrate` for configuration file automation.

View File

@ -1,2 +0,0 @@
Implement functionality related to Encryptor authorization for specific ritual.
Obtain ritual threshold from Coordinator contract.

View File

@ -1,3 +0,0 @@
Update Ursula configuration version from 6 to 7.
Check operator for MATIC funding instead of ETH on startup.
Handle separation between mainnet root application contract and l2 child application contract.

View File

@ -1 +0,0 @@
Properly detect operator bonding status by using both ``TACoChildApplicationAgent`` and ``TACoApplicationAgent`` to ensure consistency.

View File

@ -1 +0,0 @@
Remove ``EconomicsFactory`` and ``Economics`` classes.

View File

@ -1 +0,0 @@
Remove ``AdjudicatorAgent`` and custom ``Dispatcher`` proxy logic.

Some files were not shown because too many files have changed in this diff Show More