Jamie Hewitt
Jamie Hewitt
The information that is currently in the blog post should also be in the docs.
**Describe the bug** `tokenBalancesOwned` isn't updated anywhere. Can also verify this with the following query: ``` { users(first: 1000){ tokenBalancesOwned { id token { id } value } } }...
The hydra-cli currently does not work on Windows, this is the cause of of the following two issues: https://github.com/Joystream/hydra/issues/219 and https://github.com/Joystream/hydra/issues/216 We should look into the cause of this so...
The following tests are failing when I run `yarn test`: * `Should generate migration` * `should render otm types` * `should render mto types` VERSION @dzlzv/hydra-cli/0.1.6 win32-x64 node-v12.20.2 ``` yarn...
It would be useful to have some some documentation on the guidelines for contributing e.g. linting, test scripts, how to set it up for local development etc. This will help...
In response to this issue: https://github.com/Joystream/hydra/issues/218
### Environment information * `brownie` Version: 1.19.2 * `ganache-cli` Version: 7.7.3 * Python Version: 3.9.2 * OS: Ubuntu 22.04.1 LTS ### What was wrong? When I run `brownie` I get...
Remove Georli from all docs including the text and the examples. Replace with Mumbai for examples.
Fixes # . Changes proposed in this PR: - Updating the documentation to give an introduction to Ocean Node. Preview link here: https://oceanprotocol.gitbook.io/node-ocean-protocol-docs/4hGZcmrWEN1gIa5V0qCl/
### Describe the bug Try running the installation command in a next.js project where tailwind has not previously been used and it leads to an error. The installation instructions seem...