Skip to content

Commit a82c38d

Browse files
Merge pull request #1315 from status-im/bump
bump submodules
2 parents b0470d7 + 88a9629 commit a82c38d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

beacon_chain/validator_client.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import
1010
os, strutils, json, times,
1111

1212
# Nimble packages
13-
stew/byteutils, stew/shims/[tables, macros],
13+
stew/shims/[tables, macros],
1414
chronos, confutils, metrics, json_rpc/[rpcclient, jsonmarshal],
1515
chronicles,
1616
blscurve, json_serialization/std/[options, sets, net],

docker/shared_testnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Periodic rebuilds and restarts are implemented using Cron jobs on the servers:
6363
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
6464
```
6565

66-
Just the restart, using Ansible (not normally needed):
66+
The same, using Ansible (not normally needed):
6767

6868
```bash
69-
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'
69+
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'
7070
```
7171

tests/test_mainchain_monitor.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import
77

88
type
99
MockDataProvider = ref object of DataProvider
10-
10+
1111

1212
method getBlockByHash*(p: MockDataProvider, hash: BlockHash): Future[BlockObject] {.
1313
async

vendor/nim-libp2p

vendor/nimbus-build-system

0 commit comments

Comments
 (0)