Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Apr 15, 2024
1 parent 7241c11 commit da523dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contract-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased changes

- Integrate protocol version 7 cost semantics.
- The `ContractInvokeSuccess` and `ContractInvokeError` have additional fields
that record where parts of the energy was allocated during execution.

## 4.2.0

- Add support for querying the module reference and contract name of an instance.
Expand Down
3 changes: 3 additions & 0 deletions contract-testing/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,9 @@ impl Chain {
}
}

// Since this is an internal function it seems better to allow rather than
// introduce a new struct just to call this function.
#[allow(clippy::too_many_arguments)]
fn contract_invocation_process_response(
&self,
result: InvokeResponse,
Expand Down

0 comments on commit da523dd

Please sign in to comment.