Skip to content

Commit

Permalink
Merge pull request #1315 from status-im/bump
Browse files Browse the repository at this point in the history
bump submodules
  • Loading branch information
stefantalpalaru committed Jul 14, 2020
2 parents b0470d7 + 88a9629 commit a82c38d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion beacon_chain/validator_client.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import
os, strutils, json, times,

# Nimble packages
stew/byteutils, stew/shims/[tables, macros],
stew/shims/[tables, macros],
chronos, confutils, metrics, json_rpc/[rpcclient, jsonmarshal],
chronicles,
blscurve, json_serialization/std/[options, sets, net],
Expand Down
4 changes: 2 additions & 2 deletions docker/shared_testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Periodic rebuilds and restarts are implemented using Cron jobs on the servers:
10 0,6,12,18 * * * PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'; cd /docker/beacon-node-testnet2-1; docker-compose --compatibility run --rm --name beacon-node-testnet2-1-build-run beacon_node --build; docker-compose restart -t 60
```

Just the restart, using Ansible (not normally needed):
The same, using Ansible (not normally needed):

```bash
ansible nimbus-slaves[5:8] -i ansible/inventory/test -u YOUR_USER -o -m shell -a "echo; cd /docker/beacon-node-testnet2-1; docker-compose restart -t 60; echo '---'" | sed 's/\\n/\n/g'
ansible nimbus-slaves[5:8] -i ansible/inventory/test -u YOUR_USER -o -m shell -a "echo; cd /docker/beacon-node-testnet2-1; docker-compose --compatibility run --rm --name beacon-node-testnet2-1-build-run beacon_node --build; docker-compose restart -t 60; echo '---'" | sed 's/\\n/\n/g'
```

2 changes: 1 addition & 1 deletion tests/test_mainchain_monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import

type
MockDataProvider = ref object of DataProvider


method getBlockByHash*(p: MockDataProvider, hash: BlockHash): Future[BlockObject] {.
async
Expand Down
2 changes: 1 addition & 1 deletion vendor/nim-chronicles
2 changes: 1 addition & 1 deletion vendor/nim-chronos
2 changes: 1 addition & 1 deletion vendor/nim-libp2p
2 changes: 1 addition & 1 deletion vendor/nim-testutils
2 changes: 1 addition & 1 deletion vendor/nimbus-build-system
Submodule nimbus-build-system updated 1 files
+1 −0 README.md

0 comments on commit a82c38d

Please sign in to comment.