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

feat: offer-info updates [fixes DXJ-770] #906

Merged
merged 19 commits into from
Aug 9, 2024
Merged

feat: offer-info updates [fixes DXJ-770] #906

merged 19 commits into from
Aug 9, 2024

Conversation

shamsartem
Copy link
Collaborator

No description provided.

Copy link

linear bot commented Apr 11, 2024

@shamsartem shamsartem self-assigned this Apr 11, 2024

for (const [offerName, offer] of Object.entries(configPerEnv)) {
const providerAddress = await input({
message: `Enter provider address that was used when creating offer ${offerName} with offerId: ${offer.id} at ${configPath}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Provider address is not stored along with the offers? Maybe it should be?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (notFoundOffersInfo.length > 0) {
commandObj.warn(
commandObj.warn(
`Can't find offer info using the indexer:\n${notFoundOffersInfo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User won't know what is an "indexer".

Cannot find the following offers:
  - name: id
  - name: id

Maybe also print full indexer output in DEBUG in that case. But could be clumsy from the code organisation perspective.

@shamsartem shamsartem added the e2e label Aug 8, 2024
@shamsartem shamsartem merged commit f60a390 into main Aug 9, 2024
10 checks passed
@shamsartem shamsartem deleted the offer-info branch August 9, 2024 16:10
shamsartem added a commit that referenced this pull request Sep 9, 2024
* feat: offer-info updates [fixes DXJ-770]

* Apply automatic changes

* add connection closed to the list of the errors to retry

* add debug log

* fix?

* fix?

* improve

* updates

* Apply automatic changes

* update the message

* increase ttl

* Apply automatic changes

---------

Co-authored-by: shamsartem <shamsartem@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants