|
117a4fa2ea
|
Merge branch 'rav001' into rvv001
- fix transaction fee calculation
|
2024-10-30 15:16:03 -04:00 |
|
|
78437987bf
|
feat(core): use new createTransaction function
|
2024-10-30 12:55:09 -05:00 |
|
|
0d03c3bffa
|
Merge branch 'rav001' into rvv001
- Fix transaction fee calculation
|
2024-10-28 14:38:14 -04:00 |
|
|
723d1b4e1c
|
docs: update changelog
|
2024-10-27 06:37:07 -05:00 |
|
|
0e5f476e28
|
fix: correct fee calculation for shielding
|
2024-10-27 06:27:59 -05:00 |
|
|
9cee6e79cf
|
Merge branch 'rav001' into rvv001
- Fix resync process
|
2024-10-25 13:40:15 -04:00 |
|
|
28a75895f4
|
fix: correct commitment tree function
|
2024-10-25 12:36:24 -05:00 |
|
|
a9e7dad6af
|
Merge branch 'rav001' into rvv001
- fix sync process
|
2024-10-25 11:24:17 -04:00 |
|
|
183b4adf91
|
fix: use network for distinguishing blocks
|
2024-10-25 09:59:01 -05:00 |
|
|
d71d98a822
|
Merge branch 'rav001' into rvv001
- Fix sync process
|
2024-10-23 17:30:17 -04:00 |
|
|
5f2859194b
|
fix: correct rewind for brand new wallets
|
2024-10-23 16:26:18 -05:00 |
|
|
9d1416dd9d
|
feat: implement Scientific
|
2024-10-23 15:51:05 -05:00 |
|
|
d72f355981
|
feat: update amount reading to Scientific
|
2024-10-22 07:21:12 -05:00 |
|
|
8a54f8fda9
|
rvv001 - Merge branch 'rav001' into rvv001
|
2024-10-18 15:55:43 -04:00 |
|
|
8b931f9715
|
rvv001 - zcash-haskell update to latest version
|
2024-10-18 15:55:31 -04:00 |
|
|
c0031e91fd
|
feat: enable debugging
|
2024-10-18 14:50:56 -05:00 |
|
|
d3a5c36e6b
|
rvv001- zcash-haskell updated
|
2024-10-18 10:14:19 -04:00 |
|
|
f309864671
|
fix: chain rewind on data store
|
2024-10-16 16:01:45 -05:00 |
|
|
13c24ca528
|
feat(tui): implement shielding command
|
2024-10-16 08:48:54 -05:00 |
|
|
6be3630fbc
|
fix: chain re-org detection
|
2024-10-16 08:48:22 -05:00 |
|
|
cd4054e052
|
Merge branch 'rvv001' into rav001
|
2024-10-15 14:45:58 -05:00 |
|
|
57ab57554b
|
libs: update zcash-haskell
|
2024-10-15 10:36:36 -05:00 |
|
|
53eac75aa5
|
rvv001 - Shield / Deshield Forms
- Shield form created
- Deshield form created
Both forms have the 'Process' button de-activated. Must be linked
to the appropiate funciton
|
2024-10-14 19:42:09 -04:00 |
|
|
324ed663c3
|
rvv001 - Shield - Deshield process
DeShield form - Cancel button moved to the right of process button
|
2024-10-11 21:01:50 -04:00 |
|
|
9acf18c503
|
rvv001 - Shield Zec form updated
|
2024-10-11 20:12:15 -04:00 |
|
|
f1daf576cc
|
feat: shield notes by address
|
2024-10-10 09:56:04 -05:00 |
|
|
2f3362e900
|
feat: remove debug logging
|
2024-10-10 09:05:10 -05:00 |
|
|
935ad1d691
|
fix: correct sorting of user transactions
|
2024-10-10 09:03:26 -05:00 |
|
|
54d9f20fdd
|
rvv001 - Shield / De-Shield
GUI - Forms for Shielding and De-shielding created
TUI - Form to deshield is not implemented
|
2024-10-09 21:02:35 -04:00 |
|
|
c4a879b09b
|
Merge branch 'rvv001' into rav001
|
2024-10-08 10:07:22 -05:00 |
|
|
213afdadd9
|
feat(core): shielding and deshielding
|
2024-10-08 10:01:55 -05:00 |
|
|
c75316ddd7
|
feat(rpc): background wallet sync
|
2024-10-08 08:20:52 -05:00 |
|
|
e02551c9ff
|
rvv001 - Shield / Deshield form
Fields to display Total transparent funts and total Shielded Funds
added.
A funtion to update the latest total values has to be included
|
2024-10-07 19:47:28 -04:00 |
|
|
7410eed991
|
docs(rpc): add new error type
|
2024-10-07 14:26:49 -05:00 |
|
|
e487a67e36
|
docs: remote draft tag from sendmany
|
2024-10-06 08:27:53 -05:00 |
|
|
f75faa33c6
|
docs: update sendmany RPC spec
|
2024-10-06 08:23:08 -05:00 |
|
|
acba134de2
|
feat(rpc): add sendmany method
|
2024-10-06 08:19:21 -05:00 |
|
|
cf2f77e510
|
rvv001 -TUI - Form to process Shielding and De-Shielding zec has been implemented
The functionality to do the process is pending.
|
2024-10-04 21:01:13 -04:00 |
|
|
a0b9d4178a
|
feat(core): support for multiple outputs per transaction
|
2024-10-04 12:46:44 -05:00 |
|
|
25b6a097c7
|
rvv001 - Address Validation for PrivacyPolicy = Low
Transparent, Sapling, Orchard -> Accepted
Exchange -> rejected
|
2024-10-02 20:29:51 -04:00 |
|
|
398f4f1dcf
|
rvv001 - Privacy Policy control addedin TUI's send transaction form
This feature is similar to GUI's implementation.
|
2024-10-01 20:47:45 -04:00 |
|
|
86b881e752
|
docs: correct typo in RPC spec
|
2024-10-01 13:24:41 -05:00 |
|
|
12a707e4cb
|
docs: update sendmany RPC spec
|
2024-10-01 13:11:04 -05:00 |
|
|
b6b586f9bf
|
feat: add QR code table upgrade
|
2024-10-01 12:42:38 -05:00 |
|
|
adfaed6753
|
Merge branch 'rav001' into rvv001
|
2024-10-01 08:26:53 -05:00 |
|
|
28c05a66fe
|
feat: implement new PrivacyPolicy
|
2024-10-01 08:13:26 -05:00 |
|
|
0d5161cdb2
|
rvv001 - Privacy Policy check added to Send transaction window
Files affected: Zenith/GUI.hs
, Zenith/CLI.hs
, Zenith/Utils.hs
|
2024-09-30 20:16:09 -04:00 |
|
|
165977eecf
|
rvv001 - Saving work in progress....
|
2024-09-29 20:57:32 -04:00 |
|
|
5c8a611dfc
|
rvv001 - Saving Work in progress...
|
2024-09-29 20:43:12 -04:00 |
|
|
6255ea3142
|
rvv001 - Merge with rav001 branch
|
2024-09-29 20:22:29 -04:00 |
|