cryptozoidberg
|
6b4bfee7d9
|
Merge branch 'zarcanum' into zarcanum_wallet
|
2022-07-13 16:11:10 +02:00 |
|
sowle
|
14924b635a
|
zc signature generation + tx_source_entry refactoring + construct_tx refactoring
|
2022-07-13 04:37:37 +02:00 |
|
sowle
|
26f34edc83
|
CLSAG prototypes
|
2022-07-13 04:35:15 +02:00 |
|
sowle
|
74f6ce33ac
|
Merge branch 'zarcanum_wallet' into zarcanum
|
2022-07-11 01:29:44 +02:00 |
|
cryptozoidberg
|
915bdd1efb
|
hidden amounts in wallet: construct_tx deep refactoring(first version, likely with bugs)
|
2022-07-10 20:11:44 +02:00 |
|
cryptozoidberg
|
9fb947b544
|
hidden amounts in wallet: construct_tx deep refactoring(in progress)
|
2022-07-09 17:35:40 +02:00 |
|
cryptozoidberg
|
93266b93b2
|
Merge branch 'zarcanum' into zarcanum_wallet
|
2022-07-09 15:31:47 +02:00 |
|
sowle
|
220816d039
|
zarcanum outputs & signature (work in progress)
|
2022-07-08 21:06:38 +02:00 |
|
cryptozoidberg
|
7792605ab9
|
hidden amounts in wallet: construct_tx deep refactoring(totaly broken yet)
|
2022-07-08 20:52:04 +02:00 |
|
cryptozoidberg
|
b500a22d59
|
hidden amounts in wallet: fixed to proper return code literal
|
2022-07-08 15:55:01 +02:00 |
|
cryptozoidberg
|
87e7905be1
|
Merge branch 'zarcanum' into zarcanum_wallet
|
2022-07-06 22:14:07 +02:00 |
|
sowle
|
ea24d40f84
|
range proofs for zarcanum outputs
|
2022-07-06 22:07:54 +02:00 |
|
sowle
|
11ab985bc6
|
crypto: bpp minor refactoring (mostly prototypes), minor improvements, compilation fixes
|
2022-07-06 18:52:24 +02:00 |
|
sowle
|
e18f300fae
|
inline for is_out_burned
|
2022-07-06 15:54:51 +02:00 |
|
sowle
|
9b2c951d71
|
variant tag for zarcanum_outs_range_proof
|
2022-07-06 15:14:25 +02:00 |
|
cryptozoidberg
|
fc0851922f
|
Merge branch 'zarcanum' into zarcanum_wallet
|
2022-07-06 13:23:15 +02:00 |
|
cryptozoidberg
|
52de76edd5
|
hidden amounts in wallet: fixed types
|
2022-07-06 13:22:05 +02:00 |
|
sowle
|
6ca3acd0d5
|
zarcanum outputs generation + range proofs (work in progress)
|
2022-07-06 03:01:53 +02:00 |
|
sowle
|
03f949b669
|
crypto_assert re-implemented using exceptions
|
2022-07-06 02:59:07 +02:00 |
|
sowle
|
4028bab31c
|
add_out_to_get_random_outs() and print_blockchain_out_stats() refactoring
|
2022-07-04 21:08:53 +02:00 |
|
cryptozoidberg
|
572f3c01c6
|
hidden amounts in wallet: fixed return type
|
2022-07-04 15:27:41 +02:00 |
|
cryptozoidberg
|
b799aae67f
|
hidden amounts in wallet: syntax fixes
|
2022-07-04 15:26:28 +02:00 |
|
sowle
|
e2ef29a021
|
is_out_burned() implemented
|
2022-07-04 14:50:08 +02:00 |
|
cryptozoidberg
|
045801449a
|
hidden amounts in wallet: fixed warining in out_get_mixin_attr()
|
2022-07-01 17:20:55 +02:00 |
|
cryptozoidberg
|
464771baec
|
hidden amounts in wallet: wallet.cpp compilation fixed
|
2022-07-01 17:19:57 +02:00 |
|
cryptozoidberg
|
9a365940e6
|
hidden amounts in wallet: pricess_new_transaction(): finished
|
2022-06-30 21:47:59 +02:00 |
|
cryptozoidberg
|
e75c2e603c
|
Merge branch 'zarcanum' into zarcanum_wallet
|
2022-06-30 19:03:03 +02:00 |
|
cryptozoidberg
|
c0eb4088d8
|
hidden amounts in wallet: pricess_new_transaction() refactoring in work
|
2022-06-30 19:02:22 +02:00 |
|
sowle
|
fc01b6a099
|
tx_out_zarcanum: mix_attr added
|
2022-06-30 18:42:13 +02:00 |
|
cryptozoidberg
|
c2d0167c8a
|
hidden amounts in wallet: added return value to process_input_t()
|
2022-06-28 22:29:52 +02:00 |
|
cryptozoidberg
|
75e05e2d2e
|
hidden amounts in wallet: process_new_transaction refactoring
|
2022-06-28 22:27:36 +02:00 |
|
sowle
|
45e1bbcafa
|
zarcanum outputs detection/decoding
|
2022-06-28 22:17:29 +02:00 |
|
sowle
|
a23eaac730
|
crypto_ops: derivation_to_scalar made public
|
2022-06-28 22:15:18 +02:00 |
|
sowle
|
9d1ab22010
|
crypto: hs_t and hs(...) made compatible with char[32]
|
2022-06-28 22:14:39 +02:00 |
|
sowle
|
d904323f88
|
crypto: made point_t throwing exceptions in bad cases
|
2022-06-28 22:13:34 +02:00 |
|
cryptozoidberg
|
018ec1eccf
|
Merge branch 'zarcanum_wallet' into zarcanum
|
2022-06-28 19:03:06 +02:00 |
|
cryptozoidberg
|
5b2dc84c4a
|
wallet.cpp compilation fixed
|
2022-06-28 18:29:00 +02:00 |
|
cryptozoidberg
|
8269c8ad42
|
renamed struct and removed unnecessary field
|
2022-06-28 17:53:50 +02:00 |
|
cryptozoidberg
|
a3947ea0c9
|
hidden amounts in wallet: fixed missing argument
|
2022-06-28 17:52:12 +02:00 |
|
cryptozoidberg
|
61f215e552
|
hidden amounts in wallet:inital
|
2022-06-28 17:46:07 +02:00 |
|
sowle
|
389118e785
|
zarcanum sig WIP
|
2022-06-27 23:09:25 +02:00 |
|
cryptozoidberg
|
a90c9931dd
|
fixed undefined references
|
2022-06-27 22:30:49 +02:00 |
|
cryptozoidberg
|
edd7eaca95
|
fixed compilation issue with print_tx_prun_info
|
2022-06-27 19:22:43 +02:00 |
|
cryptozoidberg
|
4aa4f9beb3
|
Merge branch 'sign_refactor' into zarcanum
|
2022-06-26 01:15:45 +02:00 |
|
cryptozoidberg
|
dfac17daeb
|
fixed all core tests
|
2022-06-26 01:13:19 +02:00 |
|
cryptozoidberg
|
e94e5c0a97
|
multiple fixes over sig refactoring
|
2022-06-25 00:06:26 +02:00 |
|
cryptozoidberg
|
fa4b8ab130
|
signature refactoring: pre-core tests
|
2022-06-23 16:22:55 +02:00 |
|
cryptozoidberg
|
4f80c7c334
|
signature refactoring with []
|
2022-06-19 19:47:43 +02:00 |
|
cryptozoidberg
|
84c0697f1c
|
renamed alias member to proper name - fixed in wallet
|
2022-06-18 20:50:04 +02:00 |
|
cryptozoidberg
|
1960b49a1e
|
renamed alias member to proper name
|
2022-06-18 20:50:04 +02:00 |
|