-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused BuildGenesisTest
function
#2503
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhrubabasu
requested review from
abi87,
danlaine and
StephenButtolph
as code owners
December 19, 2023 04:31
dhrubabasu
changed the title
Remove unused
Remove unused Dec 19, 2023
BuildGenesisTest
codeBuildGenesisTest
function
StephenButtolph
approved these changes
Dec 19, 2023
danlaine
approved these changes
Dec 19, 2023
joshua-kim
added a commit
that referenced
this pull request
Dec 19, 2023
commit 7a0dfda Author: Joshua Kim <[email protected]> Date: Tue Dec 12 03:29:47 2023 -0500 testing structs Signed-off-by: Joshua Kim <[email protected]> commit 58d2779 Author: Dhruba Basu <[email protected]> Date: Tue Dec 19 14:01:16 2023 -0500 Dedupe secp256k1 key usage in tests (#2511) commit 6c64372 Author: Dhruba Basu <[email protected]> Date: Tue Dec 19 11:45:58 2023 -0500 Remove unused `AcceptorTracker` struct (#2508) commit 7a9bdad Author: Dhruba Basu <[email protected]> Date: Tue Dec 19 10:44:20 2023 -0500 Remove unused `BuildGenesisTest` function (#2503) commit 44d71db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 18 19:05:26 2023 -0500 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2502) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephen Buttolph <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Buttolph <[email protected]> commit aa764bb Author: Alberto Benegiamo <[email protected]> Date: Mon Dec 18 16:00:17 2023 -0700 Drop Pending Stakers 5 - validated PostDurango StakerTxs (#2314) Co-authored-by: Stephen Buttolph <[email protected]> Co-authored-by: dhrubabasu <[email protected]> Signed-off-by: Joshua Kim <[email protected]>
joshua-kim
added a commit
that referenced
this pull request
Dec 19, 2023
commit 7a0dfda Author: Joshua Kim <[email protected]> Date: Tue Dec 12 03:29:47 2023 -0500 testing structs Signed-off-by: Joshua Kim <[email protected]> commit 58d2779 Author: Dhruba Basu <[email protected]> Date: Tue Dec 19 14:01:16 2023 -0500 Dedupe secp256k1 key usage in tests (#2511) commit 6c64372 Author: Dhruba Basu <[email protected]> Date: Tue Dec 19 11:45:58 2023 -0500 Remove unused `AcceptorTracker` struct (#2508) commit 7a9bdad Author: Dhruba Basu <[email protected]> Date: Tue Dec 19 10:44:20 2023 -0500 Remove unused `BuildGenesisTest` function (#2503) commit 44d71db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 18 19:05:26 2023 -0500 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2502) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephen Buttolph <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Buttolph <[email protected]> commit aa764bb Author: Alberto Benegiamo <[email protected]> Date: Mon Dec 18 16:00:17 2023 -0700 Drop Pending Stakers 5 - validated PostDurango StakerTxs (#2314) Co-authored-by: Stephen Buttolph <[email protected]> Co-authored-by: dhrubabasu <[email protected]> Signed-off-by: Joshua Kim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why this should be merged
Deadcode
How this works
Delete 🚮
How this was tested
CI