-
### Expected Behavior
The validation code will use the bls-zexe code for BLS signatures signing, verification and aggregation.
### Current Behavior
Geth uses normal ECDSA signatures.
Depen…
-
## Description
The deposit contract does not verify BLS signatures or pubkeys and therefore they may contain arbitrary bytes.
Presently we would fail to parse any `Deposit` with an invalid signa…
-
At this point we don't have any clear examples of when people would want to do this.
It might become the case in the future that someone wants to do it. If so, it would be easy to create a new docu…
-
Likely caused by passing in bad parameters, but we should avoid panicking if we can.
```
thread '' panicked at 'called `Result::unwrap()` on an `Err` value: UnexpectedCompressionMode', src/libcore…
-
If I pass https://docs.rs/blake2/0.8.0/blake2/struct.Blake2b.html , I am effectively getting 512 bit hashes/signatures. But to get 256-bit version, I would have use https://docs.rs/blake2/0.8.0/blake2…
-
Hi,
I'm having a hard time recovering public keys from a Signature in this crate.
How is it done? Anyone have a proper example? Thank you.
-
https://github.com/status-im/nim-beacon-chain/issues/415 is blocked on an Windows + 64-bit + -d:release only error in PR #408 #422 #431
Some tests seem to fail for no apparent reason, probably whil…
-
I'm build on an armv7l system with Ubuntu 18.04 that could build 0.12.3.3 without problems.
Building 0.13.0.0-rc9 fails on:
cd depends
make
with
Postprocessing native_protobuf..…
-
When referencing messages by their CID, we need to take into account that signatures are stripped from BLS signed messages before inclusion into a block. So if we take the Cid of a BLS 'SignedMessage'…
-
nim-beacon-chain devel @ 3ffd0d72168fa1aaf4aa81a2613f696d0ead51fb
Config:
```
beacon_node_shared_schlesi \
--log-level="DEBUG" \
--data-dir="/home/user/.opt/status-im/nim-beacon-chain/build/dat…