Some Random Crypto Guy
a4e7ebc591
added missing test code
2026-03-05 14:10:49 +00:00
auruya
7727bdb51e
Add stake tests ( #60 )
...
* update unit tests
* add stake transaction functional test
2025-09-12 09:39:02 +01:00
akildemir
dd39f94ca6
all pre-carrot txs work; Add support for return txs post-carrot.
2025-07-11 12:08:44 +03:00
akildemir
2b31c8ad69
compile unit tests
2025-06-24 13:18:08 +03:00
akildemir
1bf4f40b79
test compile
2025-05-21 14:33:58 +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
7a05f26810
tests compiles
2025-05-13 15:46:47 +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
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
19593db002
carrot_impl: fix 2-out selfsend sweep carving
2025-05-13 13:16:53 +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
jeffro256
ee263314ef
fix wallet2::check_tx_hey_helper
...
And fix compilation bug in wallet_tx_builder and reorganize unit tests.
2025-05-07 16:17:30 +03:00
jeffro256
939fd068c5
carrot_impl: make_signable_tx_hash_from_carrot_transaction_proposal_v1 and bug fixes
2025-05-07 15:41:43 +03:00
j-berman
ada1fa0e5e
Fix debian build attempt
2025-05-07 15:34:32 +03:00
jeffro256
44e70b4765
carrot_impl 3/27/25 [WIP]
2025-05-06 15:38:34 +03:00