by
0x4ff3…B3FB
#5138 Ensuring Unique client order ids
Voting ended over 3 years agoSucceeded
Duplicated client order IDs can cause orders to be rejected by the exchange and can cause issues with historical analysis of strategy performance. Currently, the client uses a nonce derived from the current timestamp to generate "unique" client order IDs. The issue is that those IDs can be duplicated across multiple instances of hummingbot
running in parallel. To prevent this from happening, this PR introduces a new method of generating the IDs that will be unique across instances as well.
Link: https://github.com/hummingbot/hummingbot/pull/5138
Off-Chain Vote
Loading…
- Author
0x4ff3…B3FB
- IPFS#Qmdq1WD9
- Voting Systembasic
- Start DateFeb 28, 2022
- End DateMar 03, 2022
- Total Votes Cast56.99M
- Total Voters6
Timeline
- Feb 24, 2022Proposal created
- Feb 28, 2022Proposal vote started
- Mar 03, 2022Proposal vote ended
- Oct 26, 2023Proposal updated