Skip to content

Fix PasswordKey/BrainKey key generation.#78

Merged
xeroc merged 1 commit intobitshares:developfrom
jhtitor:brainpass_key
Apr 16, 2018
Merged

Fix PasswordKey/BrainKey key generation.#78
xeroc merged 1 commit intobitshares:developfrom
jhtitor:brainpass_key

Conversation

@jhtitor
Copy link
Copy Markdown
Contributor

@jhtitor jhtitor commented Apr 7, 2018

We can't use base Graphene objects as is, because they create keys with wrong prefixes ("GPH").
Maybe this should be fixed the other way around.

This also adds get_blind_private to BrainKey class. As the name suggests, that is the correct method to generate private keys for blind accounts.

We can't use base Graphene objects as is, because they
create keys with wrong prefixes ("GPH"). Maybe this should
be fixed the other way around.

This also adds `get_blind_private` to BrainKey class. As the
name suggests, that is the correct method to generate private keys
for blind accounts.
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 7, 2018

Codecov Report

Merging #78 into develop will decrease coverage by 0.21%.
The diff coverage is 28.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #78      +/-   ##
===========================================
- Coverage    68.53%   68.32%   -0.22%     
===========================================
  Files           51       51              
  Lines         3966     3987      +21     
===========================================
+ Hits          2718     2724       +6     
- Misses        1248     1263      +15
Impacted Files Coverage Δ
bitsharesbase/account.py 53.48% <28.57%> (-23.79%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d251adc...d8f1e10. Read the comment docs.

@xeroc
Copy link
Copy Markdown
Member

xeroc commented Apr 16, 2018

Nice catch.

@xeroc xeroc merged commit 87f7025 into bitshares:develop Apr 16, 2018
@jhtitor jhtitor deleted the brainpass_key branch April 23, 2018 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants