Skip to content
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

Implement Leo Account #2513

Merged
merged 4 commits into from
Aug 7, 2023
Merged

Implement Leo Account #2513

merged 4 commits into from
Aug 7, 2023

Conversation

collinc97
Copy link
Collaborator

leo account new #generates a new private key, view key, address
leo account new --write #generates a new private key, view key, address and saves to .env

leo account import APrivateKey1zkp... #imports view key and address from private key string
leo account import APrivateKey1zkp... --write #imports view key and address from private key string and saves to .env

@collinc97 collinc97 requested a review from d0cd August 3, 2023 22:03
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #2513 (52be020) into testnet3 (d336be0) will increase coverage by 0.09%.
Report is 6 commits behind head on testnet3.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           testnet3    #2513      +/-   ##
============================================
+ Coverage     78.93%   79.02%   +0.09%     
============================================
  Files           156      156              
  Lines          4942     4945       +3     
  Branches       4942     4945       +3     
============================================
+ Hits           3901     3908       +7     
+ Misses         1041     1037       -4     
Files Changed Coverage Δ
errors/src/errors/mod.rs 23.52% <ø> (ø)
leo/package/src/package.rs 80.64% <ø> (ø)
compiler/compiler/tests/utilities/mod.rs 87.67% <100.00%> (-1.52%) ⬇️
leo/package/src/root/env.rs 94.44% <100.00%> (+1.11%) ⬆️

... and 14 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@collinc97 collinc97 requested review from a team and removed request for d0cd August 4, 2023 00:07
Copy link
Collaborator

@d0cd d0cd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@collinc97 collinc97 merged commit af1f7f9 into testnet3 Aug 7, 2023
8 checks passed
@collinc97 collinc97 deleted the feat/leo-account branch August 7, 2023 23:01
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