Skip to content

Commit

Permalink
Merge branch 'main' into feat/handle-failed-vault-activations
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizhasan111 committed Oct 11, 2024
2 parents d4ea973 + 73b2773 commit eb9344c
Show file tree
Hide file tree
Showing 215 changed files with 6,656 additions and 4,936 deletions.
3 changes: 2 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ match_arm_blocks = false
match_block_trailing_comma = true
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
use_field_init_shorthand = true
indent_style = "Block"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes included in each Chainflip release will be documented in this file.

## [1.6.7] - 2024-09-25

### Fixes

- Add missing broker fees migration.
- Close expired Solana channels.

## [1.6.6] - 2024-09-24

### Fixes
Expand Down
Loading

0 comments on commit eb9344c

Please sign in to comment.