|
|
|
@ -22,11 +22,17 @@ is owned by that user. |
|
|
|
|
|
|
|
|
|
The [1.5 release](docs/1_5_Upgrade.md) is scheduled for early July. |
|
|
|
|
|
|
|
|
|
## 1.4.6 |
|
|
|
|
|
|
|
|
|
### Additions and Improvements |
|
|
|
|
|
|
|
|
|
- Print node address on startup. [\#938](https://github.com/hyperledger/besu/pull/938) |
|
|
|
|
|
|
|
|
|
## 1.4.5 |
|
|
|
|
|
|
|
|
|
### Additions and Improvements |
|
|
|
|
|
|
|
|
|
- Implemented WebSocket logs subscription for private contracts (`priv_subscribe`/`priv_unsubscribe`) [#762] |
|
|
|
|
- Implemented WebSocket logs subscription for private contracts (`priv_subscribe`/`priv_unsubscribe`) [\#762](https://github.com/hyperledger/besu/pull/762) |
|
|
|
|
- Introduced SecurityModule plugin API. This allows use of a different security module as a plugin to |
|
|
|
|
provide cryptographic function that can be used by NodeKey (such as sign, ECDHKeyAgreement etc.). KeyPairSecurityModule |
|
|
|
|
is registered and used by default. The CLI option `--security-module=<name> (defaults to localfile)` can be used |
|
|
|
|