Skip to content

Commit

Permalink
update to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Jan 15, 2024
1 parent 7c66895 commit dffd794
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
dotenvy = "0.15.7"
hex = "0.4.3"
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.29.0", default-features = false, features = ["tendermint-rpc", "std", "async-client", "async-send", "download-params"] }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.30.0", default-features = false, features = ["tendermint-rpc", "std", "async-client", "async-send", "download-params"] }
tendermint-config = "0.34.0"
tendermint-rpc = { version = "0.34.0", features = ["http-client"]}
orion = "0.17.5"
Expand Down
2 changes: 2 additions & 0 deletions src/handler/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ pub async fn request_transfer(
InputAmount::Unvalidated(denominated_amount),
);

transfer_tx_builder.tx.memo = Some("Transfer from faucet".to_string().as_bytes().to_vec());

let (mut transfer_tx, signing_data, _epoch) = transfer_tx_builder
.build(&*state.sdk)
.await
Expand Down

0 comments on commit dffd794

Please sign in to comment.