Skip to content

Commit

Permalink
add changelog entry for auto restore functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jun 5, 2024
1 parent ae4db84 commit 9ba6929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ interface LedgerEntryChange {
}
```

- `contract.AssembledTransaction` now has a `restoreFootprint` method which accepts the
`restorePreamble` returned when a simulation call fails due to some contract state that
has expired. When invoking a contract function, one can now set `restore` to `true` in the
`MethodOptions`. When enabled, a `restoreFootprint` transaction will be created and await
signing whenever contract state is required to be restored before a contract function can
be invoked.

## [v12.0.0-rc.3](https://github.com/stellar/js-stellar-sdk/compare/v11.3.0...v12.0.0-rc.3)

Expand Down

0 comments on commit 9ba6929

Please sign in to comment.