Skip to content

Commit

Permalink
coretests: implemented a test for the function "blockchain_storage::f…
Browse files Browse the repository at this point in the history
…ill_tx_rpc_inputs" (#486)
  • Loading branch information
stepan-dolgorukov authored Dec 13, 2024
1 parent c0ca49c commit eda0472
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/core_tests/chaingen_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY(one_block);
GENERATE_AND_PLAY(gen_ring_signature_1);
GENERATE_AND_PLAY(gen_ring_signature_2);
GENERATE_AND_PLAY(fill_tx_rpc_inputs);
//GENERATE_AND_PLAY(gen_ring_signature_big); // Takes up to XXX hours (if CURRENCY_MINED_MONEY_UNLOCK_WINDOW == 10)

// tests for outputs mixing in
Expand Down
3 changes: 2 additions & 1 deletion tests/core_tests/chaingen_tests_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@
#include "multiassets_test.h"
#include "ionic_swap_tests.h"
#include "attachment_isolation_encryption_test.h"
#include "pos_fuse_test.h"
#include "pos_fuse_test.h"
#include "daemon_rpc.h"
Loading

0 comments on commit eda0472

Please sign in to comment.