feat: Add entrypoint (#202)
* feat: add DCI message definitions #time 4m #time 0m * feat: Add add_entrypoint to TransactionChangesBuilder #time 15m #time 0m * fix: Make entrypoints into a HashSet instead of Vec #time 0m * fix: Rollback on message index change in ContractSlot #time 5m * fix: Ignore examples in docstrings when running cargo test --------- Co-authored-by: Louise Poole <louise@datarevenue.com>
This commit is contained in:
@@ -192,7 +192,7 @@ pub fn aggregate_balances_changes(
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// ```
|
||||
/// ```ignore
|
||||
/// let predicate = |log_address: &[u8], transfer_address: &[u8]| -> bool {
|
||||
/// // Your predicate logic here, e.g., checking if the address matches a specific pattern.
|
||||
/// true
|
||||
|
||||
Reference in New Issue
Block a user