-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove wallet events and added coins parser / handlers
This log has been removed from chia in the most recent versions so it serves no purpose to have the logic here. I've submitted a PR to re-add the log back, if that happens we can revert this change. Chia-Network/chia-blockchain#2720
- Loading branch information
Showing
18 changed files
with
5 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,27 +34,22 @@ daily_stats: | |
# information. You can delete the sections which you aren't using. | ||
# You can also enable more than one notifier and send different | ||
# notifications to each of them. E.g. enable daily_stats only to E-mail. | ||
# If you enable wallet_events you'll get notifications anytime your | ||
# wallet receives some XCH (e.g. farming reward). | ||
notifier: | ||
pushover: | ||
enable: false | ||
daily_stats: true | ||
wallet_events: true | ||
credentials: | ||
api_token: 'dummy_token' | ||
user_key: 'dummy_key' | ||
telegram: | ||
enable: false | ||
daily_stats: true | ||
wallet_events: true | ||
credentials: | ||
bot_token: 'dummy_bot_token' | ||
chat_id: 'dummy_chat_id' | ||
smtp: | ||
enable: false | ||
daily_stats: true | ||
wallet_events: true | ||
credentials: | ||
sender: '[email protected]' | ||
sender_name: 'chiadog' | ||
|
@@ -66,17 +61,14 @@ notifier: | |
script: | ||
enable: false | ||
daily_stats: true | ||
wallet_events: true | ||
script_path: 'tests/test_script.sh' | ||
discord: | ||
enable: false | ||
daily_stats: true | ||
wallet_events: true | ||
credentials: | ||
webhook_url: 'https://discord.com/api/webhooks/...' | ||
slack: | ||
enable: false | ||
daily_stats: true | ||
wallet_events: true | ||
credentials: | ||
webhook_url: 'https://hooks.slack.com/services/...' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
src/chia_log/handlers/daily_stats/stat_accumulators/wallet_added_coin_stats.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters