Mamy André-Ratsimbazafy
88002ddb02
Fix ambiguous call newKeyPair
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
28dc8a6a29
Fix mock signatures/validator keys and stack smashing
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
65d668c3f6
Update validator keygen
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
14bc9e60ca
"init" should handle fake/invalid pubkeys and signatures
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
3c140d0c3d
Try to solve the stack smashing / discriminant changes object branch
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
31bd13a5d3
init for mainchain_monitor
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
985298be1e
update blscurve with privtopub, serialize and exportRaw primitives
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
bfd4df912e
Update to BLS v0.10.1
2020-03-13 12:20:41 +00:00
Mamy André-Ratsimbazafy
c418bf2b24
Update vendor/nim-blscurve
2020-03-13 12:20:41 +00:00
Dustin Brody
158f3a5c13
bump EF test vectors to 0.11.0 (keeping 0.10.1) and clean up leftover tests/official/fixtures/ directory
2020-03-13 11:40:05 +00:00
Ștefan Talpalaru
68f166800d
bump vendor/nim-metrics
2020-03-13 08:21:36 +00:00
Ștefan Talpalaru
ab0879958a
don't log message content in P2PStream.readMsgBytes()
...
because it adds too much noise to the trace logs
2020-03-12 13:50:21 +02:00
Ștefan Talpalaru
b7414c5edf
CI: testnet1 finalisation test considered stable
2020-03-12 05:52:30 +00:00
Ștefan Talpalaru
1caafba79c
Merge pull request #803 from status-im/misc/bump-libp2p
...
bumping libp2p to latest master
2020-03-12 01:57:11 +01:00
cheatfate
399e91fe5b
Fix failing test.
2020-03-12 02:02:33 +02:00
cheatfate
abcc71daa0
Add logtrace to Makefile.
2020-03-11 17:26:30 +00:00
cheatfate
d802fa593c
Add pubsub message logging.
...
Initial commit of logtrace tool.
2020-03-11 17:26:30 +00:00
Ștefan Talpalaru
be7b38940a
CI: add testnet1 finalisation test to Jenkins
...
but ignore its eventual failure
2020-03-11 17:20:03 +00:00
Dmitriy Ryajov
8d6bfd7ce7
bumping chronos to latest master
2020-03-11 10:53:36 -06:00
kdeme
10d9042893
Specifically set extip to loopback address for local testnet
2020-03-11 16:05:11 +00:00
kdeme
2e5899c6d7
Bump nim-eth for discv5 fixes
2020-03-11 16:05:11 +00:00
Dmitriy Ryajov
50df0051a8
bumping libp2p to latest master
2020-03-11 10:02:28 -06:00
Dustin Brody
0d3de00714
remove unused imports
2020-03-11 10:50:55 +00:00
Ștefan Talpalaru
f20ebf5cd1
CI: add testnet0 test to Jenkins
2020-03-10 18:12:33 +00:00
tersec
a327c82820
Revert "finalizing state_transition ( #792 )"
...
This reverts commit 91d75bdfdd
.
2020-03-10 16:44:42 +00:00
Jacek Sieka
cf2dd002f6
bump stew
2020-03-10 12:54:06 +01:00
Joao Gabriel Carvalho
91d75bdfdd
finalizing state_transition ( #792 )
2020-03-10 12:19:00 +01:00
Ștefan Talpalaru
f29bfef5a7
start.sh: LOG_LEVEL refactoring [skip ci]
2020-03-09 19:05:17 +01:00
Ștefan Talpalaru
4ad076f7c3
Merge branch 'loglevel' into devel
2020-03-09 11:20:08 +01:00
Ștefan Talpalaru
929fcf0036
eth2_network_simulation: propagate LOG_LEVEL [skip ci]
...
also add a "--log-level" option to launch_local_testnet.sh
2020-03-09 01:37:57 +01:00
Jacek Sieka
1f1f06e8d9
Revert "bump modules"
...
This reverts commit e93bb880cf
.
2020-03-06 23:46:34 +01:00
Jacek Sieka
e93bb880cf
bump modules
2020-03-06 23:12:25 +01:00
Ștefan Talpalaru
4263442f37
Merge branch 'nfuzzci' into devel
2020-03-05 20:45:18 +01:00
Ștefan Talpalaru
e533e9f344
Makefile: build libnfuzz in the default target
2020-03-05 18:56:07 +01:00
Jacek Sieka
435ce15b04
bump modules
2020-03-05 17:52:26 +01:00
Jacek Sieka
7902d070cd
prefer endians2
2020-03-05 18:13:28 +02:00
Jacek Sieka
9a3db7a81f
[WIP] Fake bls at runtime ( #735 )
...
* Initial implementation of runtime bls skipping.
Add libnfuzz skipBLSValidation handling, check that it propagates.
* Rename skipBLSValidation -> skipBlsValidation, start skipStateRootValidation
* Replace skipValidation flags with more granular flags.
Also added skipBlockParentRootValidation flag
Mainly replaced with skipBlsValidation but also StateRoot or
BlockParentRootValidation flags where appropriate.
* Adjust interop test to pass when skipping merkle validation.
* Stop skipping validation for mainchain_monitor.
* Remove comment.
* Also skipMerkleValidation for test_beacon_chain_db.
2020-03-05 13:52:10 +01:00
kdeme
c382c6434a
Use peerPool len + fix removal of peerPool on disconnect
2020-03-05 13:17:34 +02:00
kdeme
02717a6354
Use randomNodes from discv5 instead of lookup
2020-03-05 13:17:34 +02:00
Joao Gabriel Carvalho
91f87b55b4
SignedBeaconBlock in state_transition ( #773 )
...
* using SignedBeaconBlock in state_transition
2020-02-29 16:15:44 +01:00
cheatfate
ab1a08084b
One more attempt to fix compilation error.
2020-02-28 14:44:41 +02:00
cheatfate
278b91d6ce
Supporting 2 backends is hell.
2020-02-28 14:44:41 +02:00
cheatfate
5ae0026f72
Fix one more compilation error.
2020-02-28 14:44:41 +02:00
cheatfate
dd316e04d1
Fix one more compilation error.
2020-02-28 14:44:41 +02:00
cheatfate
0f0a839444
Fix compilation errors.
2020-02-28 14:44:41 +02:00
cheatfate
547c8a44d0
Replace Table[PeerID, Peer] with PeerPool.
...
Add `score` Peer.
2020-02-28 14:44:41 +02:00
Zahary Karadjov
2623ac191f
Force the nodes in the local sim to announce 127.0.0.1 in discovery
2020-02-27 20:45:26 +02:00
Ștefan Talpalaru
47df900958
document `-d:insecure` for Prometheus support
2020-02-27 17:50:36 +01:00
Dustin Brody
3eb9738a61
get nbench compiling again
2020-02-27 12:10:36 +00:00
Ștefan Talpalaru
532fac69f3
manage_testnet_hosts.nims: sometimes containers cannot be stopped
...
because they are not running
2020-02-26 17:59:31 +01:00