Skip to content

Commit

Permalink
feat: save sequence for every bridge request (#1351)
Browse files Browse the repository at this point in the history
* feat: add SeqToBlocknum

* add CHANGELOG

* add query bound for SeqToBlocknums
  • Loading branch information
tkxkd0159 authored May 3, 2024
1 parent 7b421db commit 8d79d25
Show file tree
Hide file tree
Showing 15 changed files with 1,116 additions and 307 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/fswap) [\#1339](https://github.com/Finschia/finschia-sdk/pull/1339) Implement fswap module's genesis
* (x/fbridge) [\#1340](https://github.com/Finschia/finschia-sdk/pull/1340) Initialize fbridge module
* (x/fbridge) [\#1347](https://github.com/Finschia/finschia-sdk/pull/1347) Implement bridge transfer feature (sending side)
* (x/fbridge) [\#1351](https://github.com/Finschia/finschia-sdk/pull/1351) Map a sequence to block number for every bridge request (sending side)

### Improvements
* (docs) [\#1120](https://github.com/Finschia/finschia-sdk/pull/1120) Update links in x/foundation README.md
Expand Down
Loading

0 comments on commit 8d79d25

Please sign in to comment.