Some Random Crypto Guy
9e20133ed9
fixed input and output limits for TXs
2025-07-23 10:35:14 +01:00
Some Random Crypto Guy
9c11200666
fixed RCT types to support ECDHINFO for Salvium One; fixed input and output limits for TXs
2025-07-23 10:21:13 +01:00
Some Random Crypto Guy
1d3747e9cd
fixed subaddress_map issues allowing construction of TX for spending AUDIT and STAKE post-Carrot-HF
2025-07-15 10:50:03 +01:00
akildemir
c1c70ddace
fix finding wrong change bug ( #23 )
2025-07-14 16:47:21 +01:00
Some Random Crypto Guy
7dd5450419
Fixed pre-scanning for STAKE TXs
2025-07-14 13:18:54 +01:00
akildemir
dd39f94ca6
all pre-carrot txs work; Add support for return txs post-carrot.
2025-07-11 12:08:44 +03:00
Some Random Crypto Guy
aa02928620
fixed keys for pre+post Carrot mining rewards
2025-07-04 16:03:57 +01:00
akildemir
520d4b4eab
implement sparc return address functionality
2025-07-02 14:25:25 +03:00
Some Random Crypto Guy
8b1796147a
fixed Carrot transfer functionality getting correct spendkeys
2025-07-01 23:12:13 +01:00
akildemir
130975cebd
clean up previous commit
2025-06-29 15:38:14 +03:00
Some Random Crypto Guy
5306d4b94a
interim checkin - working RCT Carrot TX
2025-06-27 16:05:08 +01:00
akildemir
87ceee6c2d
fully integrate carrot keys into wallet2
2025-06-17 15:40:12 +03:00
Some Random Crypto Guy
cbde471d91
fixed GCC issue with fields initialised in wrong order
2025-06-12 16:54:08 +01:00
akildemir
a289de023a
completed first successful tx from old keys to old keys post carrot fork
2025-06-12 16:32:16 +03: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
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
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
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
jeffro256
c4ca673074
carrot+fcmp: changes to pending_tx for Carrot construction
2025-05-21 12:36:43 +03: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
870203e6fe
carrot_impl: correct subaddr account index for change
2025-05-13 13:38:09 +03:00
jeffro256
8f699871d3
carrot_impl: sweep all below
2025-05-13 13:35:03 +03:00
jeffro256
650b6b8bd4
carrot_impl: classify 2-out dummys as change and make unique derivs for 2-selfsend 2-outs
2025-05-13 13:34:48 +03:00
jeffro256
d89d20ab0e
carrot_impl: make_carrot_transaction_proposals_wallet2_sweep_all
2025-05-13 13:16:07 +03:00
jeffro256
b982d4c5a6
carrot_impl: make multiple sweep tx proposals at once
2025-05-13 13:13:06 +03:00
jeffro256
29f9a4d679
carrot_impl: make multiple tx transfer proposals at once
2025-05-13 12:45:21 +03:00
akildemir
fa0a05a01c
compile commit so far
2025-05-12 15:36:39 +03:00
jeffro256
89c60d57ec
carrot+fcmp: tx_builder use select_greedy_aging
2025-05-12 15:04:54 +03:00
jeffro256
09b886b324
carrot+fcmp: tx builder wallet2 overloads
2025-05-12 15:00:35 +03:00
jeffro256
44e70b4765
carrot_impl 3/27/25 [WIP]
2025-05-06 15:38:34 +03:00