Remove mainnet limit
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Remove the hard-coded 100 ADA commit limit on mainnet ('rejectMoreThanMainnetLimit').
This training-wheels restriction is no longer needed.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
10.7.1
[EC Api] - Beyond MVG Project: Milestone 2 data release and progress update
Bump pygments from 2.19.1 to 2.20.0 in /doc
Replace string concatenation into DSL.condition() SQL strings with
JOOQ's DSL.val() bind parameters. This makes the query construction
structurally safe — the database driver handles escaping via prepared
statement parameters, eliminating any possibility of unsanitized data
reaching SQL regardless of upstream validation.
PostgreSQL: uses jsonb_build_array(jsonb_build_object('key', ?)) to
build JSONB containment checks from bind parameters instead of
interpolating values into JSON literals.
H2: uses ? bind parameters in LIKE conditions instead of concatenating
values into the LIKE pattern string.
The requireHex() validation in BaseCurrencyConditionBuilder is retained
as a fast-fail check for better error messages, but is no longer the
sole protection against unsanitized input reaching queries.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Update TapDano icon
chore: update translation progress from Crowdin
New Crowdin updates
Update tx-stats.json for epoch 621
The `input-output-hk/plutus-apps` repository has been archived, causing the Broken Links CI workflow to fail.