Ted97
Ted97
# Bug Report **Satoru version:** [6ebc1a4](https://github.com/keep-starknet-strange/satoru/commit/6ebc1a42bc09223a42d736a11442de70533e3fda) **Current behavior:** `OrderNotUpdatable` error when try update order limit **Expected behavior:** `OrderNotUpdatable` error when try update order market **Steps to reproduce:** ``` const updateOrderCalldata:...
# Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Bugfix - Feature - Testing ## What is the current behavior? **OrderNotUpdatable**...
# Bug Report **Satoru version:** [6ebc1a4](https://github.com/keep-starknet-strange/satoru/commit/6ebc1a42bc09223a42d736a11442de70533e3fda) **Current behavior:** `ReentrancyGuard: reentrant call` when **create_order**, **cancel_order**, **simulate_execute_order**, **create_deposit**, **cancel_deposit**, **simulate_execute_deposit**, **create_withdrawal**, **cancel_withdrawal**, **simulate_execute_withdrawal**. **Duplicate reentrancy in ExchangeRouter and [*]Handler** **Expected behavior:** User...
# Fix duplicate global_reentrancy_guard # Pull Request type - Bugfix - Testing ## What is the current behavior? - `ReentrancyGuard: reentrant call` when create_order, cancel_order, simulate_execute_order, create_deposit, cancel_deposit, simulate_execute_deposit, create_withdrawal,...