-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: use indexer directly [JS-842] #1069
Conversation
… when using Promise.all that inits and manipulates the same config
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.
LGTM
I've tested several commands: delegator collateral-withdraw
, delegator reward-withdraw
, delegator collateral-add
, provider cc-info
, provider deal-exit
and e.t.c
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.
Let's split this file into smaller ones
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.
if you don't mind I will think about doing that in a separate PR. I think splitting the code in multiple files doesn't solve any concrete issues, more of a matter of a taste thing, though I could be wrong and I agree this file is pretty big already. On the other hand it still seems ok to work with and as a bonus doesn't require you to jump between many files when working with commitments, which is pretty convenient
No description provided.