From 5c559834b371e2784b7b619e168bc92939b18a6d Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Wed, 27 Feb 2019 14:39:37 +1000 Subject: [PATCH] Added additional PRs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52afde082f..f531d9a721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,9 @@ - Added [tutorial to create IBFT 2.0 private network](https://docs.pantheon.pegasys.tech/en/latest/Tutorials/Create-IBFT-Network/) ### Technical Improvements +- RoundChangeCertificateValidator requires unique authors [\#997](https://github.com/PegaSysEng/pantheon/pull/997) - RPC tests can use 127.0.0.1 loopback rather than localhost [\#979](https://github.com/PegaSysEng/pantheon/pull/979) +- Integration Test implementation dependency for non-IntelliJ IDE [\#978](https://github.com/PegaSysEng/pantheon/pull/978) - Only import block if it isn't already on the block chain [\#977](https://github.com/PegaSysEng/pantheon/pull/977) - Disable picocli ansi when testing [\#975](https://github.com/PegaSysEng/pantheon/pull/975) - Create peer discovery packets on a worker thread [\#961](https://github.com/PegaSysEng/pantheon/pull/961)