Skip to content

Commit

Permalink
add more documentation on whitelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmdv committed Apr 24, 2024
1 parent bd5cfcc commit d7d1cdb
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7d1cdb

Please sign in to comment.