mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
Bump nim-eth and nim-ssz-serialization vendor modules (#926)
- nim-eth: uTP updates, ENR improvemens and extra discv5 metrics - nim-ssz-serialization: require BitList pairs - update github actions cache keys to invalidate cache
This commit is contained in:
parent
cea2a83b0a
commit
73b4a73423
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: rocks-db-cache-${{ matrix.target.cpu }}
|
||||
key: 'rocksdb-v1-${{ matrix.target.os }}-${{ matrix.target.cpu }}'
|
||||
key: 'rocksdb-v2-${{ matrix.target.os }}-${{ matrix.target.cpu }}'
|
||||
|
||||
- name: Build and install rocksdb (Linux i386)
|
||||
# no librocksdb-dev:i386
|
||||
@ -215,7 +215,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: external/dlls-${{ matrix.target.cpu }}
|
||||
key: 'dlls-${{ matrix.target.cpu }}'
|
||||
key: 'dlls-v2-${{ matrix.target.cpu }}'
|
||||
|
||||
- name: Install DLLs dependencies (Windows)
|
||||
if: >
|
||||
|
2
vendor/nim-eth
vendored
2
vendor/nim-eth
vendored
@ -1 +1 @@
|
||||
Subproject commit 2088d7568db0cfe9b13f6244ba413df21d7899b8
|
||||
Subproject commit 26ab9b078e610b0eb685e8d98a1f34d9bfabb053
|
2
vendor/nim-ssz-serialization
vendored
2
vendor/nim-ssz-serialization
vendored
@ -1 +1 @@
|
||||
Subproject commit 1f07d6500aa708321aefd1a209aaba05b9ea80a8
|
||||
Subproject commit 877528f526eaf18e9f74e52202f1028786c0003d
|
Loading…
x
Reference in New Issue
Block a user