-
I'm suggesting that we add a maximum date (Dec. 15 2020) for the Genesis event. This would mean that eth2 genesis kicks off even if we don't hit the required minimum deposit amount (524,288 ETH) in th…
-
```
DBG 2020-06-30 21:33:22+02:00 Received blocks on request topics="syncman" tid=534039 file=sync_manager.nim:762 blocks_count=4 blocks_map=xxxx peer=16Uiu2HAkzfEgc3N3UTnefiw1Htt5H96…
kdeme updated
4 years ago
-
As you can see here i was almost fully synced and got this crash on Windows 10 x64 with `witti` target.
```
peers: 4 ❯ epoch: 1766, slot: 1/32 (56513) ❯ finalized epoch: 1763 (9c440287) …
-
latest devel @ 010a00963f6d5831d524420b6008d0fea7039128 does not compile on arch linux:
```
~/.opt/status-im/nim-beacon-chain devel
❯ make schlesi
[NimScript] rmDir: /home/user/.opt/status-im/ni…
-
Feel free to leave suggestions about the manual below (for example, the key points that set us apart from lighthouse). Thanks!
The latest version of the manual: https://status-im.github.io/nim-beac…
-
Initial steps for audit include scoping and describing the work as well as bringing auditors onboard.
- [x] prepare RFP for audit
- [x] describe auditable parts of code
- [x] describe audit prior…
-
- eth2-api repo: RPC for block explorers
-
```
Traceback (most recent call last, using override)
../csu/libc-start.c(308)
/home/arnetheduck/status/nim-beacon-chain/beacon_chain/mainchain_monitor.nim(513) main
/home/arnetheduck/status/nim-…
-
During fuzzing, I triggered an `IndexError` during parsing of `Attestation` ssz file with `mainnet` preset.
`Error: unhandled exception: index out of bounds, the container is empty [IndexError]`
…
-
Looking at the logs we send we can improve those:
- Fork choice: only report the result of the fork choice (no head update/new head) instead of preparing for fork choice and fork chosen. Those were…