Skip to content

Commit

Permalink
bump submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Aug 24, 2019
1 parent 39403ca commit c91727e
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,3 @@
url = https://github.com/arnetheduck/nim-result.git
ignore = dirty
branch = master
[submodule "vendor/nim-byteutils"]
path = vendor/nim-byteutils
url = https://github.com/status-im/nim-byteutils.git
ignore = dirty
branch = master
6 changes: 5 additions & 1 deletion env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

source vendor/nimbus-build-system/scripts/env.sh
# We use ${BASH_SOURCE[0]} instead of $0 to allow sourcing this file
# and we fall back to a Zsh-specific special var to also support Zsh.
REL_PATH="$(dirname ${BASH_SOURCE[0]:-${(%):-%x}})"
ABS_PATH="$(cd ${REL_PATH}; pwd)"
source ${ABS_PATH}/vendor/nimbus-build-system/scripts/env.sh

2 changes: 1 addition & 1 deletion vendor/nim-blscurve
Submodule nim-blscurve updated 2 files
+1 −1 .appveyor.yml
+1 −1 .travis.yml
1 change: 0 additions & 1 deletion vendor/nim-byteutils
Submodule nim-byteutils deleted from 69ce66
2 changes: 1 addition & 1 deletion vendor/nim-chronicles
Submodule nim-chronicles updated 2 files
+3 −35 .appveyor.yml
+1 −1 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-chronos
Submodule nim-chronos updated 2 files
+2 −1 .appveyor.yml
+2 −1 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-eth
Submodule nim-eth updated 2 files
+2 −1 .appveyor.yml
+3 −2 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-faststreams
2 changes: 1 addition & 1 deletion vendor/nim-http-utils
2 changes: 1 addition & 1 deletion vendor/nim-json-rpc
Submodule nim-json-rpc updated 2 files
+1 −1 .appveyor.yml
+1 −1 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-json-serialization
2 changes: 1 addition & 1 deletion vendor/nim-libp2p
2 changes: 1 addition & 1 deletion vendor/nim-metrics
Submodule nim-metrics updated 2 files
+1 −1 .appveyor.yml
+1 −1 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-rocksdb
2 changes: 1 addition & 1 deletion vendor/nim-secp256k1
2 changes: 1 addition & 1 deletion vendor/nim-stew
Submodule nim-stew updated 2 files
+2 −1 .appveyor.yml
+2 −1 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-stint
Submodule nim-stint updated 2 files
+2 −1 .appveyor.yml
+2 −1 .travis.yml
2 changes: 1 addition & 1 deletion vendor/nim-web3

0 comments on commit c91727e

Please sign in to comment.