• Joined on 2022-12-23
pitmutt closed issue Vergara_Tech/zcash-haskell#5 2024-03-01 21:38:16 +00:00
ZH: Create private key
pitmutt commented on issue Vergara_Tech/zenith#5 2024-03-01 21:35:06 +00:00
Zenith Core: Create wallet

This is implemented in PR #67

pitmutt pushed to dev041 at Vergara_Tech/zenith 2024-03-01 20:59:59 +00:00
7794028b55 Merge pull request 'Implement Account creation' (#68) from rav001 into dev041
cb63b786e8 Merge branch 'dev041' into rav001
c522c4c3a2 Implement Account creation
642908a0e0 Add signature for adding accounts
52d3297fae Check for accounts during startup
Compare 6 commits »
pitmutt merged pull request Vergara_Tech/zenith#68 2024-03-01 20:59:58 +00:00
Implement Account creation
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-03-01 20:59:44 +00:00
cb63b786e8 Merge branch 'dev041' into rav001
43970a8393 Merge pull request 'New Wallet creation flow' (#67) from rav001 into dev041
Compare 2 commits »
pitmutt created pull request Vergara_Tech/zenith#68 2024-03-01 20:59:35 +00:00
Implement Account creation
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-03-01 20:57:39 +00:00
c522c4c3a2 Implement Account creation
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-03-01 13:34:05 +00:00
642908a0e0 Add signature for adding accounts
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-02-29 21:03:37 +00:00
52d3297fae Check for accounts during startup
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-02-28 22:38:25 +00:00
0de5dc4f9c Avoid creating wallets with the same name
pitmutt pushed to dev041 at Vergara_Tech/zenith 2024-02-28 21:23:38 +00:00
43970a8393 Merge pull request 'New Wallet creation flow' (#67) from rav001 into dev041
bb05d269ac Add wallet creation logic
c5a23d827c Add tests for Accounts
24e73f87b3 Update installation instructions
488a01c46d Make input dialog generic
Compare 9 commits »
pitmutt merged pull request Vergara_Tech/zenith#67 2024-02-28 21:23:37 +00:00
New Wallet creation flow
pitmutt created pull request Vergara_Tech/zenith#67 2024-02-28 21:23:12 +00:00
New Wallet creation flow
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-02-28 21:13:58 +00:00
bb05d269ac Add wallet creation logic
c5a23d827c Add tests for Accounts
24e73f87b3 Update installation instructions
Compare 3 commits »
pitmutt pushed to dev040 at Vergara_Tech/zcash-haskell 2024-02-28 17:20:37 +00:00
a52d2231f1 Merge pull request 'Correct type of blockheight' (#17) from rav001 into dev040
cb44b6d4e0 Correct type for blockheight
67d6e85d05 Fix typo in cabal file
Compare 3 commits »
pitmutt merged pull request Vergara_Tech/zcash-haskell#17 2024-02-28 17:20:36 +00:00
Correct type of blockheight
pitmutt created pull request Vergara_Tech/zcash-haskell#17 2024-02-28 17:20:04 +00:00
Correct type of blockheight
pitmutt pushed to rav001 at Vergara_Tech/zcash-haskell 2024-02-28 01:08:42 +00:00
cb44b6d4e0 Correct type for blockheight
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-02-27 17:18:22 +00:00
488a01c46d Make input dialog generic
pitmutt pushed to rav001 at Vergara_Tech/zenith 2024-02-27 15:45:04 +00:00
67e303af38 Refactor TUI input dialog