Commit Graph

574 Commits

Author SHA1 Message Date
Some Random Crypto Guy
cad1618bbd updated Carrot hard fork for testnet; merged treasury mint into Carrot HF 2025-06-09 11:33:57 +01:00
Some Random Crypto Guy
d53a0669c9 fixed building issues; added carrot key initialisation to wallet2 2025-06-09 11:18:51 +01:00
Some Random Crypto Guy
adcb66d268 fixed wallet API function usage 2025-06-05 14:13:19 +01:00
Some Random Crypto Guy
ec2015e5a4 updated SA_Proof functions to use domain separator hash key 2025-06-05 13:40:29 +01:00
akildemir
d163d6892c add missing change output parameters for genRctSimpleCarrot 2025-06-05 15:14:12 +03:00
Some Random Crypto Guy
8eac4bce5f fixed genRctSimpleCarrot params; added carrot_and_legacy_account to wallet2 2025-06-05 12:29:08 +01:00
Some Random Crypto Guy
ea19899914 moved the Carrot account functionality from cryptonote_basic to carrot_impl 2025-06-04 15:21:07 +01:00
Some Random Crypto Guy
7fe9ee0990 updated RCT functions to support SalviumOne and T-CLSAG use 2025-06-04 13:05:20 +01:00
akildemir
c8314f7b56 complete the parameter list for genRctSimple 2025-06-04 13:27:12 +03:00
Some Random Crypto Guy
b07d2ce901 added Carrot keys to account_keys etc 2025-06-03 16:32:22 +01:00
akildemir
474bca538b initial post-carrot tx construction 2025-06-03 16:03:07 +03:00
Some Random Crypto Guy
a958bdb0e0 fixed multisig issues from monero_c integration 2025-06-02 17:40:10 +01:00
Some Random Crypto Guy
1adc1b0f8d added full set of CLSAG tests for T-CLSAG 2025-05-29 19:07:12 +01:00
Some Random Crypto Guy
f7be7b843b fixed scalarmultKey() calls in Carrot-specific CLSAG code; added new signing function for T terms in CLSAG 2025-05-29 14:12:54 +01:00
akildemir
3878e389fe initial clsag implementation for carrot 2025-05-28 17:50:16 +03:00
Some Random Crypto Guy
a3a05a24e4 Merge branch 'carrot-integration' of https://github.com/salvium/salvium into carrot-integration 2025-05-21 12:58:49 +01:00
akildemir
1bf4f40b79 test compile 2025-05-21 14:33:58 +03:00
Some Random Crypto Guy
4a909bda2d merged construct_protocol_tx into latest carrot changes from Akil 2025-05-21 12:31:35 +01:00
jeffro256
6f6a17d923 carrot+fcmp: fix unit tests for payment_id_t type separation 2025-05-21 14:26:03 +03:00
jeffro256
d1b7abfc69 carrot_core: fix unit tests for payment_id_t type separation 2025-05-21 14:25:05 +03:00
Some Random Crypto Guy
33535531ec added Carrot support to construct_protocol_tx 2025-05-21 12:25:01 +01:00
jeffro256
bd34433be2 carrot_impl: refactor for encrypted_payment_id_t type separation 2025-05-21 14:23:00 +03:00
jeffro256
daffdd764b carrot_core: separate payment_id_t and encrypted_payment_id_t 2025-05-21 14:18:35 +03:00
jeffro256
4942f848f8 carrot_impl: fix sweep_all to create multiple txs with n_outputs *each* 2025-05-21 14:17:49 +03:00
jeffro256
fa3ecd03df carrot+fcmp: PR #32 j-berman review 1 2025-05-21 14:15:18 +03:00
akildemir
9c08143015 make last commit compile 2025-05-21 14:10:15 +03:00
jeffro256
9c2fa466a0 carrot+fcmp: carrot construction integration into wallet2 2025-05-21 14:05:27 +03:00
akildemir
4ee14df3c6 compile commits so far 2025-05-21 14:04:02 +03:00
jeffro256
c4ca673074 carrot+fcmp: changes to pending_tx for Carrot construction 2025-05-21 12:36:43 +03:00
jeffro256
724e2739d4 carrot_impl: document CarrotTransactionProposalV1 fields 2025-05-20 15:25:19 +03:00
j-berman
d483b9872b jeffro comments 2025-05-20 15:15:30 +03:00
akildemir
f2f21a49b1 make pre-carrot construction & carrot receiving work. 2025-05-20 14:47:13 +03:00
Some Random Crypto Guy
5f6122d045 fixed pre-Carrot TX construction; removed currently-extraneous RCTTypeFcmpPlusPlus 2025-05-20 10:06:33 +01:00
Some Random Crypto Guy
53db771c35 removed serialisation of unlock_time for txout_to_carrot_v1 output type 2025-05-19 12:17:00 +01:00
Some Random Crypto Guy
59b167f0f3 Merge branch 'sparc-integration' into carrot-integration 2025-05-19 11:50:08 +01:00
Some Random Crypto Guy
60b3f22376 fixed field ordering to allow GCC to compile; removed unlock_time field from CARROT/SPARC TX outputs 2025-05-19 11:13:01 +01:00
Some Random Crypto Guy
e3e35f6dde Merge branch 'carrot-integration' into sparc-integration 2025-05-19 10:30:41 +01:00
Some Random Crypto Guy
c145285dcf finished SPARC library prototype - anonymised return payments now pass unit tests; removed extraneous code 2025-05-16 21:06:20 +01:00
Some Random Crypto Guy
2550591cf1 added unit test for full verification of Anonymised Returns process from SPARC 2025-05-15 10:46:50 +01:00
akildemir
18ec1c331b make scanning pre-carrot and carrot coinbase txs work 2025-05-14 16:02:35 +03:00
Some Random Crypto Guy
0520fc4fe6 working make_return_tx() code 2025-05-14 12:04:50 +01:00
Some Random Crypto Guy
f5729a6109 Merge branch 'sparc-integration' of https://github.com/salvium/salvium into sparc-integration 2025-05-14 11:22:23 +01:00
Some Random Crypto Guy
da99d88bce initial import of SPARC integration into latest Carrot 2025-05-13 14:12:08 +01:00
Some Random Crypto Guy
87be655738 restored the missing params from generate_key_image_helper() calls; fixed linux build with missing vector include 2025-05-13 14:08:47 +01:00
akildemir
7a05f26810 tests compiles 2025-05-13 15:46:47 +03:00
Some Random Crypto Guy
96fff8abc3 initial import of SPARC integration into latest Carrot 2025-05-13 12:57:05 +01:00
jeffro256
f1e48c9094 carrot_impl: more documentation and rename CarrotPreSelectedInput 2025-05-13 13:57:28 +03:00
jeffro256
02e8fea2fe carrot_impl: file reorganization 2025-05-13 13:56:59 +03:00
jeffro256
266c41aeab carrot_impl: input selection overhaul
* Split subsetting into `form_preferred_input_candidate_subsets` fuction
* Use `get_input_counts_in_preferred_order` directly from `make_single_transfer_input_selector`
* Input selection policies are passed number of inputs to select for, instead of dynamic
* Filter dust before calling policies
* Throw more descriptive errors when not enough money (could still be improved for not enough input case)
* Replace multiprecision::int128_t with multiprecision::uint128_t for simplicity and cryptonote::print_money
* More documentation
* Remove "select two, prefer oldest" policy for now
2025-05-13 13:42:46 +03:00
jeffro256
410a9313dc carrot_core: better exception handling 2025-05-13 13:38:28 +03:00