-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update circles-core dependency and use new pathfinder service #630
Conversation
✅ Deploy Preview for relaxed-snyder-612ce8 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for preview-review-circles-garden ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for preview-testing-circles-garden ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
…when pathfindeType is cli
Is this a draft PR until circles core 4.0.0 is ready? |
Correct |
@louilinn I removed the loops when using the pathfinder service, maybe we have to review it after our conversation today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me, everything is okay. Let's see what @louilinn has to say about it! 💪🏿
220d5bc
to
051948b
Compare
I connected an issue to zenhub as it states in Development tab in github |
Can we convert this PR back to Draft as it is not ready or in a state to be merged? I would appreciate if we squash miko's commits (using git rebase --interactive) here into one commit before merging this PR (not before tonight but when you are not all working on the branch at once). This is to have a reference commit to know what changed in myxo. Long term we have to make this fix in the core. Miko is creating an issue for it now. |
Also please note that all changes to error messages will have to be OK:d by @triaslucia before merging. For reference Lucia, this is the code branch that is in preview-testing and will be tested by selected business partners in a meeting tonight. |
Related: CirclesUBI/circles-core#188 |
@triaslucia - is your last comment something to be fixed before merging or can we merge opening an issue about it? |
I think miko's work should have been added in a new PR. Anyway, can you please @mikozet add the description of what is done into the description of this PR? |
Which commit do you want to squash? |
"Add an exception when txHash is null" - added to description |
So this is no longer a draft or? |
f7a0474
to
66da0f3
Compare
66da0f3
to
e4483b8
Compare
By default the pathfinder type is
server
. However, we can get same behavior as before by keeping the value tocli
.Note that in case of using the type server, the parameter
hops
will be ignored, otherwise (with type cli) themaxTransfers
parameter will be ignored. Therefore, we should review the logic using the hops to optimize the transfer steps response (#597).The retry loops are now conditioned to the pathfinder type. The retry logic for
token.transfer
andtoken.findTransitiveTransfer
are not needed anymore.Closes #631
Add an exception when txHash is null during transfer.
Closes #589