Merge pull request #22 from FlipsideCrypto/size-filter

length filter
This commit is contained in:
drethereum 2025-07-22 17:08:14 -06:00 committed by GitHub
commit b5d4d21424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ WITH base AS (
1 = 1
AND ARRAY_SIZE(receipts_json :logs) > 0
AND ROUND(block_number,-3) != 12354000
AND length(receipts_json::string) <= 100000
{% if is_incremental() %}
AND modified_timestamp > (
SELECT