Skip to content

Commit

Permalink
Fix bug where amino is not supported in fswap and fbridge (backport #…
Browse files Browse the repository at this point in the history
…1378) (#1380)

* Fix bug where amino is not supported in fswap and fbridge (#1378)

* fix: does not support fswap and fbridge amino bug

* chore: update swagger for fbridge

* chore: update changelog

* chore: add unittest for amino msg.

* chore: add unittest for amino msg.

(cherry picked from commit ed74ee8)

# Conflicts:
#	client/docs/swagger-ui/swagger.yaml

* fix conflicts

* Revert "fix conflicts"

This reverts commit f896ddc.

* fix conflicts

---------

Co-authored-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
mergify[bot] and zemyblue authored May 13, 2024
1 parent 1da1023 commit 2b4474c
Show file tree
Hide file tree
Showing 11 changed files with 1,206 additions and 680 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/fbridge) [\#1361](https://github.com/Finschia/finschia-sdk/pull/1361) Fixes fbridge auth checking bug
* (x/fswap) [\#1365](https://github.com/Finschia/finschia-sdk/pull/1365) fix update swap keys for possibly overlapped keys(`(hello,world) should be different to (hel,loworld)`)
* (x/fswap) [\#1379](https://github.com/Finschia/finschia-sdk/pull/1379) add missing router registration
* (x/fswap, x/fbridge) [\#1380](https://github.com/Finschia/finschia-sdk/pull/1380) Fix bug where amino is not supported in fswap and fbridge (backport #1378)

### Removed

Expand Down
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 2b4474c

Please sign in to comment.