Evalanche v1.7.7
Evalanche 1.7.7
Summary
This release hardens Polymarket sell execution so agents do not silently route into unsafe dust-floor fills.
Highlights
pm_sellnow performs a slippage check against visible bid-side liquidity before execution- immediate sells are submitted as protected
FAKlimit orders instead of unbounded market sells - Polymarket CLOB auth fallback now uses fresh nonces per derive/create attempt
pm_limit_sellnow respectspostOnly: falseinstead of always forcing a resting order- regression tests were added for auth nonce handling, protected sells, and
pm_limit_sellexecution semantics
Validation
npm run test -- test/polymarket/client-extended.test.tsnpm run test -- test/polymarket/client.test.tsnpm run typechecknpm run build
Notes for Maintainers
pm_sellnow fails fast when visible liquidity would breach the configured slippage boundpm_limit_sellremains the explicit tool for posting a resting sell order on the book