changelog for 1144 in 1.5.1 (#1261)

* changelog for 1144

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* add changelog entries for other PRs

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
pull/1274/head
Sally MacFarlane 4 years ago committed by GitHub
parent f64fbad08e
commit 80dc113a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md

@ -8,9 +8,12 @@ on `--privacy-onchain-groups-enabled`. [\#1222](https://github.com/hyperledger/b
### Additions and Improvements
* HTTP/2 is enabled for JSON-RPC Http API over TLS. [\#1145](https://github.com/hyperledger/besu/pull/1145)
* In an IBFT2 network, a fixed block reward value and recipient address can be defined in genesis file [\#1132](https://github.com/hyperledger/besu/pull/1132)
* JSON-RPC HTTP API Authorization: exit early when checking user permissions. [\#1144](https://github.com/hyperledger/besu/pull/1144)
* HTTP/2 is enabled for JSON-RPC HTTP API over TLS. [\#1145](https://github.com/hyperledger/besu/pull/1145)
* Color output in consoles. It can be disabled with `--color-enabled=false`
* Add compatibility with ClusterIP services for the Kubernetes Nat Manager [\#1156](https://github.com/hyperledger/besu/pull/1156)
* Add fee cap for transactions submitted via RPC. [\#1137](https://github.com/hyperledger/besu/pull/1137)
### Bug fixes
@ -18,6 +21,7 @@ on `--privacy-onchain-groups-enabled`. [\#1222](https://github.com/hyperledger/b
there was one caveat we didn't address. The `dev` network should've been full sync by default.
This has now been fixed.
* Fix synchronization timeout issue when the blocks were too large [\#1149](https://github.com/hyperledger/besu/pull/1149)
* Fix missing results from eth_getLogs request. [\#1154](https://github.com/hyperledger/besu/pull/1154)
### Known Issues

Loading…
Cancel
Save