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:
dianacarvalho1
2025-05-13 12:31:36 +01:00
committed by GitHub
parent b13b2b3cc0
commit 2a77cf965c
5 changed files with 95 additions and 3 deletions

View File

@@ -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