Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix: review sov-ibc-transfer implementation and apply fixes (#133)
Browse files Browse the repository at this point in the history
* fix: remove now redundant escrowed_token state + move away from base64-encoding memo

* chore: update basecoin rev

* imp: move away from memo + introduce minted_token_id_to_name state

* fix: enforce context to use ibc_transfer address as sender

* fix: apply review comments

* feat: add transfer_mintedTokenName RPC method

* chore: add comment for token_id map check in unescrow_coins_validate

* imp: add comments for create_token

* chore: clean-ups + comments

* nit
  • Loading branch information
Farhad-Shabani authored Apr 11, 2024
1 parent c57182e commit 4e37dc4
Show file tree
Hide file tree
Showing 18 changed files with 407 additions and 418 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[patch.crates-io]

sov-ibc = { path = "modules/sov-ibc" }
Expand Down
Loading

0 comments on commit 4e37dc4

Please sign in to comment.