Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(swap): use tmp file for swap and order files #2118

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

dimxy
Copy link
Collaborator

@dimxy dimxy commented May 13, 2024

To avoid concurrent reading/writing enable .tmp file technic for swap and order files.
Closes #2117
See also this note: #2117 (comment)

Note: this fix should not create a problem for two mm2 instances running on the same node as both would use different directories for their data, derived from different listening IP-addresses.

@dimxy dimxy assigned dimxy and shamardy and unassigned dimxy May 14, 2024
@shamardy shamardy merged commit 29c48bb into dev May 14, 2024
22 of 26 checks passed
@shamardy shamardy deleted the fix-swap-file-access branch May 14, 2024 13:20
dimxy added a commit that referenced this pull request May 22, 2024
* dev:
  feat(ETH): eip1559 gas fee estimator and rpcs (#2051)
  fix(p2pk-tests): fix p2pk tests post merge (#2119)
  fix(p2pk): show and spend P2PK balance (#2053)
  fix(swap): use tmp file for swap and order files (#2118)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants