From 690dabe6bd1df000d51a5b526fd78cfadf87c6c4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 23 Jun 2024 15:21:56 +0200 Subject: [PATCH] config.example.yml: add blacklist --- config.example.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.example.yml b/config.example.yml index 0935d91..84990b1 100644 --- a/config.example.yml +++ b/config.example.yml @@ -43,6 +43,17 @@ ship: # Request ship to stop sending blocks when reaching this block. #end_block_num: 2000 + # Blacklist contract/actions + blacklist: + # this is a "useless" action that results in alot of warning messages. + # becase thalos does not know it's ABI. Its recommended to have this action blacklisted + # unless you have a reason to use it. + eosio.null: + - nonce + + # blacklist all action from a contract + # evilcontract: ["*"] + # Telegram notifications #telegram: # id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"