forked from zingolabs/zingolib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zingolabs#609] Implement Reorg Test that changes the index of a tran…
…saction Closes zingolabs#609 builds on top of zingolabs#593 Fix Clippy
- Loading branch information
Showing
26 changed files
with
201 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
pub const ADVANCED_REORG_TESTS_USER_WALLET: &'static str = | ||
"wrong when collect sponsor always simple control color exercise dad merry diet script attract public lucky pen pistol depend deposit salad room similar hour"; | ||
pub const REORG_CHANGES_INCOMING_TX_INDEX_AFTER: &'static str = | ||
"tests/data/wallets/advanced_reorg_tests/tx_index_changes/after_reorg.txt"; | ||
pub const REORG_CHANGES_INCOMING_TX_INDEX_BEFORE: &'static str = | ||
"tests/data/wallets/advanced_reorg_tests/tx_index_changes/before_reorg.txt"; | ||
pub const REORG_CHANGES_INCOMING_TX_HEIGHT_AFTER: &'static str = | ||
"tests/data/wallets/advanced_reorg_tests/tx_height_changes/after_reorg.txt"; | ||
pub const REORG_CHANGES_INCOMING_TX_HEIGHT_BEFORE: &'static str = | ||
"tests/data/wallets/advanced_reorg_tests/tx_height_changes/before_reorg.txt"; | ||
pub const TREE_STATE_FOLDER_PATH: &'static str = | ||
"tests/data/wallets/advanced_reorg_tests/tx_height_changes/tree_states"; | ||
"tests/data/wallets/advanced_reorg_tests/tree_states"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
zingocli/tests/data/wallets/advanced_reorg_tests/tx_index_changes/after_reorg.txt
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
zingocli/tests/data/wallets/advanced_reorg_tests/tx_index_changes/before_reorg.txt
Large diffs are not rendered by default.
Oops, something went wrong.