Skip to content

Commit

Permalink
fix: config bug and new version (#339)
Browse files Browse the repository at this point in the history
* fix config bug and new version

* fix lock file
  • Loading branch information
SWvheerden committed Apr 25, 2024
1 parent d6428de commit 94e3548
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 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 backend/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tari_launchpad"
version = "1.9.0"
version = "1.9.1"
description = "A unified user interface for a Tari node and miner, with a focus on ease-of-use and UX."
authors = ["The Tari Development Community"]
license = "BSD-3-Clause"
Expand Down
18 changes: 9 additions & 9 deletions backend/assets/config.toml
Expand Up @@ -19,10 +19,10 @@ grpc_server_allow_methods = [
"get_version",
#"check_for_updates",
#"get_sync_info",
#"get_sync_progress",
"get_sync_progress",
"get_tip_info",
#"identify",
#"get_network_status",
"identify",
"get_network_status",
"list_headers",
#"get_header_by_hash",
#"get_blocks",
Expand Down Expand Up @@ -61,10 +61,10 @@ grpc_server_allow_methods = [
"get_version",
#"check_for_updates",
#"get_sync_info",
#"get_sync_progress",
"get_sync_progress",
"get_tip_info",
#"identify",
#"get_network_status",
"identify",
"get_network_status",
"list_headers",
#"get_header_by_hash",
#"get_blocks",
Expand Down Expand Up @@ -103,10 +103,10 @@ grpc_server_allow_methods = [
"get_version",
#"check_for_updates",
#"get_sync_info",
#"get_sync_progress",
"get_sync_progress",
"get_tip_info",
#"identify",
#"get_network_status",
"identify",
"get_network_status",
"list_headers",
#"get_header_by_hash",
#"get_blocks",
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tari-lp-cli"
version = "1.9.0"
version = "1.9.1"
edition = "2021"

[dependencies]
Expand Down
18 changes: 9 additions & 9 deletions libs/sdm-assets/assets/config.toml
Expand Up @@ -18,10 +18,10 @@ grpc_server_allow_methods = [
"get_version",
#"check_for_updates",
#"get_sync_info",
#"get_sync_progress",
"get_sync_progress",
"get_tip_info",
#"identify",
#"get_network_status",
"identify",
"get_network_status",
"list_headers",
#"get_header_by_hash",
#"get_blocks",
Expand Down Expand Up @@ -59,10 +59,10 @@ grpc_server_allow_methods = [
"get_version",
#"check_for_updates",
#"get_sync_info",
#"get_sync_progress",
"get_sync_progress",
"get_tip_info",
#"identify",
#"get_network_status",
"identify",
"get_network_status",
"list_headers",
#"get_header_by_hash",
#"get_blocks",
Expand Down Expand Up @@ -100,10 +100,10 @@ grpc_server_allow_methods = [
"get_version",
#"check_for_updates",
#"get_sync_info",
#"get_sync_progress",
"get_sync_progress",
"get_tip_info",
#"identify",
#"get_network_status",
"identify",
"get_network_status",
"list_headers",
#"get_header_by_hash",
#"get_blocks",
Expand Down

0 comments on commit 94e3548

Please sign in to comment.