Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/services/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,6 @@
- relayer: fix Relayer.wait() interface

The interface for calling Relayer.wait() has changed. Instead of a single optional ill-defined timeout/delay parameter, there are three optional parameters, in order:

- timeout: the maximum time to wait for the transaction receipt
- delay: the polling interval, i.e. the time to wait between requests
- maxFails: the maximum number of hard failures to tolerate before giving up
Expand Down Expand Up @@ -1787,7 +1786,6 @@
### Minor Changes

- major architectural changes in Sequence design

- only one API instance, API is no longer a per-chain service
- separate per-chain indexer service, API no longer handles indexing
- single contract metadata service, API no longer serves metadata
Expand Down
Loading