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

Update the NodeInfo interface with missing attributes #608

Closed
vojtechsimetka opened this issue Apr 4, 2022 · 1 comment · Fixed by #622
Closed

Update the NodeInfo interface with missing attributes #608

vojtechsimetka opened this issue Apr 4, 2022 · 1 comment · Fixed by #622
Labels
kind:bug A bug in existing code (including security flaws) type:issue

Comments

@vojtechsimetka
Copy link
Contributor

The NodeInfo interface currently has shape (see bee-js docs):

{
   beeMode: BeeModes
   gatewayMode: boolean
}

But the bee 1.5.0 returns:

{
  "beeMode": "light",
  "gatewayMode": false,
  "chequebookEnabled": true,
  "swapEnabled": true
}

This is a great opportunity to introduce #606 for this endpoint

@bee-runner bee-runner bot added the type:issue label Apr 4, 2022
@vojtechsimetka vojtechsimetka added the kind:bug A bug in existing code (including security flaws) label Apr 4, 2022
@AuHau AuHau closed this as completed in #622 Apr 6, 2022
@bee-worker
Copy link
Collaborator

Release @ethersphere/bee-js v3.3.4 addresses this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in existing code (including security flaws) type:issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants