Sally MacFarlane
Sally MacFarlane
Signed-off-by: Sally MacFarlane This does not address the root cause, but will address the problem of users complaining that the logs report too many peers. This should mean that the...
per Meredith's comment I think that using the forkid https://github.com/hyperledger/besu/blob/27fc468624d4a19067b076567ea9e1578217d34e/ethereum/p2p/src/main/java/org/hyperledger/besu/ethereum/p2p/discovery/PeerDiscoveryAgent.java#L200 to filter nodes at the discovery layer would really help a lot. posted a question on how fork id’s are...
- [ ] investigate how to utilise the discv5 library https://github.com/consensys/discovery - [ ] look at Teku code - https://github.com/ConsenSys/teku/blob/ce6e13e32f2c5029aa05895f400c00a9c72a3f38/networking/p2p/src/main/java/tech/pegasys/teku/networking/p2p/discovery/discv5/DiscV5Service.java - [ ] Come up with a plan for how...
Signed-off-by: Sally MacFarlane Update jackson and jackson-databind versions ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label to this PR if updates are required. ##...
Signed-off-by: Sally MacFarlane Update sqlite-jdbc version ## Documentation - [x] I thought about documentation and added the `doc-change-required` label to this PR if updates are required. ## Changelog - [x]...
ubuntu base now supports arm but we only publish the amd64 images. eg see besu PR https://github.com/hyperledger/besu/pull/2954 Since besu now supports M1, we can update the quorum-dev-quickstart and if we...
https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/tests/acceptance-test/src/test/java/com/quorum/tessera/test/rest/multitenancy/SendIT.java#L31 and same thing here: tests/acceptance-test/src/test/java/com/quorum/tessera/test/rest/SendIT.java * Scenarios tested: * * - 1 sender, 1 private for - 1 sender, 2 private for - TODO: 1 sender, 2 private for,...
OverrideUtilTest https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/cli/config-cli/src/test/java/com/quorum/tessera/config/cli/OverrideUtilTest.java#L273
https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/tessera-jaxrs/transaction-jaxrs/src/test/java/com/quorum/tessera/q2t/TransactionResource3Test.java#L699 // TODO: Ensure this is in integration tests // @Test // public void validationReceiveIsRawMustBeBoolean() { // // Response response = jersey.target("transaction").path("MYHASH").queryParam("isRaw", // "bogus").request().get(); // assertThat(response.getStatus()).isEqualTo(400); // }
add verify payload step https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/tests/acceptance-test/src/test/java/com/quorum/tessera/test/rest/MultipleKeyNodeIT.java#L77