new-site/scripts/formation
justin 20c11e6180 fix(formation/NV): name search returns unknown (admin-verify), not a fake result
Nevada's entity search (esos.nv.gov/SilverFlume) is behind Imperva Incapsula bot
protection that blocks headless + the residential proxy IPs, and NV has no public
open-data API/bulk dataset. The old adapter scraped the blocked challenge page and
returned available=False for everything (would tell customers a free name is taken)
and also had a NameError bug (f"${CODE}..."). Now NV detects the Incapsula
challenge and returns available=None ('could not determine') with a note to verify
manually on SilverFlume -- never a false 'taken', so it never wrongly blocks an
order. TX remains fully automated via the open-data API.
2026-06-09 08:41:22 -05:00
..
jurisdictions Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
states fix(formation/NV): name search returns unknown (admin-verify), not a fake result 2026-06-09 08:41:22 -05:00
__init__.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
base.py fix(formation): name-search returns null (not false) on adapter error 2026-06-09 08:06:43 -05:00
bulk_download.py fix Iowa: remove wrong Socrata dataset (was liquor stores), mark SOS as WAF-blocked 2026-05-30 19:28:41 -05:00
document_delivery.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
ein_worker.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
formation_worker.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
holidays.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
name_search.py fix(formation): name-search returns null (not false) on adapter error 2026-06-09 08:06:43 -05:00
operating_agreement.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
portal_schedule.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
test_name_search.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00