Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Rename KeypairUtil to Signer #8360

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

CriesofCarrots
Copy link
Contributor

Problem

Now that there are multiple abstractions that implement KeypairUtil, not all of which are Keypairs, the name doesn't make a lot of sense.

Summary of Changes

Rename KeypairUtil to Signer to be more descriptive

Will probably need to rebase on #8342 for proximity conflicts

@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Feb 20, 2020
@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #8360 into master will decrease coverage by <.1%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #8360     +/-   ##
========================================
- Coverage    80.4%   80.4%   -0.1%     
========================================
  Files         254     254             
  Lines       55549   55549             
========================================
- Hits        44690   44686      -4     
- Misses      10859   10863      +4

@solana-grimes solana-grimes merged commit ab361a8 into solana-labs:master Feb 20, 2020
@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #8360 into master will decrease coverage by <.1%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #8360     +/-   ##
========================================
- Coverage    80.4%   80.4%   -0.1%     
========================================
  Files         254     254             
  Lines       55549   55549             
========================================
- Hits        44690   44686      -4     
- Misses      10859   10863      +4

mergify bot pushed a commit that referenced this pull request Feb 20, 2020
automerge

(cherry picked from commit ab361a8)

# Conflicts:
#	client/src/thin_client.rs
#	core/src/consensus.rs
#	core/tests/client.rs
#	ledger/src/staking_utils.rs
#	programs/bpf/tests/programs.rs
#	runtime/benches/bank.rs
#	runtime/src/accounts.rs
#	runtime/src/bank.rs
#	runtime/src/bank_client.rs
#	runtime/src/loader_utils.rs
#	runtime/src/storage_utils.rs
#	runtime/tests/noop.rs
#	sdk/src/message.rs
#	sdk/src/signers.rs
#	sdk/src/transaction.rs
CriesofCarrots added a commit that referenced this pull request Feb 20, 2020
automerge

(cherry picked from commit ab361a8)
CriesofCarrots added a commit that referenced this pull request Feb 20, 2020
automerge

(cherry picked from commit ab361a8)
solana-grimes pushed a commit that referenced this pull request Feb 21, 2020
@CriesofCarrots CriesofCarrots deleted the keypairutil-rename branch February 21, 2020 22:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants