Javier Cortejoso
d035eb3234
Merge pull request #149 from oceanprotocol/help-windows-users
...
Give suggestions for Windows users
2019-05-08 15:18:18 +02:00
Troy McConaghy
929af10a86
Give suggestions for Windows users
2019-05-08 14:08:17 +02:00
Javier Cortejoso
c43f850699
Merge pull request #140 from oceanprotocol/fix/no_keys_in_nile
...
removed all the keys that can contain ether in nile
2019-05-07 16:12:58 +02:00
Javier Cortejoso
de9b19a297
Merge pull request #148 from oceanprotocol/fix/update_parity_version
...
Update parity version to v2.3.3
2019-05-06 09:09:11 +02:00
Javier Cortejoso
abbab66023
Ignore barge log
2019-05-06 09:06:13 +02:00
Javier Cortejoso
7b5f95b0aa
Parity Image from variable. Updated due to old version removed from dockerhub
2019-05-06 09:05:04 +02:00
Javier Cortejoso
ef18b4b113
Change nmemoric to mnemoric
2019-04-29 16:40:23 +02:00
Troy McConaghy
3839315cd5
Update README.md following PR #142 ( #143 )
2019-04-15 12:58:06 +02:00
Sebastian Gerske
687b2f8ebc
Merge pull request #142 from oceanprotocol/fix/squid_py
...
update aquarius to be compatible with squid 0.5.14
2019-04-13 15:00:16 +02:00
Sebastian Gerske
ad573b8c83
update aquarius to be compatible with squid 0.5.14
2019-04-13 14:55:20 +02:00
Javier Cortejoso
11dbeaa26a
Merge pull request #141 from oceanprotocol/update-welcome-screen
...
Update the 'Welcome to Ocean Protocol' screenshot
2019-04-05 12:58:06 +02:00
Troy McConaghy
a67d704c6a
Update 'Welcome to Ocean Protocol' screenshot
2019-04-05 11:20:09 +02:00
Aitor
cacdf0f45a
Merge pull request #119 from oceanprotocol/add-squid-py-v0.4.2-compatible-option
...
Soft-pin the default versions of Aquarius, Brizo, Keeper Contracts & Pleuston. Add new --stable option
2019-04-03 15:05:29 +02:00
Troy McConaghy
0720dbaaef
Change default versions & tell them run Pleuston
2019-04-03 14:52:15 +02:00
Sebastian Gerske
91dd950ee2
add whitespace
2019-04-03 14:16:04 +02:00
Sebastian Gerske
d6c8568811
removed all the keys that can contain ether in nile
2019-04-03 14:07:47 +02:00
Troy McConaghy
80d0bf93b0
not specifying network == --local-spree-node ( #136 )
...
* not specifying network == --local-spree-node
* Clean local artifacts when deploying contracts
* In clean_local_contracts, rm *.development.json
2019-04-03 09:26:06 +02:00
Javier Cortejoso
545f8a5574
Merge pull request #137 from oceanprotocol/fix/env-variable-parity
...
Fix bug starting barge without parity
2019-04-01 15:11:35 +02:00
eruizgar91
c5fb12bb83
Fix bug starting barge without parity
2019-04-01 14:58:50 +02:00
Javier Cortejoso
0eabdd1ccc
Merge pull request #135 from oceanprotocol/tmarble/create-config.toml-template
...
Resets secret store config on startup
2019-03-29 15:02:28 +01:00
Tom Marble
6a5180a31a
Resets secret store config on startup
...
Now networks/secret-store/config/config.toml may be mutated, but
is always reset when running start_ocean.sh
Fixes #126
Signed-off-by: Tom Marble <tmarble@info9.net>
2019-03-28 17:07:20 -05:00
Troy McConaghy
98a285bc26
Merge branch 'develop' into add-squid-py-v0.4.2-compatible-option
2019-03-28 12:26:49 +01:00
Javier Cortejoso
45ea0d3e20
Merge pull request #134 from oceanprotocol/change-default-network-to-spree
...
Change the default network from Nile to Spree
2019-03-28 12:04:29 +01:00
Troy McConaghy
f3c3378125
Default KEEPER_NETWORK_NAME="nile" --> "spree"
2019-03-28 11:30:22 +01:00
Troy McConaghy
4b7ff1c270
Change default network from nile to spree
2019-03-26 09:27:49 +01:00
Javier Cortejoso
82f8f3bb65
Moved bootnodes from config to chain spec
2019-03-25 09:51:30 +01:00
Javier Cortejoso
b36fab7768
Updated kovan and nile acl contract addresses
2019-03-25 09:49:35 +01:00
Aitor
414b2e596f
Merge pull request #132 from oceanprotocol/fix/nile-keeper-full
...
removing light flag, a local client needs the events to execute the e2e flow
2019-03-21 10:11:40 +01:00
aitor@oceanprotocol.com
b9cb03d20a
removing light flag, a local client needs the events to execute the e2e flow
2019-03-19 11:53:13 +01:00
Aitor
7f1b8d1df0
Merge pull request #129 from oceanprotocol/feature/no_secret_store_public_networks
...
Do not start secret store for public networks (Nile and Kovan)
2019-03-15 16:16:11 +01:00
Javier Cortejoso
b50b25f6e7
Disable secret-store in Nile and Kovan
2019-03-15 16:12:01 +01:00
Javier Cortejoso
b3ac197bd2
Do not use node-key in public networks
2019-03-15 16:11:44 +01:00
Javier Cortejoso
c5e2e1591c
Merge pull request #118 from oceanprotocol/feature/compose_3
...
Elaticsearch and Compose v3
2019-03-14 09:41:16 +01:00
Tom Marble
530f0d56ca
Warn user if ~/.ocean is owned by root ( #122 )
...
* Warn user if ~/.ocean is owned by root
Reminder that #100 is not yet fixed
* Updates start_ocean.sh
Adds copyright notice (per @ttmc)
Changes function name for file ownership to check_if_owned_by_root (per @aaitor)
- adds a check for the KEEPER_ARTIFACTS_FOLDER (as required by --purge)
Signed-off-by: Tom Marble <tmarble@info9.net>
2019-03-11 15:47:16 +01:00
Javier Cortejoso
4bfd9b0cee
Merge pull request #121 from oceanprotocol/feature/keeper-contracts-owner
...
Added owner role address environment variable on Keeper contracts compose.
2019-03-06 12:20:14 +01:00
Pedro Gutiérrez
ff27bca33e
Added owner role address environment variable on Keeper contracts compose
2019-03-06 12:16:13 +01:00
Troy McConaghy
74db9d106b
New users shouldn't run Pleuston, for now
2019-02-28 17:15:02 +01:00
Troy McConaghy
366ae58640
Removed new option, changed default vers, added --stable
2019-02-28 16:49:30 +01:00
Troy McConaghy
aed7ca68a0
Added the --squid-py-v0.4.2-compatible option
...
and updated README.md accordingly
2019-02-28 12:18:53 +01:00
Javier Cortejoso
5f7e9054a0
Updated readme with --elasticsearch
2019-02-27 17:11:13 +01:00
Javier Cortejoso
fb1afb8620
Merge branch 'feature/compose_3' of github.com:oceanprotocol/barge into feature/compose_3
2019-02-27 17:06:02 +01:00
Javier Cortejoso
7d9438121f
Merge pull request #117 from oceanprotocol/no-more-ocean-version
...
No more OCEAN_VERSION
2019-02-25 17:25:23 +01:00
Troy McConaghy
77fac0f3e6
No more OCEAN_VERSION
...
The OCEAN_VERSION environment variable only occurred in the start_ocean.sh script (and in no other Barge files).
It was set to stable by default but that never got used by anything. If the `--latest` option occurs, then it got changed to `latest` but we don't need to use an environment variable for that.
2019-02-25 14:03:50 +01:00
Javier Cortejoso
346a49757d
Merge pull request #115 from oceanprotocol/fix/error_files
...
Removed error files
2019-02-14 12:16:49 +01:00
Javier Cortejoso
69fa4492d9
Removed error files
2019-02-14 12:10:44 +01:00
Javier Cortejoso
0f3f1b7849
Merge pull request #114 from oceanprotocol/fix/parity_stable
...
Fix paritytech/parity-ethereum#10334
2019-02-13 09:09:37 +01:00
Javier Cortejoso
7b6729dd0f
Fix paritytech/parity-ethereum#10334
2019-02-13 09:06:37 +01:00
Javier Cortejoso
9bcef9eca9
ES 6.4.1
2019-02-12 19:54:41 +01:00
eruizgar91
1b3805d3fe
Add module variable and upgrade version to 6.4.1
2019-02-11 12:13:29 +01:00
Javier Cortejoso
9709e5c36a
Fix elastic
2019-02-08 16:51:59 +01:00