diff --git a/env.sh b/env.sh index 84f4c4930..f90ba9a74 100755 --- a/env.sh +++ b/env.sh @@ -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 diff --git a/vendor/nim-bncurve b/vendor/nim-bncurve index 09d0f93fb..9b8aac563 160000 --- a/vendor/nim-bncurve +++ b/vendor/nim-bncurve @@ -1 +1 @@ -Subproject commit 09d0f93fb11c9c2c5081a51cc207e067bd962f37 +Subproject commit 9b8aac56325428548a22d8a7ca7f92faf152fb6f diff --git a/vendor/nim-byteutils b/vendor/nim-byteutils deleted file mode 160000 index 69ce66ef4..000000000 --- a/vendor/nim-byteutils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 69ce66ef434b03cf8938be8aa5c658982aeccb40 diff --git a/vendor/nim-chronicles b/vendor/nim-chronicles index 563a0e819..743f14cf6 160000 --- a/vendor/nim-chronicles +++ b/vendor/nim-chronicles @@ -1 +1 @@ -Subproject commit 563a0e81958c0500f5b9a6ff7ab2c709899d0118 +Subproject commit 743f14cf68f213a0cbead5e6dfc00ee3edc7fe1e diff --git a/vendor/nim-chronos b/vendor/nim-chronos index 6d7864aa8..d3eac1d64 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit 6d7864aa84010271cb8a4a8614c722bae50702cd +Subproject commit d3eac1d64341a45547ad298dcd9fcb34523473b8 diff --git a/vendor/nim-eth b/vendor/nim-eth index f3aad8f92..bef28a18e 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit f3aad8f9252166e66c1b2a96a522ea0d1243db61 +Subproject commit bef28a18e58f52f24bcc50f0cadefac0224d4630 diff --git a/vendor/nim-faststreams b/vendor/nim-faststreams index 6bbe1c21b..1e85ab915 160000 --- a/vendor/nim-faststreams +++ b/vendor/nim-faststreams @@ -1 +1 @@ -Subproject commit 6bbe1c21b63c1f9b8698a91a3548cbd8aa6b0d25 +Subproject commit 1e85ab9150dd3759c86b2a6c9148f3fad3d1694c diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils index 7e456be18..21613254e 160000 --- a/vendor/nim-http-utils +++ b/vendor/nim-http-utils @@ -1 +1 @@ -Subproject commit 7e456be185e42f59b8218cd4f15a6c98d9430bd9 +Subproject commit 21613254e8b2f95c9cb44fafb0ac1b10bbf2e046 diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index 07e82fa19..9214b095f 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit 07e82fa19499d10012c9d125a61ac565a01e3305 +Subproject commit 9214b095fb0266e5cac44804663343cd8288a84c diff --git a/vendor/nim-json-serialization b/vendor/nim-json-serialization index f4bd22e05..173c7b4a8 160000 --- a/vendor/nim-json-serialization +++ b/vendor/nim-json-serialization @@ -1 +1 @@ -Subproject commit f4bd22e054b5d5a1419710141ac01bd5f1629e22 +Subproject commit 173c7b4a86e6d75a69577166526b0f5840c45003 diff --git a/vendor/nim-metrics b/vendor/nim-metrics index b77efb8d0..d4492f0d0 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit b77efb8d0d8c0137857d6281a47c230df0ffee1b +Subproject commit d4492f0d0ae9d2c46cc3dde2d947bc175ae420de diff --git a/vendor/nim-rocksdb b/vendor/nim-rocksdb index 5b1307cb1..08fec021c 160000 --- a/vendor/nim-rocksdb +++ b/vendor/nim-rocksdb @@ -1 +1 @@ -Subproject commit 5b1307cb1f4c85bb72ff781d810fb8c0148b1183 +Subproject commit 08fec021c0f28f63d1221d40a655078b5b923d1b diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index a41d4432a..85b2620a6 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit a41d4432a17a8d024e5bb47c9bdcc641ef309e97 +Subproject commit 85b2620a6e4c41eaa4caa378bd70902cff5a1c48 diff --git a/vendor/nim-serialization b/vendor/nim-serialization index 5ef8130c7..e6c59d86b 160000 --- a/vendor/nim-serialization +++ b/vendor/nim-serialization @@ -1 +1 @@ -Subproject commit 5ef8130c79d1fb5b3105cd3a294e8ee85c1a5c5b +Subproject commit e6c59d86be74ef4a7c4ee28cf61ebb6a9e2e5972 diff --git a/vendor/nim-snappy b/vendor/nim-snappy index 072c5eee4..d954859d5 160000 --- a/vendor/nim-snappy +++ b/vendor/nim-snappy @@ -1 +1 @@ -Subproject commit 072c5eee4395156df96f73d68bd01bb849f367e2 +Subproject commit d954859d58e56292a3e42630c1ef1257eb26840b diff --git a/vendor/nim-stew b/vendor/nim-stew index 43bbe48e5..a81d1fac8 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 43bbe48e5f8181b7ca8923e6edf78dec635e8aea +Subproject commit a81d1fac850119c2ede9f3997332fa9f0a2ad3d8 diff --git a/vendor/nim-stint b/vendor/nim-stint index d0162902b..9993b9dca 160000 --- a/vendor/nim-stint +++ b/vendor/nim-stint @@ -1 +1 @@ -Subproject commit d0162902b7f5ef2e18ff516e96014196d527cedc +Subproject commit 9993b9dca4a2dbf76bc432252ad4e8db944ae831