From 123bb7c0ea8729a7768fe20eedb2d16bcf256938 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Fri, 18 Feb 2022 13:47:09 +1000 Subject: [PATCH] one more discord link and a typo (#3457) * typo genesis Signed-off-by: Sally MacFarlane * discord Signed-off-by: Sally MacFarlane --- CONTRIBUTING.md | 7 ++++--- .../eth/sync/fastsync/FastSyncChainDownloaderTest.java | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c667cf378..eb4a656b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,12 +3,13 @@ Welcome to the Besu repository! The following links are a set of guidelines for contributing to this repo and its packages. These are mostly guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a pull request. Contributions come in the form of code submissions, writing documentation, raising issues, helping others in chat, and any other actions that help develop Besu. -### LF/Github Accounts +### Github/Discord/LF Accounts Having the following accounts is necessary for contributing code/issues to Besu. * If you want to contribute code, you can make a [github account here](https://github.com). -* If you want to raise an issue, do so [in the issues tab](https://github.com/hyperledger/besu/issues). -* Our Rocket Chat and wiki require a [Linux Foundation (LF) account]. +* If you want to raise an issue, do so [in the issues tab](https://github.com/hyperledger/besu/issues). +* To ask questions or chat with us, join our [Discord](https://discord.gg/hyperledger) +* To edit pages in our wiki, you'll need a [Linux Foundation (LF) account]. ### Useful contributing links diff --git a/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/FastSyncChainDownloaderTest.java b/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/FastSyncChainDownloaderTest.java index fb28b45f6..bb3887742 100644 --- a/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/FastSyncChainDownloaderTest.java +++ b/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/FastSyncChainDownloaderTest.java @@ -173,7 +173,7 @@ public class FastSyncChainDownloaderTest { EthProtocolManagerTestUtil.createPeer(ethProtocolManager, shorterChain); final RespondingEthPeer.Responder shorterResponder = RespondingEthPeer.blockchainResponder(shorterChain); - // Doesn't respond to requests for checkpoints unless it's starting from geneis + // Doesn't respond to requests for checkpoints unless it's starting from genesis // So the import can only make it as far as block 15 (3 checkpoints 5 blocks apart) final RespondingEthPeer.Responder shorterLimitedRangeResponder = RespondingEthPeer.targetedResponder(