From d7d1cdb2882fdaba01f1199603f8fd8faf9a59fd Mon Sep 17 00:00:00 2001 From: Cmdv Date: Wed, 24 Apr 2024 12:11:28 +0100 Subject: [PATCH] add more documentation on whitelists --- doc/configuration.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/doc/configuration.md b/doc/configuration.md index 669a8af14..b027c79c0 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -351,7 +351,7 @@ The string will be validated and needs to omit `\x` from the start of the hash e should be entered as: `6c969320597b755454ff3653ad09725d590c570827a129aeb4385526` -Be mindfull that whitelisting stake address will omit data being present from the following tables unless they have matching stake addresses. +Be mindfull that whitelisting stake address will omit data that does not match being present from the following tables. +-----------------------+ | table name | @@ -420,6 +420,17 @@ The string will be validated and needs to omit `\x` from the start of the hash e should be entered as: `6c969320597b755454ff3653ad09725d590c570827a129aeb4385526` +Be mindfull that whitelisting policies will omit data that does not match whitelist being present from the following tables. + ++-----------------------+ +| table name | +| ----------------------+ +| datum | +| script | +| tx_out | +| multi_assets | ++-----------------------+ + #### Example ```json @@ -505,6 +516,17 @@ The string will be validated and needs to omit `\x` from the start of the hash e should be entered as: `6c969320597b755454ff3653ad09725d590c570827a129aeb4385526` +Be mindfull that whitelisting script hashes will omit data that does not match whitelist being present from the following tables. + ++-----------------------+ +| table name | +| ----------------------+ +| datum | +| script | +| tx_out | +| multi_assets | ++-----------------------+ + #### Example ```json