-
Notifications
You must be signed in to change notification settings - Fork 74
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
- Status: Open.#668 In SO4-Markets/contracts;
docs/oracle.md's Price Pair (Min/Max) table describes increase/decrease execution price selection that doesn't match get_execution_price — it uses mid_price + impact, never min/max
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#667 In SO4-Markets/contracts;docs/oracle.md claims submit_prices.sh signs a bundle and calls set_prices — it actually calls the unsigned set_prices_simple test path
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#666 In SO4-Markets/contracts;scripts/deploy.sh and docs/deployment.md build for wasm32v1-none while CI's wasm-size.yml and docs/build.md build for wasm32-unknown-unknown
bugSomething isn't workingSomething isn't workingStatus: Open.#665 In SO4-Markets/contracts;docs/exchange-router-api.md's Overview claims create_order is exposed as a direct single-action helper — it's actually the prime example of one that isn't
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#664 In SO4-Markets/contracts;docs/exchange-router-api.md's create_order/create_deposit/create_withdrawal event payloads are stale — all three were enriched by #442 but the doc still shows the pre-enrichment 3-field shape
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#663 In SO4-Markets/contracts;docs/exchange-router-api.md's claim_funding_fees section names the wrong event topic (fee_clm instead of fnd_clm)
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#662 In SO4-Markets/contracts;deposit_handler::create_deposit raises Unauthorized for a wrong-token config mismatch, not an auth failure — docs/exchange-router-api.md documents a nonexistent TokenMismatch error for it
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#661 In SO4-Markets/contracts;docs/exchange-router-api.md's Error Codes table lists only 3 of exchange_router's 7 error variants, omitting Paused entirely
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#660 In SO4-Markets/contracts;PERSISTENT_BUMP_TARGET and MIN_BUMP_THRESHOLD are redeclared identically in order_handler, data_store, and referral_storage instead of sharing one constant
bugSomething isn't workingSomething isn't workingStatus: Open.#659 In SO4-Markets/contracts;increase_position/decrease_position never extend the position's own persistent-storage TTL, while the indexes referencing it are kept alive by unrelated activity
bugSomething isn't workingSomething isn't workingStatus: Open.#658 In SO4-Markets/contracts;docs/keeper-execution-flow.md calls oracle's price-submission function set_primary_price, which doesn't exist — the real entrypoint is set_prices
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#657 In SO4-Markets/contracts;