This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
forked from stacks-network/stacks-core
-
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.
feat: updated file names to lib and renamed output stable
- Loading branch information
Showing
23 changed files
with
3,117 additions
and
2 deletions.
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"cargo_mutants_version": "23.11.1", | ||
"start_time": "2023-11-30T21:06:25.450047Z", | ||
"hostname": "deployers-macbook-pro.local", | ||
"username": "asuciu" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
pox-locking/src/lib.rs:65: replace handle_contract_call_special_cases -> Result<(), ClarityError> with Ok(()) | ||
stx-genesis/src/lib.rs:100: replace <impl Iterator for LinePairReader>::next -> Option<Self::Item> with None | ||
stx-genesis/src/lib.rs:108: replace <impl Iterator for LinePairReader>::count -> usize with 0 | ||
stx-genesis/src/lib.rs:108: replace <impl Iterator for LinePairReader>::count -> usize with 1 | ||
pox-locking/src/events.rs:47: replace create_event_info_stack_or_delegate_code -> String with String::new() | ||
pox-locking/src/events.rs:47: replace create_event_info_stack_or_delegate_code -> String with "xyzzy".into() | ||
pox-locking/src/events.rs:76: replace create_event_info_aggregation_code -> String with String::new() | ||
pox-locking/src/events.rs:76: replace create_event_info_aggregation_code -> String with "xyzzy".into() | ||
pox-locking/src/events.rs:103: replace create_event_info_data_code -> String with String::new() | ||
pox-locking/src/events.rs:103: replace create_event_info_data_code -> String with "xyzzy".into() | ||
pox-locking/src/events.rs:351: replace synthesize_pox_2_or_3_event_info -> Result<Option<Value>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_1.rs:69: replace is_read_only -> bool with true | ||
pox-locking/src/pox_1.rs:69: replace is_read_only -> bool with false | ||
pox-locking/src/pox_1.rs:90: replace pox_lock_v1 -> Result<(), LockingError> with Ok(()) | ||
pox-locking/src/pox_1.rs:128: replace handle_contract_call -> Result<(), ClarityError> with Ok(()) | ||
pox-locking/src/pox_2.rs:33: replace is_read_only -> bool with true | ||
pox-locking/src/pox_2.rs:33: replace is_read_only -> bool with false | ||
pox-locking/src/pox_2.rs:217: replace pox_lock_extend_v2 -> Result<u128, LockingError> with Ok(0) | ||
pox-locking/src/pox_2.rs:217: replace pox_lock_extend_v2 -> Result<u128, LockingError> with Ok(1) | ||
pox-locking/src/pox_2.rs:248: replace pox_lock_v2 -> Result<(), LockingError> with Ok(()) | ||
pox-locking/src/pox_2.rs:280: replace handle_stack_lockup_pox_v2 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_2.rs:345: replace handle_stack_lockup_extension_pox_v2 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_2.rs:409: replace handle_stack_lockup_increase_pox_v2 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_2.rs:473: replace handle_contract_call -> Result<(), ClarityError> with Ok(()) | ||
pox-locking/src/pox_3.rs:42: replace pox_lock_v3 -> Result<(), LockingError> with Ok(()) | ||
pox-locking/src/pox_3.rs:72: replace pox_lock_extend_v3_not_tested -> Result<u128, LockingError> with Ok(0) | ||
pox-locking/src/pox_3.rs:72: replace pox_lock_extend_v3_not_tested -> Result<u128, LockingError> with Ok(1) | ||
pox-locking/src/pox_3.rs:87: replace pox_lock_extend_v3 -> Result<u128, LockingError> with Ok(0) | ||
pox-locking/src/pox_3.rs:87: replace pox_lock_extend_v3 -> Result<u128, LockingError> with Ok(1) | ||
pox-locking/src/pox_3.rs:169: replace handle_stack_lockup_pox_v3 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_3.rs:236: replace handle_stack_lockup_extension_pox_v3 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_3.rs:300: replace handle_stack_lockup_increase_pox_v3 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None) | ||
pox-locking/src/pox_3.rs:363: replace handle_contract_call -> Result<(), ClarityError> with Ok(()) |
Oops, something went wrong.