Skip to content

Commit

Permalink
Use deployment-info branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Nov 18, 2024
1 parent d903cf7 commit 95797fc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 20 deletions.
52 changes: 34 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ helium-lib = { git = "https://github.com/helium/helium-wallet-rs.git", branch =
hextree = { git = "https://github.com/jaykickliter/HexTree", branch = "main", features = [
"disktree",
] }
helium-proto = { git = "https://github.com/helium/proto", branch = "master", features = [
helium-proto = { git = "https://github.com/helium/proto", branch = "deployment-info", features = [
"services",
] }
beacon = { git = "https://github.com/helium/proto", branch = "master" }
beacon = { git = "https://github.com/helium/proto", branch = "deployment-info" }
solana-client = "1.18"
solana-sdk = "1.18"
solana-program = "1.18"
Expand Down
1 change: 1 addition & 0 deletions mobile_config/src/gateway_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ impl TryFrom<GatewayInfo> for GatewayInfoProto {
let metadata = if let Some(metadata) = info.metadata {
Some(GatewayMetadataProto {
location: hextree::Cell::from_raw(metadata.location)?.to_string(),
deployment_info: None, // TODO
})
} else {
None
Expand Down

0 comments on commit 95797fc

Please sign in to comment.