Zahary Karadjov
441ae9b58c
Introduce a RuntimePreset object for the overridable testnet preset values
2020-07-03 22:29:23 +03:00
Zahary Karadjov
98761afc64
Run beacon_node --network=altona without initial Eth1 syncing
2020-07-02 18:52:48 +03:00
Zahary Karadjov
e342b96d2e
Embed the Altona metadata in the NBC executable
2020-07-02 18:14:11 +03:00
cheatfate
76c12d493e
Add check for late attestation sent messages in logtrace tool.
2020-07-02 10:36:04 +03:00
Zahary Karadjov
26b7202af3
Fix #1266
2020-07-01 22:01:50 +03:00
Jacek Sieka
f3e92762e3
add tests for unviable blocks ( #1271 )
...
* add tests for unviable blocks
also enable finalization tests in all test configs - they're plenty fast
now
also fix newClone for non-rvo cases. sigh.
* fixes
2020-07-01 19:00:14 +02:00
Jacek Sieka
66c230ffd1
check that parent of added block is sufficiently recent ( #1269 )
...
Otherwise, we might introduce a fork into the DAG that is no longer
viable, creating trouble for both sync and fork choice
2020-07-01 17:21:21 +02:00
Kim De Mey
c43bf48de2
Bump vendor/nim-eth ( #1268 )
2020-07-01 16:05:42 +02:00
Ștefan Talpalaru
c9883dc05b
shared_testnet: more docs
2020-07-01 15:28:35 +02:00
Jacek Sieka
ef2f037571
bump libp2p ( #1267 )
2020-07-01 13:41:40 +02:00
Zahary Karadjov
c19321e578
Fix the 'maxDelay' FieldError problem during the initial deposit making when joining a testnet
2020-07-01 12:13:56 +03:00
Mamy Ratsimbazafy
0b3a468883
Move the nimbus books in a subfolder to allow for more books ( #1263 )
2020-07-01 10:37:04 +02:00
tersec
fe20c36ba5
switch several beacon_node procs to funcs ( #1262 )
...
* switch several beacon_node procs to funcs
2020-06-30 13:53:57 +00:00
Jacek Sieka
e898525b16
More version in --version and less version in --help ( #1260 )
...
Long version and copyright banners is probably not what the user is
after when typing `--help`
2020-06-30 14:23:52 +02:00
tersec
d09e9f1aaf
remove non-snappy support from inspector; switch some procs to funcs ( #1261 )
...
* remove non-snappy support from inspector; switch some procs to funcs
* use mapIt instead of explicit for loop
2020-06-30 11:17:49 +02:00
Dmitriy Ryajov
76a9708dff
bumping libp2p to latest master ( #1258 )
2020-06-30 09:43:39 +02:00
cheatfate
d71ce6a60a
Fix names
2020-06-30 09:59:48 +03:00
cheatfate
a6f359527d
Allow to specify rpcAddress and metricsAddress.
2020-06-30 09:59:48 +03:00
tersec
b4db2ad693
remove v0.11.3 support; add block_sim to CI ( #1253 )
...
* remove v0.11.3 support; add block_sim to CI
* rm stray PERSISTENT_COMMITTEE_PERIOD
* remove TopicFilter.InteropAttestations
* bump two comment-spec-refs to v0.12.1
2020-06-29 18:08:58 +00:00
Ștefan Talpalaru
3cd14c44e6
docker/shared_testnet/altona_validators.sh
2020-06-29 17:22:36 +02:00
Zahary Karadjov
302cef5e90
Attach all local validators before starting the networking
2020-06-29 18:07:41 +03:00
Ștefan Talpalaru
6c31b3f01c
shared_testnet/entry_point.sh: "--network" option
2020-06-29 15:10:49 +02:00
Mamy Ratsimbazafy
510e8110ff
typo
2020-06-29 15:00:16 +02:00
Jacek Sieka
d952b323a0
doc updates
2020-06-29 14:04:01 +02:00
Jacek Sieka
61fc535f8c
print networking info on startup
2020-06-29 14:01:18 +02:00
Ștefan Talpalaru
b10920bcd0
shared_testnet: docs
2020-06-29 13:38:26 +02:00
Jacek Sieka
f1570cd4c3
Update manual for altona ( #1251 )
2020-06-29 12:26:37 +02:00
Eugene Kabanov
3c19f5f5f9
Allow nat option for connect_to_testnet script. ( #1250 )
2020-06-29 12:10:40 +02:00
Eugene Kabanov
7712442236
Allow nat option for connect_to_testnet script. ( #1250 )
2020-06-29 12:05:00 +02:00
Zahary Karadjov
dbb3dafce1
Switch to a new Infura account as a band-aid
2020-06-29 12:43:01 +03:00
Jacek Sieka
047f354e9b
Don't wait for genesis to start network ( #1249 )
2020-06-29 07:34:48 +02:00
Zahary Karadjov
8140b4458c
Working local sim with WAIT_GENESIS=yes
2020-06-29 02:18:48 +03:00
Zahary Karadjov
9cd8a6c730
Working local sim (without waiting genesis)
2020-06-29 02:18:48 +03:00
Zahary Karadjov
96ac81c89f
Better UX; Don't delete testnet data folders
2020-06-29 02:18:48 +03:00
Zahary Karadjov
b9e653f7fd
Working genesis detection for Altona
2020-06-29 02:18:48 +03:00
Zahary Karadjov
31e31bb30c
Switch to monitoring of Blocks; More accurate genesis detection and faster Eth1 syncing
2020-06-29 02:18:48 +03:00
Jacek Sieka
816779733e
use the eth2 message id for gossip (in logging too) ( #1246 )
...
* use the eth2 message id for gossip (in logging too)
* bump
* add spec link
2020-06-28 22:06:50 +02:00
Ștefan Talpalaru
41a4e47857
shared_testnet: lower RAM usage during build
2020-06-28 21:41:00 +02:00
Jacek Sieka
ea57852359
count attestations from blocks while syncing ( #1244 )
...
* count attestations from blocks while syncing
* check for resolved old attestations
2020-06-28 19:32:11 +02:00
Ștefan Talpalaru
c78486240e
shared_testnet: support newlines in options
2020-06-28 18:18:49 +02:00
Ștefan Talpalaru
2cf0cbddf9
shared_testnet: support old getopt
2020-06-28 04:38:11 +02:00
Ștefan Talpalaru
299e5b9718
Merge pull request #1248 from status-im/docker
...
shared_testnet: validator creation [skip ci]
2020-06-28 03:52:30 +02:00
Ștefan Talpalaru
d85ae34245
shared_testnet: validator creation [skip ci]
2020-06-28 03:51:00 +02:00
Ștefan Talpalaru
9e507ca74a
Grafana: fix libp2p open stream metric names
2020-06-28 01:42:35 +02:00
Ștefan Talpalaru
66a9ff7be1
Dockerfile: beacon_node needs SIGINT to shut down gracefully
2020-06-27 20:14:36 +02:00
Jacek Sieka
eeccaaf16d
stop gossipping non-snappy ( #1240 )
...
* stop gossipping non-snappy
Also simplify subscription and actually handle decoding errors
* log weird states too
2020-06-27 12:16:43 +02:00
Ștefan Talpalaru
c0c1a7164b
odocker/shared_testnet/README.md: formatting
2020-06-27 02:08:15 +02:00
Ștefan Talpalaru
12d58d30fc
docker/shared_testnet/README.md: more commands
2020-06-27 02:06:59 +02:00
Ștefan Talpalaru
f78314e43e
shared_testnet: fix Dockerfile
2020-06-26 23:42:02 +02:00
Jacek Sieka
70d468ac2b
bump libp2p ( #1232 )
2020-06-26 21:01:00 +02:00