barge
barge copied to clipboard
🐳 Docker Compose files for the full Ocean Protocol stack
Towards https://github.com/oceanprotocol/multi-repo-issue/issues/151 Changes: - Hack barge to use provider image from `dmats/provider:arweave-integration`. (Revert this before merging). - Specify `ARWEAVE_GATEWAY` envvar
**Describe the bug** start_ocean.sh script does not properly purge. See line 263 with `eval docker-compose --project-name=$PROJECT_NAME "$COMPOSE_FILES" -f "${NODE_COMPOSE_FILE}" down` NODE_COMPOSE_FILE is not defined anywhere, which yields null after -f,...
## Description The `start_ocean.sh` file had a sudo command which doesnt work on Windows and only existed as a workaround for MacOS, so a new `start_ocean_windows.sh` file without this unnecessary...
Testing performed in the provider repo shows that EIP-1559 transactions submitted to ganache running in barge, fail with the following error: ``` "Method eth_maxPriorityFeePerGas not supported." ``` Currently, ganache is...
**Is your feature request related to a problem? Please describe.** At the moment transactions happening within barge can only be inspected via scripts, or with externally running tools. When using...
Contracts can remain cached in barge directories, causing deployment of stale contracts & ABIs. Use `./start_ocean.sh --purge --with-thegraph` to clear and deploy everything
### Problem: Right now, subgraph defaults to graph-node having logger turned on. https://github.com/oceanprotocol/ocean-subgraph/blob/9fb268cde9e1dabf54fde1f95bc39a04d157e776/docker/docker-compose.yml#L21 I have expanded my own cli history to handle this, however for anyone else, this creates tens...
Let's see how we can run barge on macOS: - for x86_64 old CPU (network fails, images are ok) - for ARM cpus - (network fails, images are failing) Also,...