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

chore(deps): bump ethers to propagate cancellations #1116

Merged
merged 3 commits into from
Feb 17, 2025

Conversation

emizzle
Copy link
Contributor

@emizzle emizzle commented Feb 14, 2025

Ethers was swallowing canellations and turning them into EthersErrors, which was causing the sales statemachine to error when it should have been simply cancelling the current state's run. Hopefully fixes the intermittently failing marketplace integration test.

Note: this PR is based off of codex-storage/nim-ethers#105, let's get that merged first so we can move our Ethers dependency off a branch.

emizzle and others added 3 commits February 17, 2025 20:43
Ethers was swallowing canellations and turning them into EthersErrors, which was causing the sales statemachine to error when it should have been simply cancelling the current state's run. Hopefully fixes the intermittently failing marketplace integration test.
@emizzle emizzle force-pushed the chore/bump-ethers-propagate-cancellations branch from 140ca38 to dc7165f Compare February 17, 2025 09:43
@emizzle emizzle added this pull request to the merge queue Feb 17, 2025
Merged via the queue into master with commit 5af3477 Feb 17, 2025
19 checks passed
@emizzle emizzle deleted the chore/bump-ethers-propagate-cancellations branch February 17, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants