Zahary Karadjov
c519c6012e
Merge branch 'stable' into unstable
2021-03-15 21:52:12 +02:00
Zahary Karadjov
f3fc551ea7
Support for the prater testnet
2021-03-15 21:51:24 +02:00
nbc-bump-bot[bot]
2201480bd9
auto-bump nim-libp2p ( #2409 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-03-15 17:39:10 +00:00
Jacek Sieka
eb830c7968
Merge remote-tracking branch 'origin/stable' into unstable
2021-03-15 17:29:43 +01:00
Jacek Sieka
f5180e0840
Revert "Nim-1.2.10" ( #2411 )
...
This reverts commit 12e15a0b8d
.
2021-03-15 16:26:41 +01:00
Ștefan Talpalaru
c5035c6eca
dist: enable libbacktrace on ARM and ARM64
...
(and make sure it will work on Windows, when enabled)
2021-03-15 14:38:39 +02:00
Ștefan Talpalaru
12e15a0b8d
Nim-1.2.10
2021-03-15 14:29:48 +02:00
nbc-bump-bot[bot]
4fcff4cd27
auto-bump nim-libp2p ( #2406 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-03-15 07:36:36 +00:00
Zahary Karadjov
77ee210762
v1.0.10
2021-03-10 23:33:37 +02:00
zah
33c7f264bc
Bump news to fix resource leaks ( #2388 )
2021-03-10 12:22:41 +00:00
nbc-bump-bot[bot]
a88d17dc04
auto-bump nim-libp2p ( #2389 )
...
Co-authored-by: = <arnetheduck@users.noreply.github.com>
2021-03-09 14:28:28 +01:00
Mamy André-Ratsimbazafy
d425aabce2
BLST v0.3.3
2021-03-08 14:43:48 +02:00
kdeme
5f750f84b4
Use setupAddress for better IP and ports configuration
2021-03-06 00:09:09 +02:00
kdeme
769225b591
Bump nimbus-build-system to use nim-1-2-6-RC1-hotfixed
...
This should practically solve the segfaults we have been seeing in
issue #2134
2021-03-04 23:00:44 +02:00
nbc-bump-bot[bot]
9408a9af1c
auto-bump nim-libp2p ( #2373 )
...
Co-authored-by: = <arnetheduck@users.noreply.github.com>
2021-03-04 10:14:00 +01:00
nbc-bump-bot[bot]
965972dd0b
auto-bump nim-libp2p ( #2360 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-03-01 10:26:16 +00:00
nbc-bump-bot[bot]
037a3e8946
auto-bump nim-libp2p ( #2359 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-02-26 09:43:35 +00:00
Dustin Brody
f14e7babb6
update eth2 specs to version v1.0.1
2021-02-25 14:21:59 +02:00
Ștefan Talpalaru
16abf2989b
bump NimYAML
2021-02-25 14:20:26 +02:00
Ștefan Talpalaru
22620afa8f
bump NimYAML for Nim-1.4 compatibility
2021-02-25 14:20:26 +02:00
nbc-bump-bot[bot]
45087f36bd
auto-bump nim-libp2p ( #2350 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-02-25 11:25:00 +00:00
Eugene Kabanov
8478345619
Bump nim-bearssl to include latest fixes in submodule repository and cacert.pem. ( #2354 )
2021-02-24 19:22:40 +01:00
Zahary Karadjov
3f6834cce7
Fix a crash occurring with --slashing-db-kind=both
2021-02-22 21:05:08 +02:00
Zahary Karadjov
7e9648e52c
Use the latest Teku bootstrap nodes
2021-02-22 17:16:53 +02:00
Zahary Karadjov
5f924c0038
Bump modules; Compile with DEBUG logs by default
2021-02-19 08:44:13 +02:00
Kim De Mey
aa29be288e
Bump eth2-testnets for updated LH bootstrap nodes ( #2322 )
2021-02-15 17:56:34 +01:00
Jacek Sieka
946608b572
bump json-rpc ( #2321 )
2021-02-15 13:47:57 +01:00
nbc-bump-bot[bot]
ad66ba507e
auto-bump nim-libp2p ( #2317 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-02-13 06:16:39 +00:00
nbc-bump-bot[bot]
8192015b86
auto-bump nim-libp2p ( #2315 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-02-12 05:53:38 +00:00
nbc-bump-bot[bot]
0419a4122e
auto-bump nim-libp2p ( #2309 )
...
Co-authored-by: = <dryajov@users.noreply.github.com>
2021-02-11 02:20:39 +00:00
Jacek Sieka
f012d7060b
better error message on disk / database issues ( #2307 )
...
bumps stew for better result defects as well
2021-02-10 13:21:06 +01:00
nbc-bump-bot[bot]
c13205035e
auto-bump nim-libp2p ( #2305 )
...
Co-authored-by: = <dryajov@users.noreply.github.com>
2021-02-10 05:32:19 +00:00
Mamy Ratsimbazafy
03f47c8f2f
Slashing protection refactor - EIP 3076 ( #2094 )
...
* Create CLI tool for slashing export
* Use SQLite as a DB instead of a KV-store
* Keeps v1 and v2 DBs around
* Uses the same schema as Lighthouse v1.1.0
* Passes all interchange tests + skeleton of finalization pruning
* Removes tests that would violate v5 / minimal slashing DB and MinSlot rules
* Migration tool added using low-watermark scheme for faster migration of large number of validators
2021-02-09 17:23:06 +02:00
nbc-bump-bot[bot]
93cfc2d446
auto-bump nim-libp2p ( #2300 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-02-08 08:32:47 +01:00
Jacek Sieka
ece50c4706
bump nim-json-rpc (fixes https://github.com/status-im/nim-json-rpc/issues/93 ) ( #2299 )
2021-02-07 22:30:45 +01:00
nbc-bump-bot[bot]
0b560cc6fb
auto-bump nim-libp2p ( #2296 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-02-06 09:50:08 +01:00
Zahary Karadjov
1394ef37fb
Tentative fix for the freezing Eth1 monitor activity
2021-02-04 17:01:47 +02:00
Ștefan Talpalaru
80c11546ff
Windows binary release
...
CI: use both cores on GitHub Actions and set timeouts for the local testnet tests
2021-02-04 10:25:44 +02:00
Eugene Kabanov
c4c04197c5
Bump nim-http-utils. ( #2290 )
2021-02-03 19:05:30 +01:00
Ștefan Talpalaru
cadb1aae15
bump submodules ( #2279 )
...
* bump submodules
* undo a couple of bumps (32-bit failure)
* launch_local_testnet.sh: timeout and various fixes
* undo nim-http-utils bump (breaks RPC for VC)
2021-02-02 19:02:52 +01:00
Kim De Mey
73d9c2aa53
Add enr auto update cli option and bump nim-eth ( #2278 )
2021-02-02 09:07:21 +01:00
Zahary Karadjov
fa99c3b417
Fix #2261
...
Also bumps Confutils to allow setting the hidden --web3-mode param
(to allow testing the eth1 syncing without validators)
2021-01-30 01:32:20 +02:00
Kim De Mey
a3678d6bf0
Bump eth2-testnets for mainnet nimbus bootstrap nodes ( #2276 )
2021-01-29 14:07:38 +01:00
nbc-bump-bot[bot]
3e89aa0f4f
auto-bump nim-libp2p ( #2275 )
...
Co-authored-by: = <sinkingsugar@users.noreply.github.com>
2021-01-29 09:48:27 +01:00
Dmitriy Ryajov
1117993a24
Libp2p connection limits ( #2272 )
...
* max peers gets set as connection limits
* pass max connections
2021-01-28 07:31:29 +01:00
tersec
4de9875cdf
Revert "pass max peers to libp2p ( #2265 )" ( #2270 )
...
This reverts commit 64e4d74f87
.
2021-01-26 17:53:52 +01:00
Dmitriy Ryajov
64e4d74f87
pass max peers to libp2p ( #2265 )
2021-01-26 10:35:22 +01:00
Mamy Ratsimbazafy
70a03658e3
Block validation flow v2 + Batch (serial) sig verification ( #2250 )
...
* bump nim-blscurve
* Outline the block validation flow
* introduce the SigVerified types, pass the tests
* Split clearance/quarantine to prepare for batch crypto verif
* Add a batch signature collector
* Make clearance use SigVerified block and split verification between crypto and state transition
* Always use signedBeaconBlock for the onBlockAdded callback
* RANDAO signing_root is the epoch instead of the full block
* Support skipping BLS for testing
* Fix compilation of the validator client
* Try to fix strange errors MacOS and Jenkins (Clang, unknown type name br_hmac_drbg_context in stdlib_assertions.nim.c)
* address https://github.com/status-im/nimbus-eth2/pull/2250#discussion_r561819858
* address https://github.com/status-im/nimbus-eth2/pull/2250#discussion_r561828025
* onBlockAdded callback should use TrustedSignedBeaconBlock https://github.com/status-im/nimbus-eth2/pull/2250#discussion_r561837261
* address https://github.com/status-im/nimbus-eth2/pull/2250#discussion_r561828946
* Use the application RNG: https://github.com/status-im/nimbus-eth2/pull/2250#discussion_r561815336
* Improve codegen of conversion zero-cost)
* Quick fixes with loadWithCache after #2259 (TODO: graceful error since pubkey validations is now done first in signatures_batch)
* Graceful handle rogue pubkeys and signatures now that those are lazy-loaded
2021-01-25 20:45:48 +02:00
nbc-bump-bot[bot]
f0f292f509
auto-bump nim-libp2p ( #2245 )
...
Co-authored-by: = <dryajov@users.noreply.github.com>
2021-01-22 08:43:22 +01:00
Ștefan Talpalaru
9a0cac61c8
only ignore untracked files in submodules
2021-01-21 16:09:28 +02:00