Commit 69dc888
authored
fix: update block expiration buffers for short term orders (#444)
Due to recent block time decreases, the default 3 block expiration for
short term orders is not enough. This PR bumps the SHORT_BLOCK_FORWARD
to 20 blocks and the SHORT_BLOCK_WINDOW(allowed upper bound of good till
block delta) to 401 parent 1eec0d9 commit 69dc888
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- v4-client-js/src/clients
- v4-client-py-v2/dydx_v4_client/indexer/rest
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
0 commit comments