Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sherpalden committed Aug 12, 2024
1 parent 23cbb91 commit ce2a6d7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [1.6.0] - 2024-08-12

### Added
- SUI chain implementation.
- Add `LastProcessedTxStore` to store the chain specific information about the last processed transaction.

### Changed
- While switching in between multiple relayer wallet address, set admin before saving config.
- Add two new fields in the relayer's `Message` type:
- `DappModuleCapID` to track to which dapp module the message need to relayed. This is used for `ExecuteCall` and `ExecuteRollback` only.
- `TxInfo` to store the information of transaction in which the message is contained in the source chain.
This field is opaque to relayer's core and its type is known only in the chain's implementation.
- Changed the `Listener` method signature in the chain provider interface from `Listener(ctx context.Context, lastSavedHeight uint64, blockInfo chan *types.BlockInfo) error` to `Listener(ctx context.Context, lastProcessedTx types.LastProcessedTx, blockInfo chan *types.BlockInfo) error`.


## [1.5.1] - 2024-08-12

### Changed
Expand Down

0 comments on commit ce2a6d7

Please sign in to comment.